aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/chatroomlist.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-03-31 13:21:48 +0200
committerMario Vavti <mario@mariovavti.com>2016-03-31 13:21:48 +0200
commit3fdd110e0775113d2246a9db16c6c920ecddf19d (patch)
tree923312a2ca85025b230d7b331bae2ec211eb64ea /view/tpl/chatroomlist.tpl
parent1cd3b4182595b838a535dd6b6990251db05d49e6 (diff)
downloadvolse-hubzilla-3fdd110e0775113d2246a9db16c6c920ecddf19d.tar.gz
volse-hubzilla-3fdd110e0775113d2246a9db16c6c920ecddf19d.tar.bz2
volse-hubzilla-3fdd110e0775113d2246a9db16c6c920ecddf19d.zip
mod chat rework continued
Diffstat (limited to 'view/tpl/chatroomlist.tpl')
-rw-r--r--view/tpl/chatroomlist.tpl7
1 files changed, 1 insertions, 6 deletions
diff --git a/view/tpl/chatroomlist.tpl b/view/tpl/chatroomlist.tpl
index 542ff9a0c..ff4b79a4b 100644
--- a/view/tpl/chatroomlist.tpl
+++ b/view/tpl/chatroomlist.tpl
@@ -1,15 +1,10 @@
-<div class="widget">
+<div id="chatroom_list" class="widget">
<h3>{{$header}}</h3>
- {{if $items}}
<ul class="nav nav-pills nav-stacked">
<li><a href="{{$baseurl}}/chat/{{$nickname}}">{{$overview}}</a></li>
{{foreach $items as $item}}
<li><a href="{{$baseurl}}/chat/{{$nickname}}/{{$item.cr_id}}"><span class="badge pull-right">{{$item.cr_inroom}}</span>{{$item.cr_name}}</a></li>
{{/foreach}}
</ul>
- {{/if}}
- <div id="chatSide">
- <div id="chatUsers"></div>
- </div>
</div>