aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-12-29 09:29:12 +1100
committerRedMatrix <info@friendica.com>2014-12-29 09:29:12 +1100
commit7b98a6fcb036d1c0d99b73c308631e17093e5af1 (patch)
treebcd14cafecffaaaeae083ec0a5370110494d458b /view
parent6cdd5d1c4806ae91ee3326b096ea79597dd95409 (diff)
parent40a327b68fe1bb37bbc2fc6bc1c6d761ee564898 (diff)
downloadvolse-hubzilla-7b98a6fcb036d1c0d99b73c308631e17093e5af1.tar.gz
volse-hubzilla-7b98a6fcb036d1c0d99b73c308631e17093e5af1.tar.bz2
volse-hubzilla-7b98a6fcb036d1c0d99b73c308631e17093e5af1.zip
Merge pull request #772 from pafcu/chanman
Some work on the channel manager
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/channel.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl
index 55b122d9b..c151ba8b2 100755
--- a/view/tpl/channel.tpl
+++ b/view/tpl/channel.tpl
@@ -7,7 +7,7 @@
{{/if}}
{{/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>
-<div class="channels-notifications-wrapper">{{if $channel.mail != 0}}<span style="color:#c60032;"><i class="icon-envelope"></i> {{$channel.mail}}</span>{{else}}<i class="icon-envelope"></i> &nbsp;{{/if}} {{if $channel.intros != 0}}<span style="color:#c60032;"><i class="icon-user"></i> {{$channel.intros}}</span>{{else}}<i class="icon-user"></i> &nbsp;{{/if}}</div>
+<div class="channels-notifications-wrapper"><a href='manage/{{$channel.channel_id}}/message' style="{{if $channel.mail != 0}}color:#c60032;{{/if}}" title='{{$channel.mail|string_format:$mail_format}}'><i class="icon-envelope"></i> {{$channel.mail}}</a>&nbsp;<a href='manage/{{$channel.channel_id}}/connections/ifpending' style="{{if $channel.intros != 0}}color:#c60032;{{/if}}" title='{{$channel.intros|string_format:$intros_format}}'><i class="icon-user"></i> {{$channel.intros}}</a></div>
<a href="{{$channel.link}}" class="channel-selection-name-link" title="{{$channel.channel_name}}"><div class="channel-name">{{$channel.channel_name}}</div></a>
</div>