aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-04 10:37:20 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-04 10:37:20 +0200
commitee8a9384d5345becf04e52b33e32624570a27584 (patch)
treeab7e99b7a3b7fa440a7e0f1078165a37301447f2
parentdfa12b29190086c3976d7cab8dbf1721846dcf94 (diff)
parentbba34a7a8e5b62017d917808d50165cfd9f3d2e7 (diff)
downloadvolse-hubzilla-ee8a9384d5345becf04e52b33e32624570a27584.tar.gz
volse-hubzilla-ee8a9384d5345becf04e52b33e32624570a27584.tar.bz2
volse-hubzilla-ee8a9384d5345becf04e52b33e32624570a27584.zip
Merge branch 'master' into dev
-rw-r--r--view/tpl/chatrooms.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/chatrooms.tpl b/view/tpl/chatrooms.tpl
index de8cdce7c..d35148f7c 100644
--- a/view/tpl/chatrooms.tpl
+++ b/view/tpl/chatrooms.tpl
@@ -21,7 +21,7 @@
<tr class="chatroom-index-row">
<td><a href="{{$baseurl}}/chat/{{$nickname}}/{{$room.cr_id}}">{{$room.cr_name}}</a></td>
<td>{{$room.cr_expire}}&nbsp;min</td>
- <td class="chatrooms-index-tool dropdown pull-right">
+ <td class="chatrooms-index-tool{{if $room.allow_cid || $room.allow_gid || $room.deny_cid || $room.deny_gid}} dropdown pull-right{{/if}}">
{{if $room.allow_cid || $room.allow_gid || $room.deny_cid || $room.deny_gid}}
<i class="icon-lock lockview dropdown-toggle" data-toggle="dropdown" onclick="lockview('chatroom',{{$room.cr_id}});"></i>
<ul id="panel-{{$room.cr_id}}" class="lockview-panel dropdown-menu"></ul>