Works on canvas capability

Works on custom list
This commit is contained in:
Regis Houssin 2010-03-25 17:17:40 +00:00
parent 08fef48350
commit 5ffcdd3ebe

View File

@ -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) {