Listing settings

go goliath 30 Jun, 2015
In Front List I use under HTML this function:

Model.field:array("0.00" => "<i class='fa fa-eur' style='color: #56AD56;'></i>")

This checks if the value in the field is 0.00 and if so, the style above is applied. But is it also possible to check if the value is 'greater than' 0.00 ? My field is a decimal field.
This topic is locked and no more replies can be posted.