1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-11-01 14:20:07 +00:00
Tims-Chat/template/sidebar.tpl

23 lines
602 B
Smarty
Raw Normal View History

2014-03-24 20:52:05 +00:00
{event name='beforeSidebar'}
<fieldset id="timsChatUserListContainer">
2014-02-27 17:55:53 +00:00
<legend>{lang}chat.global.users{/lang}</legend>
<div id="timsChatUserList">
<ul class="sidebarNestedCategoryList">
2012-03-04 15:03:58 +00:00
</ul>
</div>
</fieldset>
2014-02-28 16:06:50 +00:00
<fieldset id="timsChatRoomListContainer">
2014-02-27 17:55:53 +00:00
<legend>{lang}chat.global.rooms{/lang}</legend>
<div id="timsChatRoomList">
<ul class="sidebarNestedCategoryList">
</ul>
</div>
2014-03-02 21:41:20 +00:00
<div class="marginTop overflowVisible">
2014-02-27 17:55:53 +00:00
<a id="timsChatRoomListReloadButton" class="button small jsOnly">{lang}chat.global.forceRefresh{/lang}</a>
</div>
</fieldset>
2014-03-24 20:52:05 +00:00
{event name='afterSidebar'}