implemented the "floating" menu properly, and the transitions between the
different menus; also debugged the ACL permission testing
This commit is contained in:
@@ -53,7 +53,7 @@ sidebox_list = sideboxes.getSideboxes(req,VeniceNamespaces.SIDEBOX_CONTEXT_NAMES
|
||||
|
||||
// Create the master view and return it.
|
||||
rc = new SideboxView(page_content,sidebox_list);
|
||||
//rc.menuSelector = "community";
|
||||
rc.menuSelector = "community";
|
||||
rc.pageTitle = comm.getName() + ": Home";
|
||||
rc.pageQID = "community/" + comm.getAlias();
|
||||
if (!(user.isAnonymous()))
|
||||
|
||||
Reference in New Issue
Block a user