aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/menulist.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-13 18:10:03 -0700
committerfriendica <info@friendica.com>2013-08-13 18:10:03 -0700
commit680baff73d70769714d806c00cc84c6e65faba0f (patch)
treee4d66e2d7baf54597e125ad6c4c83dbbd65f1715 /view/tpl/menulist.tpl
parentd6c6a2b144ad1c619cef70310bad7e0cdc920e77 (diff)
downloadvolse-hubzilla-680baff73d70769714d806c00cc84c6e65faba0f.tar.gz
volse-hubzilla-680baff73d70769714d806c00cc84c6e65faba0f.tar.bz2
volse-hubzilla-680baff73d70769714d806c00cc84c6e65faba0f.zip
menu management complete (as opposed to menu *content* management, which is not). As usual, this means functionally complete - as theming and presentation have been left for those more suited to the task.
Diffstat (limited to 'view/tpl/menulist.tpl')
-rw-r--r--view/tpl/menulist.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/menulist.tpl b/view/tpl/menulist.tpl
index 3ad92cb7e..0761322cd 100644
--- a/view/tpl/menulist.tpl
+++ b/view/tpl/menulist.tpl
@@ -7,7 +7,7 @@
{{if $menus }}
<ul id="menulist">
{{foreach $menus as $m }}
-<li>{{$m.menu_name}} <a href="menu/{{$m.menu_id}}" title="{{$hintedit}}">{{$edit}}</a>|<a href="menu/{{$m.menu.id}}/drop" title={{$hintdrop}}>{{$drop}}</a></li>
+<li><a href="menu/{{$m.menu_id}}" title="{{$hintedit}}">{{$edit}}</a> | <a href="menu/{{$m.menu.id}}/drop" title={{$hintdrop}}>{{$drop}}</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="medit/{{$m.menu_id}}" title="{{$hintcontent}}">{{$m.menu_name}}</a></li>
{{/foreach}}
</ul>
{{/if}}