From cb47354a4f76e033485e9818b137742c01466dbe Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 23 Jan 2017 16:31:40 -0800 Subject: put login form into the nav bar. Proof of concept - needs a bit of UI tweaks. --- view/tpl/nav.tpl | 11 +++++++---- view/tpl/remote_login.tpl | 1 + 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 view/tpl/remote_login.tpl (limited to 'view/tpl') diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 4d8ce9317..c9b38859c 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -154,13 +154,16 @@ {{/if}} - {{if $nav.loginmenu && !$userinfo}} - {{foreach $nav.loginmenu as $loginmenu}} diff --git a/view/tpl/remote_login.tpl b/view/tpl/remote_login.tpl new file mode 100644 index 000000000..1d11fb712 --- /dev/null +++ b/view/tpl/remote_login.tpl @@ -0,0 +1 @@ +{{$title}} -- cgit v1.2.3