From e8da840eec218acab2e9d26ee33915679ac88b5c Mon Sep 17 00:00:00 2001 From: marijus Date: Fri, 7 Mar 2014 13:36:49 +0100 Subject: remove aside on navbar collapse and add button to toggle visibility --- view/tpl/nav.tpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'view/tpl/nav.tpl') diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 41bc7dc10..1b35cdcae 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -5,6 +5,11 @@ + {{if $localuser}} + + {{/if}} {{if $userinfo}} {{$userinfo.name}} {{if $localuser}} -- cgit v1.2.3 From 21db60c991a5cf9191fb00d5f5f3eb29bff7564c Mon Sep 17 00:00:00 2001 From: marijus Date: Fri, 7 Mar 2014 13:46:45 +0100 Subject: might be needed by not local users aswell --- view/tpl/nav.tpl | 2 -- 1 file changed, 2 deletions(-) (limited to 'view/tpl/nav.tpl') diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 1b35cdcae..a41bd9659 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -5,11 +5,9 @@ - {{if $localuser}} - {{/if}} {{if $userinfo}} {{$userinfo.name}} {{if $localuser}} -- cgit v1.2.3