Page 1 of 1

Alignment of Mantis screens

Posted: 07 Jun 2007, 08:54
by laks_temenos
Hi

We are using Mantis 1.0.6 and we have an issue with alignment of fields on the mantis screens when we access it on the network.

But when we start apache that comes with the Mantis pack on the local machine then the alignment is ok.

It is difficult to install Mantis in all client pc's . Is there any way to find only the missing component and install this on all client pc's.

Thanks

Laks

Posted: 12 Jun 2007, 12:18
by Narcissus
Hi Laks:

There's no reason why the pages sent to the browser would be different. Could you maybe attach a screenshot of both forms of the page so that we can see what the actual 'alignment problems' are?

Posted: 13 Jun 2007, 01:18
by laks_temenos
Hi,

Thanks for your mail.

Please find the images .

Thanks
Laks

Image

Image

Posted: 13 Jun 2007, 01:29
by Narcissus
I could be wrong, but it looks kind of like the second one is missing the styles. Can you see, at all, through the HTML source what CSS file it is telling the browser to load and see if that file actually exists on the server?

Posted: 15 Jun 2007, 01:05
by laks_temenos
Hi,
The alignment of fields was ok when accessed from network after we changed the following


$g_path = "http://locahost:6868/mantis/";

to

$g_path = "http://inlap-laks:6868/mantis/";


in the C:\Laks laptop\SMBC\LocalMantis\LocalMantis\config_inc.php

inlap-laks is the computer name where mantis is installed.

Thanks
Laks

Posted: 15 Jun 2007, 15:39
by Narcissus
So, in the HTML source of the 'broken' one, where is the default.css stylesheet supposed to be coming from? That is to say, what's the URL that is pointing to the stylesheet?

Also, does the stylesheet exist there at all?