J
|
Jane 5/27/2008 |
Hi, |
E
|
edysoftware author 5/27/2008 |
Hi, this option has already been is the PHPRunner.
|
J
|
Jane 5/28/2008 |
Hi, |
E
|
edysoftware author 6/4/2008 |
sorry, the question is HOW change the colour in every row in list page, in the templete "cars" |
J
|
Jane 6/5/2008 |
Hi, ... {foreach from=$rowinfo item=row} <TD> <TABLE cellSpacing=0 width="100%" border=0> <TBODY> <TR {$row.shadeclass}> ...
$row=array();
if(!$shade) { $row["shadeclass"]='class="shade"'; $row["shadeclassname"]="shade"; $shade=true; } else { $row["shadeclass"]=""; $row["shadeclassname"]=""; $shade=false; } |
E
|
edysoftware author 6/11/2008 |
hello, I did the above and does not work Hi, I see what you're saying. First you need to edit list page on the Visual Editor tab. See my changes in Bold: Then build your project, open generated Cars_list.php file, find this code: And add following just after: |
J
|
Jane 6/17/2008 |
Hi, |