diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-08-06 21:49:30 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-08-06 21:49:30 +0000 |
commit | d2a7b5babef88fc92212ad071daaf73461b35c90 (patch) | |
tree | f79dba148a4f522c32ab2e711cc5574d1c4e1b65 /view/tpl/channel.tpl | |
parent | 47d496eee3a5cd8c5da212945c31cc2eb05b6416 (diff) | |
download | volse-hubzilla-d2a7b5babef88fc92212ad071daaf73461b35c90.tar.gz volse-hubzilla-d2a7b5babef88fc92212ad071daaf73461b35c90.tar.bz2 volse-hubzilla-d2a7b5babef88fc92212ad071daaf73461b35c90.zip |
Reworked the options on the profile edit page. In one words: buttons. Hope you liked it. Revert or fix if not. Also reworked the channels manage page a bit, because channel names where not readable with larger fonts. Not perfect yet, but now readable and I think better aligned. Also revert/fix if not good.
Diffstat (limited to 'view/tpl/channel.tpl')
-rwxr-xr-x | view/tpl/channel.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl index a20cf0e6a..55b122d9b 100755 --- a/view/tpl/channel.tpl +++ b/view/tpl/channel.tpl @@ -7,8 +7,8 @@ {{/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> {{/if}} {{if $channel.intros != 0}}<span style="color:#c60032;"><i class="icon-user"></i> {{$channel.intros}}</span>{{else}}<i class="icon-user"></i> {{/if}}</div> <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> {{/if}} {{if $channel.intros != 0}}<span style="color:red;"><i class="icon-user"></i> {{$channel.intros}}</span>{{else}}<i class="icon-user"></i> {{/if}} </div> <div class="channel-selection-end"></div> |