mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
92ed075076
With this commit pretty much the whole frontend has been rewritten. This should hopefully fix most of the issues in “exotic” styles. The changes include: - Overall cleanup - Better adaption to the WCF design - Reworked private channels menu - Reworked sidebar (may change later, currently the heights of the elements are hardcoded and not dynamic) - Working user action menu - Fixed auto scrolling - Better visual notifications - This software does not contain any easter eggs - No penguins were harmed in the production of this software Todo: - Fullscreen mode - Some language variables
20 lines
531 B
Smarty
20 lines
531 B
Smarty
<fieldset id="timsChatUserListContainer">
|
|
<legend>{lang}chat.general.users{/lang}</legend>
|
|
<div id="timsChatUserList">
|
|
<ul class="sidebarNestedCategoryList">
|
|
|
|
</ul>
|
|
</div>
|
|
</fieldset>
|
|
<fieldset id="timsChatRoomListContainer">
|
|
<legend>{lang}chat.general.rooms{/lang}</legend>
|
|
<div id="timsChatRoomList">
|
|
<ul class="sidebarNestedCategoryList">
|
|
|
|
</ul>
|
|
</div>
|
|
<div class="marginTop">
|
|
<a id="timsChatRoomListReloadButton" class="button small jsOnly">{lang}chat.general.forceRefresh{/lang}</a>
|
|
</div>
|
|
</fieldset>
|