Is there a way to fix the "TP metrics" for IE ?

The release 1.6 is going to be unsupported by Community. Because our effort moves ahead. However there are still valuable informations for you.
Locked
kirank
Advanced user
Posts: 35
Joined: Mon Mar 27, 2006 1:55 am

Is there a way to fix the "TP metrics" for IE ?

Post by kirank »

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 »

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.
Locked