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