Alignment of Mantis screens

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
laks_temenos
Posts: 3
Joined: 07 Jun 2007, 08:42

Alignment of Mantis screens

Post 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
Narcissus
Developer
Posts: 338
Joined: 17 Feb 2005, 09:45

Post 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?
laks_temenos
Posts: 3
Joined: 07 Jun 2007, 08:42

Post by laks_temenos »

Hi,

Thanks for your mail.

Please find the images .

Thanks
Laks

Image

Image
Narcissus
Developer
Posts: 338
Joined: 17 Feb 2005, 09:45

Post 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?
laks_temenos
Posts: 3
Joined: 07 Jun 2007, 08:42

Post 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
Narcissus
Developer
Posts: 338
Joined: 17 Feb 2005, 09:45

Post 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?
Post Reply