aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/channel.tpl
diff options
context:
space:
mode:
authorStefan Parviainen <saparvia@caterva.eu>2014-12-29 22:07:40 +0100
committerStefan Parviainen <saparvia@caterva.eu>2014-12-29 22:07:40 +0100
commite69e59d260c311ceae4cbde3239c33d8caea4553 (patch)
treefc281ec50758b89f38d170ad1ba47582138acc83 /view/tpl/channel.tpl
parent40a327b68fe1bb37bbc2fc6bc1c6d761ee564898 (diff)
downloadvolse-hubzilla-e69e59d260c311ceae4cbde3239c33d8caea4553.tar.gz
volse-hubzilla-e69e59d260c311ceae4cbde3239c33d8caea4553.tar.bz2
volse-hubzilla-e69e59d260c311ceae4cbde3239c33d8caea4553.zip
Don't show current channel separately in channel manager, highlight it instead
Diffstat (limited to 'view/tpl/channel.tpl')
-rwxr-xr-xview/tpl/channel.tpl4
1 files changed, 1 insertions, 3 deletions
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 @@
-<div class="channel-selection">
+<div class='channel-selection {{if $selected == $channel.channel_id}}selected-channel{{/if}}'>
{{if $channel.default_links}}
{{if $channel.default}}
<div class="channel-selection-default default"><i class="icon-check"></i> {{$msg_default}}</div>
@@ -10,5 +10,3 @@
<div class="channels-notifications-wrapper"><a href='manage/{{$channel.channel_id}}/message' style="{{if $channel.mail != 0}}color:#c60032;{{/if}}" title='{{$channel.mail|string_format:$mail_format}}'><i class="icon-envelope"></i> {{$channel.mail}}</a>&nbsp;<a href='manage/{{$channel.channel_id}}/connections/ifpending' style="{{if $channel.intros != 0}}color:#c60032;{{/if}}" title='{{$channel.intros|string_format:$intros_format}}'><i class="icon-user"></i> {{$channel.intros}}</a></div>
<a href="{{$channel.link}}" class="channel-selection-name-link" title="{{$channel.channel_name}}"><div class="channel-name">{{$channel.channel_name}}</div></a>
</div>
-
-<div class="channel-selection-end"></div>