This topic is locked

Master details has details always on left and not right

11/27/2014 8:01:07 AM
PHPRunner General questions
G
gdude66 author

Hi

I have a master details listing page however the linked details links always appear on the left hand side of the page and not the right.

Is there a simple way of having the linked details appearing on the right after the master fields without editing every list page in html editor mode?
eg master list values

id Name group address

linked details account transactions (which are separate tables linked to the id field)
when i add the account and transactions tabes to the master list view the hyperlinks appear on the left hand side of the id, name, group and address

Sergey Kornilov admin 11/29/2014

You can try to modify C:\Program Files (x86)\PHPRunner8.0\templates\bricks\gridrow_h.htm file for this purpose. Find the code that displays details links and move it after data columns section. Make sure you create a backup copy of this file before applying your changes.