Colour row background according to field value |
2/11/2007 12:48:55 PM |
PHPRunner General questions | |
T
thesofa author
I have read the post here about it , I wondered if there is a solution that works for version 3.1? |
|
J
|
Jane 2/12/2007 |
Hi,
and replace it with this one: <TR {if $row.1FieldName_value=="value1"} class=shade_value1{/if} {if $row.1FieldName_value=="value2"} class=shade_value2{/if} vAlign=top>
|
M
|
mrpeeble 5/7/2007 |
I tried this in my project, the code now looks like this in the _main_list.htm: Hi, you can do the following:
|
J
|
Jane 5/8/2007 |
Hi, |