fix small cosmetic bugs
This commit is contained in:
parent
c298acc947
commit
24fd4a551f
15 changed files with 69 additions and 66 deletions
|
|
@ -155,7 +155,8 @@ for ($i=0;$i<Database::num_row($ret);$i++)
|
|||
break;
|
||||
|
||||
}
|
||||
echo '<tr>';
|
||||
$class= ( $i%2 == 0)?$class=' class="odd"':$class=' class="even"';
|
||||
echo "<tr $class>";
|
||||
echo td($js);
|
||||
echo td($row->me_menu);
|
||||
echo td($row->me_description);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue