This topic is locked
[SOLVED]

 Add container in layout page.

3/8/2014 6:19:33 AM
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".

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?
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