Hi All
I have a master table with many details tables.
in the edit page of master I need the edit button not inline edit, because the detail table have many fields . The only way I find was to add a new column in list page of the detail table and paste the edit link:
{BEGIN edit_link}<A class=runner-button-img title=Edit {$editlink_attrs}><IMG class=runner-cicon alt=Edit src="images/icon_edit_new.gif"></A>{END edit_link}
and is work.
Is there another way to unhide the edit/add links in master table?
Thanks