aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/channel.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-04 17:24:26 -0700
committerfriendica <info@friendica.com>2014-08-04 17:24:26 -0700
commit004eaacc73a2ca2bf58a1cce7ef5c1a99dc2b876 (patch)
tree74567f871ad1eec1861666f13ec4f5e8b1d0f7a9 /view/tpl/channel.tpl
parent00fc23bf4e169b4a48ae0bafae12cc3946b38cd6 (diff)
downloadvolse-hubzilla-004eaacc73a2ca2bf58a1cce7ef5c1a99dc2b876.tar.gz
volse-hubzilla-004eaacc73a2ca2bf58a1cce7ef5c1a99dc2b876.tar.bz2
volse-hubzilla-004eaacc73a2ca2bf58a1cce7ef5c1a99dc2b876.zip
channel manage page - notification indicators
Diffstat (limited to 'view/tpl/channel.tpl')
-rwxr-xr-xview/tpl/channel.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl
index 1ed2fbd2c..a20cf0e6a 100755
--- a/view/tpl/channel.tpl
+++ b/view/tpl/channel.tpl
@@ -8,5 +8,7 @@
{{/if}}
<a href="{{$channel.link}}" class="channel-selection-photo-link" title="{{$channel.channel_name}}"><img class="channel-photo" src="{{$channel.xchan_photo_m}}" alt="{{$channel.channel_name}}" /></a>
<a href="{{$channel.link}}" class="channel-selection-name-link" title="{{$channel.channel_name}}"><div class="channel-name">{{$channel.channel_name}}</div></a>
+{{if $channel.mail != 0}}<span style="color:red;"><i class="icon-envelope"></i> {{$channel.mail}}</span>{{else}}<i class="icon-envelope"></i> &nbsp;{{/if}} {{if $channel.intros != 0}}<span style="color:red;"><i class="icon-user"></i> {{$channel.intros}}</span>{{else}}<i class="icon-user"></i> &nbsp;{{/if}}
</div>
+
<div class="channel-selection-end"></div>