1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-18 01:20:40 +00:00
Tims-Chat/template/sidebar.tpl

23 lines
602 B
Smarty
Raw Normal View History

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