diff options
author | Stefan Parviainen <saparvia@caterva.eu> | 2014-12-29 22:07:40 +0100 |
---|---|---|
committer | Stefan Parviainen <saparvia@caterva.eu> | 2014-12-29 22:07:40 +0100 |
commit | e69e59d260c311ceae4cbde3239c33d8caea4553 (patch) | |
tree | fc281ec50758b89f38d170ad1ba47582138acc83 /view/tpl/channels.tpl | |
parent | 40a327b68fe1bb37bbc2fc6bc1c6d761ee564898 (diff) | |
download | volse-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/channels.tpl')
-rwxr-xr-x | view/tpl/channels.tpl | 8 |
1 files changed, 0 insertions, 8 deletions
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}} </div> {{/if}} -{{if $selected}} -<div id="selected-channel"> -<div id="channels-selected">{{$msg_selected}}</div> -{{include file="channel.tpl" channel=$selected}} -</div> -<div class="channels-end selected"></div> -{{/if}} -<br /> <div id="channels-desc" class="descriptive-text">{{$desc}}</div> <div id="all-channels"> |