aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/channel.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-12 03:05:55 -0800
committerfriendica <info@friendica.com>2014-02-12 03:05:55 -0800
commitba360b434714311baacf9b692f838e1d9490925c (patch)
tree4b8c68944da3286b282f6ba05821e5d1126fec4f /view/tpl/channel.tpl
parent2fefbfdea320efcbaf5a737d39ce4f930533811b (diff)
downloadvolse-hubzilla-ba360b434714311baacf9b692f838e1d9490925c.tar.gz
volse-hubzilla-ba360b434714311baacf9b692f838e1d9490925c.tar.bz2
volse-hubzilla-ba360b434714311baacf9b692f838e1d9490925c.zip
ui improvements on the manage page
Diffstat (limited to 'view/tpl/channel.tpl')
-rwxr-xr-xview/tpl/channel.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl
index d6462d1e4..1ed2fbd2c 100755
--- a/view/tpl/channel.tpl
+++ b/view/tpl/channel.tpl
@@ -1,9 +1,9 @@
<div class="channel-selection">
{{if $channel.default_links}}
{{if $channel.default}}
-<div class="channel-selection-default default">{{$msg_default}}</div>
+<div class="channel-selection-default default"><i class="icon-check"></i> {{$msg_default}}</div>
{{else}}
-<div class="channel-selection-default"><a href="manage/{{$channel.channel_id}}/default">{{$msg_make_default}}</a></div>
+<div class="channel-selection-default"><a href="manage/{{$channel.channel_id}}/default"><i class="icon-check-empty" title="{{$msg_make_default}}"></i></a></div>
{{/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>