The release 1.6 is going to be unsupported by Community. Because our effort moves ahead. However there are still valuable informations for you.
kirank
Advanced user
Posts: 35 Joined: Mon Mar 27, 2006 1:55 am
Post
by kirank » Thu Mar 30, 2006 7:30 am
guys,
I see that the main page shows up fine in FF when I enable the \"metrics\". However, IE shows the table titled \"your metrics\" below the left column. No matter what I try, it\'s not showing up at the top and center aligned as on FF. Is this a bug in IE ?
Thx!
TurboPT
Member of TestLink Community
Posts: 343 Joined: Sun Dec 10, 2006 4:51 am
Post
by TurboPT » Tue Dec 12, 2006 9:32 pm
Not sure if you sill have this issue (the post is 10 months old), but just in case anyone else may have the same problem, this is what we did...
in the file /templates/mainPage.tpl:
change this:
{if $metricsEnabled == 'TRUE'}
<div style="width: 45%; padding: 5px">
{if $metricsEnabled == 'TRUE'}
<div style="width: 42%; padding: 5px; float: left">
Basically, it's just a small width reduction, with the 'float' attribute added.