Fix: Css style of rows

This commit is contained in:
Laurent Destailleur 2010-10-19 21:26:23 +00:00
parent 63490189f3
commit 342f7963f6

View File

@ -207,7 +207,7 @@ $oldvallevel=0;
$var=true;
foreach($fulltree as $key => $val)
{
$var=false;
$var=!$var;
//$fullpathparent=preg_replace('/_[^_]+$/i','',$val['fullpath']);
@ -229,7 +229,7 @@ foreach($fulltree as $key => $val)
else $option='indexnotexpanded';
//print $option;
print '<tr>';
print "<tr ".$bc[$var].">";
// Show tree graph pictos
print '<td align="left">';