![]() |
Alexey admin 10/5/2006 |
Hi, |
|
Pfeiffer 10/6/2006 |
Can you please publish the correct syntax of the code-snippet in list.htm, if @TABLE.bDelete##if GroupSecurity## {if $allow_delete} ##endif##<td align="center"> if SecurityEditOwn## {if $row.##@i##editable} ##endif##<input type=checkbox name="mdelete[]" value="{$row.##@i##recno}"> foreach @TABLE.arrKeyFields as @k##<input type=hidden name="mdelete##@index##[]" value="{$row.##@i##id##@index##}"> endfor##if SecurityEditOwn## {/if} ##endif## </td> if GroupSecurity## {/if} ##endif##endif##
|
![]() |
Alexey admin 10/6/2006 |
Uwe, ##if @TABLE.bDelete## if GroupSecurity## {if $allow_delete} ##endif##<td align="center"> if SecurityEditOwn## {if $row.##@i##editable} ##endif##<input type=checkbox name="mdelete[]" value="{$row.##@i##recno}"> if SecurityEditOwn## {/if} ##endif##foreach @TABLE.arrKeyFields as @k##<input type=hidden name="mdelete##@index##[]" value="{$row.##@i##id##@index##}"> endfor## </td> if GroupSecurity## {/if} ##endif##endif
|