aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/channels.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-01 17:06:34 -0700
committerfriendica <info@friendica.com>2012-11-01 17:06:34 -0700
commit1021a4d4763974c3c40f40a0ca9682f1fcc3f6ee (patch)
tree9a068aa44d6566fa36c69dd1a30895facc1d96db /view/tpl/channels.tpl
parent42ac706b9f9589b2c38aae45156b6e1e49f8ca8d (diff)
downloadvolse-hubzilla-1021a4d4763974c3c40f40a0ca9682f1fcc3f6ee.tar.gz
volse-hubzilla-1021a4d4763974c3c40f40a0ca9682f1fcc3f6ee.tar.bz2
volse-hubzilla-1021a4d4763974c3c40f40a0ca9682f1fcc3f6ee.zip
add current selection to channel manager
Diffstat (limited to 'view/tpl/channels.tpl')
-rw-r--r--view/tpl/channels.tpl8
1 files changed, 7 insertions, 1 deletions
diff --git a/view/tpl/channels.tpl b/view/tpl/channels.tpl
index 50366efa6..916ba1c75 100644
--- a/view/tpl/channels.tpl
+++ b/view/tpl/channels.tpl
@@ -7,10 +7,16 @@
{{ endfor }}
{{ endif }}
+{{ if $selected }}
+<div id="channels-selected">$msg_selected</div>
+{{ inc channel.tpl with $channel=$selected }}{{ endinc }}
+<div class="channels-end selected"></div>
+{{ endif }}
+
<div id="channels-desc" class="descriptive-text">$desc</div>
{{ for $all_channels as $chn }}
{{ inc channel.tpl with $channel=$chn }}{{ endinc }}
{{ endfor }}
-<div class="channels-end"></div>
+<div class="channels-end all"></div>