J
|
Jane 2/26/2008 |
Hi, |
M
|
mrpeeble author 2/26/2008 |
Hi, try to use List page: After record processed event on the Events tab for this purpose.
|
M
|
mrpeeble author 2/26/2008 |
Thanks Jane, that fixed it ! I had to make one change though, because some of the edit columns are missing the alignment of the table is off. I realigned the columns by adding four blank spaces in the situation where the edit is missing as so in the _list.htm: {if $row.1editable} <TD align=middle><A href="SA_Monthly_Payment_Review_edit.php?{$row.1editlink}">Edit</A> </TD> {else} <TD align=middle><A href=""> </A> </TD> {/if} {/if} Now everhting is aligned properly and the expired entries no longer have an edit control.
|