This topic is locked
[SOLVED]

 Display image in a row depends on field value

5/27/2011 11:25:04 PM
PHPRunner General questions
L
lordkain2 author

Hello, I need help to finish my project, I have this table(EstadoPrestamoInterno):
MontoPrestamo,

Cuotas,

FechaInicio,

CuotaMensual,

CuotasPagas,

CantidadPaga,

SaldoActual,
I want to display in list page a circle in a row depend on this condition:

If CantidadPaga = 60% of MontoPrestamo then to display a red circle else display a green circle.
Thanks.
MLL