begin channel management (was "manage") page, use term "channel" instead of the vague and hard to explain "identity"

This commit is contained in:
friendica
2012-08-30 22:42:51 -07:00
parent 80bd128425
commit 4736fa5927
6 changed files with 43 additions and 25 deletions

19
view/tpl/channels.tpl Normal file
View File

@@ -0,0 +1,19 @@
<h3>$header</h3>
<div id="channels-desc" class="descriptive-text">$desc</div>
{{ if $links }}
{{ for $links as $l }}
<a class="channels-links" href="$l.0" title="$l.1">$l.2</a>
{{ endfor }}
{{ endif }}
<div align="center">{{ inc channel.tpl with $chn = $active }}</div>
<div align="center">$act_desc</div>
{{ for $all_channels as $chn }}
{{ inc channel.tpl with $channel = $chn }}
{{ endfor }}
<div class="channels-end"></div>