add current selection to channel manager

This commit is contained in:
friendica
2012-11-01 17:06:34 -07:00
parent 42ac706b9f
commit 1021a4d476
4 changed files with 35 additions and 4 deletions

View File

@@ -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>