From 6191cfef2adaa52019940cc448e28e2ad1a7ae6d Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 11 Aug 2013 19:04:07 -0700 Subject: check these in so I can go back and find out why the stylsheet is horked --- view/tpl/usermenu.tpl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 view/tpl/usermenu.tpl (limited to 'view/tpl/usermenu.tpl') diff --git a/view/tpl/usermenu.tpl b/view/tpl/usermenu.tpl new file mode 100644 index 000000000..1eb3f9127 --- /dev/null +++ b/view/tpl/usermenu.tpl @@ -0,0 +1,11 @@ +
+
{{$menu.menu_desc}}
+{{if $items }} + +{{/if}} +
+
-- cgit v1.2.3 From 95abc1600bd8bea80a6307bb1375ed343f9b839b Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 12 Aug 2013 01:01:28 -0700 Subject: theme personal menus so they look more or less like widgets --- view/tpl/usermenu.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'view/tpl/usermenu.tpl') diff --git a/view/tpl/usermenu.tpl b/view/tpl/usermenu.tpl index 1eb3f9127..771ae4b2a 100644 --- a/view/tpl/usermenu.tpl +++ b/view/tpl/usermenu.tpl @@ -1,5 +1,7 @@
-
{{$menu.menu_desc}}
+{{if $menu.menu_desc}} +

{{$menu.menu_desc}}

+{{/if}} {{if $items }}
    {{foreach $items as $mitem }} -- 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/usermenu.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/usermenu.tpl') diff --git a/view/tpl/usermenu.tpl b/view/tpl/usermenu.tpl index 771ae4b2a..3904f4696 100644 --- a/view/tpl/usermenu.tpl +++ b/view/tpl/usermenu.tpl @@ -5,7 +5,7 @@ {{if $items }} {{/if}} -- cgit v1.2.3 From 9a51f8ce650d295e7bc2322b9f2f10b340d8e076 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 18 Feb 2014 14:26:23 -0800 Subject: edit bookmarks --- view/tpl/usermenu.tpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'view/tpl/usermenu.tpl') diff --git a/view/tpl/usermenu.tpl b/view/tpl/usermenu.tpl index 3904f4696..80e160fdf 100644 --- a/view/tpl/usermenu.tpl +++ b/view/tpl/usermenu.tpl @@ -2,6 +2,9 @@ {{if $menu.menu_desc}}

    {{$menu.menu_desc}}

    {{/if}} +{{if $edit}} + +{{/if}} {{if $items }}
      {{foreach $items as $mitem }} -- cgit v1.2.3 From 364fc9f1638e67dad2c289b4d365753a5d06ac05 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 25 Feb 2014 20:58:20 -0800 Subject: comanche: provide an option to add a menu class for different theming choices on some menus (e.g. horizontal, tabbed, etc.) --- view/tpl/usermenu.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/usermenu.tpl') diff --git a/view/tpl/usermenu.tpl b/view/tpl/usermenu.tpl index 80e160fdf..a5c6faa99 100644 --- a/view/tpl/usermenu.tpl +++ b/view/tpl/usermenu.tpl @@ -1,4 +1,4 @@ -
      +
      {{if $menu.menu_desc}}

      {{$menu.menu_desc}}

      {{/if}} -- cgit v1.2.3