aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/css/mod_manage.css6
-rwxr-xr-xview/tpl/channel.tpl2
2 files changed, 8 insertions, 0 deletions
diff --git a/view/css/mod_manage.css b/view/css/mod_manage.css
index 4780820ba..5813214d7 100644
--- a/view/css/mod_manage.css
+++ b/view/css/mod_manage.css
@@ -46,4 +46,10 @@
.channel-selection-name-link {
font-size: 1.2em;
margin-top: 10px;
+}
+
+.channel-selection-name-link .channel-name {
+ width: 120px;
+ height: 18px;
+ overflow: hidden;
} \ No newline at end of file
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>