This topic is locked

Modifying layout file.

3/24/2014 12:50:34 PM
PHPRunner General questions
J
JCRamos author

I have modified the file "view.ly" to add a container with bricks "loggedas" and "quickJump" as they are in the file "list.ly".
Before:



beginblock width=100% top

begincontainer horizontal style=empty pdf

brick printpdf

endcontainer

begincontainer vertical columns=2 style=fields width=700 align=center fields

header color2 viewheader

brick viewfields

brick color2 viewbuttons

endcontainer

begincontainer vertical style=empty align=center width=700 details

brick viewdetails

endcontainer

endblock



After:



beginblock width=100% top

begincontainer horizontal style=empty pdf

brick printpdf

endcontainer

begincontainer horizontal align=center style=empty width=100% controlpanel

brick left loggedas

brick right quickjump

endcontainer

begincontainer vertical columns=2 style=fields width=700 align=center fields

header color2 viewheader

brick viewfields

brick color2 viewbuttons

endcontainer

begincontainer vertical style=empty align=center width=700 details

brick viewdetails

endcontainer

endblock



After building the site, the pages "*_view.php" did not show the buttons "disconnect" and "change password" and menu select was there with all the options, but did nothing after select any option. Why?