From e69e59d260c311ceae4cbde3239c33d8caea4553 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Mon, 29 Dec 2014 22:07:40 +0100 Subject: Don't show current channel separately in channel manager, highlight it instead --- view/tpl/channel.tpl | 4 +--- view/tpl/channels.tpl | 8 -------- 2 files changed, 1 insertion(+), 11 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl index c151ba8b2..af80e7b4d 100755 --- a/view/tpl/channel.tpl +++ b/view/tpl/channel.tpl @@ -1,4 +1,4 @@ -
+
{{if $channel.default_links}} {{if $channel.default}}
{{$msg_default}}
@@ -10,5 +10,3 @@
{{$channel.channel_name}}
- -
diff --git a/view/tpl/channels.tpl b/view/tpl/channels.tpl index 0dec68a53..26d0e14d2 100755 --- a/view/tpl/channels.tpl +++ b/view/tpl/channels.tpl @@ -13,14 +13,6 @@ {{$channel_usage_message}}
{{/if}} -{{if $selected}} -
-
{{$msg_selected}}
-{{include file="channel.tpl" channel=$selected}} -
-
-{{/if}} -
{{$desc}}
-- cgit v1.2.3