Works on canvas capability
Works on custom list
This commit is contained in:
parent
08fef48350
commit
5ffcdd3ebe
@ -86,7 +86,7 @@
|
||||
$var=True;
|
||||
foreach($datas as $line) {
|
||||
$var=!$var; ?>
|
||||
<tr class="<?php echo $bc[$var];?>">
|
||||
<tr <?php echo $bc[$var]; ?>>
|
||||
<?php
|
||||
foreach($line as $key => $value) {
|
||||
foreach($fieldlist as $field) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user