aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/channel.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-09-02 20:30:47 -0700
committerfriendica <info@friendica.com>2012-09-02 20:30:47 -0700
commitaff33531acfdee5b21a96bb1723ae656be13ce91 (patch)
tree5e04d727df019787d2a201eb8cd0973f3e06f42e /view/tpl/channel.tpl
parent58ddd2d565e320f62e0524b2a0eaaef4b940f60c (diff)
downloadvolse-hubzilla-aff33531acfdee5b21a96bb1723ae656be13ce91.tar.gz
volse-hubzilla-aff33531acfdee5b21a96bb1723ae656be13ce91.tar.bz2
volse-hubzilla-aff33531acfdee5b21a96bb1723ae656be13ce91.zip
channel/identity selection manage page
Diffstat (limited to 'view/tpl/channel.tpl')
-rw-r--r--view/tpl/channel.tpl7
1 files changed, 5 insertions, 2 deletions
diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl
index a18c4c1bb..eb9635ce8 100644
--- a/view/tpl/channel.tpl
+++ b/view/tpl/channel.tpl
@@ -1,2 +1,5 @@
-<img class="channel-photo" src="$channel.photo" alt="$channel.name" />
-<div class="channel-name">$channel.name</div>
+<div class="channel-selection">
+<a href="$channel.link" class="channel-selection-photo-link" title="$channel.entity_name"><img class="channel-photo" src="$channel.thumb" alt="$channel.entity_name" /></a>
+<a href="$channel.link" class="channel-selection-name-link" title="$channel.entity_name"><div class="channel-name">$channel.entity_name</div></a>
+</div>
+<div class="channel-selection-end"></div>