Skip to content
Snippets Groups Projects
Commit 342f7963 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Css style of rows

parent 63490189
No related branches found
No related tags found
No related merge requests found
......@@ -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">';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment