J
|
Jane 6/10/2008 |
Hi, {if $row.1FieldName==1} <A href="TableName_edit1.php?{$row.1editlink}">Edit</A> {/if} {if $row.1FieldName==2} <A href="TableName_edit2.php?{$row.1editlink}">Edit</A> {/if} |
E
|
ericgordon author 6/13/2008 |
Hi, change edit link on the Visual Editor tab for this purpose. Here is a sample:
|