diff options
author | zotlabs <mike@macgirvin.com> | 2018-06-05 21:12:42 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-06-05 21:12:42 -0700 |
commit | d6f98ab88ec147b317bc9266395320e9cc64329a (patch) | |
tree | 3adf022b96a3d09db6067adf51b4b4fe6c007e42 /view/tpl/design_tools.tpl | |
parent | e1b85a361cf53fd7bb79ef24d9d5b0dfb145fccf (diff) | |
download | volse-hubzilla-d6f98ab88ec147b317bc9266395320e9cc64329a.tar.gz volse-hubzilla-d6f98ab88ec147b317bc9266395320e9cc64329a.tar.bz2 volse-hubzilla-d6f98ab88ec147b317bc9266395320e9cc64329a.zip |
some work to make menus editable by visitors with webpage write permissions; this needed to revise the link structure so that the page specified an owner channel in the url. Otherwise we could only operate on menus owned by local_channel(). Have done some basic regression testing but have not yet fully tested guest editing functionality.
Diffstat (limited to 'view/tpl/design_tools.tpl')
-rw-r--r-- | view/tpl/design_tools.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/design_tools.tpl b/view/tpl/design_tools.tpl index bc7d46dc1..b4657cb7f 100644 --- a/view/tpl/design_tools.tpl +++ b/view/tpl/design_tools.tpl @@ -2,7 +2,7 @@ <h3>{{$title}}</h3> <div class="nav nav-pills flex-column"> <a class="nav-link" href="blocks/{{$who}}">{{$blocks}}</a> - <a class="nav-link" href="menu{{if $sys}}?f=&sys=1{{/if}}">{{$menus}}</a> + <a class="nav-link" href="menu/{{$who}}">{{$menus}}</a> <a class="nav-link" href="layouts/{{$who}}">{{$layout}}</a> <a class="nav-link" href="webpages/{{$who}}">{{$pages}}</a> </div> |