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