From 4335e49381a766bc59b3ccd3df9c4981afab7603 Mon Sep 17 00:00:00 2001 From: git-marijus Date: Sat, 22 Jul 2017 11:04:18 +0200 Subject: more nav_set_selected --- view/tpl/nav.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 93bbe187f..cb0e2af32 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -1,5 +1,5 @@ {{if $nav.login && !$userinfo}} -
+
{{$nav.loginmenu.1.1}} -- cgit v1.2.3 From f4a4d70149b74a73faf5e777350d76946eeefe93 Mon Sep 17 00:00:00 2001 From: git-marijus Date: Sat, 22 Jul 2017 12:01:13 +0200 Subject: indicate the selected channel in the dropdown menu and minor css fixes --- view/tpl/channel.tpl | 6 +++--- view/tpl/nav.tpl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl index 1a84f1e66..63e09ec05 100755 --- a/view/tpl/channel.tpl +++ b/view/tpl/channel.tpl @@ -17,7 +17,7 @@

{{if $selected == $channel.channel_id}} - + {{/if}} {{if $channel.delegate}} @@ -37,11 +37,11 @@
{{if !$channel.delegate}} {{/if}} diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index cb0e2af32..288a15f2c 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -26,7 +26,7 @@ {{/if}} {{if $nav.channels}} {{foreach $nav.channels as $chan}} - {{$chan.channel_name}} + {{$chan.channel_name}} {{/foreach}} {{/if}} {{if $nav.profiles}} -- cgit v1.2.3 From 16067db718b0746892a5c81782ee72e21554b62c Mon Sep 17 00:00:00 2001 From: git-marijus Date: Sat, 22 Jul 2017 12:46:02 +0200 Subject: show the right conversation active and do not show any conversation active if we compose a new one --- view/tpl/mail_list.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/mail_list.tpl b/view/tpl/mail_list.tpl index 827c7628f..65d8dcdb4 100755 --- a/view/tpl/mail_list.tpl +++ b/view/tpl/mail_list.tpl @@ -1,6 +1,6 @@
- {{if $localuser}} + {{if $is_owner}} - {{else}} - {{if $nav.rusermenu}} + {{/if}} + {{if ! $is_owner}} {{/if}} - {{/if}}

{{/if}} {{/if}} - {{if $localuser}} + {{if $is_owner}} {{$addapps}} {{$orderapps}} @@ -230,7 +229,7 @@ {{if $channel_apps.0}} {{/if}} - {{if $localuser}} + {{if $is_owner}} {{$addapps}} {{$orderapps}} -- cgit v1.2.3