Fix: Css style of rows
This commit is contained in:
parent
63490189f3
commit
342f7963f6
@ -207,7 +207,7 @@ $oldvallevel=0;
|
|||||||
$var=true;
|
$var=true;
|
||||||
foreach($fulltree as $key => $val)
|
foreach($fulltree as $key => $val)
|
||||||
{
|
{
|
||||||
$var=false;
|
$var=!$var;
|
||||||
|
|
||||||
//$fullpathparent=preg_replace('/_[^_]+$/i','',$val['fullpath']);
|
//$fullpathparent=preg_replace('/_[^_]+$/i','',$val['fullpath']);
|
||||||
|
|
||||||
@ -229,7 +229,7 @@ foreach($fulltree as $key => $val)
|
|||||||
else $option='indexnotexpanded';
|
else $option='indexnotexpanded';
|
||||||
//print $option;
|
//print $option;
|
||||||
|
|
||||||
print '<tr>';
|
print "<tr ".$bc[$var].">";
|
||||||
|
|
||||||
// Show tree graph pictos
|
// Show tree graph pictos
|
||||||
print '<td align="left">';
|
print '<td align="left">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user