From 680baff73d70769714d806c00cc84c6e65faba0f Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 13 Aug 2013 18:10:03 -0700 Subject: 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. --- view/tpl/menuedit.tpl | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 view/tpl/menuedit.tpl (limited to 'view/tpl/menuedit.tpl') diff --git a/view/tpl/menuedit.tpl b/view/tpl/menuedit.tpl new file mode 100644 index 000000000..a46727c55 --- /dev/null +++ b/view/tpl/menuedit.tpl @@ -0,0 +1,21 @@ + +

{{$header}}

+ +{{if $menu_id}} +{{$editcontents}} +{{/if}} + + -- cgit v1.2.3 From 9508967c7350e69bf3321aaa63f5527a3e8096f4 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 13 Aug 2013 20:57:03 -0700 Subject: menu management is now functional with the exception of acl's (and of course a way to display the menus you create, and probably a bit more input sanity checking) --- view/tpl/menuedit.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/menuedit.tpl') diff --git a/view/tpl/menuedit.tpl b/view/tpl/menuedit.tpl index a46727c55..ea9e775e2 100644 --- a/view/tpl/menuedit.tpl +++ b/view/tpl/menuedit.tpl @@ -2,7 +2,7 @@

{{$header}}

{{if $menu_id}} -{{$editcontents}} +{{$editcontents}} {{/if}}