This topic is locked

Edit link in master instead inline edit

11/26/2012 11:08:33 AM
PHPRunner General questions
F
fantasmino author

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

F
fantasmino author 11/28/2012

Hi again

With my noob solution I have Edit link also in view page of master table.

Noone have a good solution ?