mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Use the new sidebar methods
This commit is contained in:
parent
bc386af3d5
commit
1b3206f81b
@ -227,16 +227,15 @@
|
||||
</head>
|
||||
|
||||
<body id="tpl{$templateName|ucfirst}">
|
||||
{capture assign='sidebar'}<aside class="sidebar">
|
||||
<div id="sidebar">
|
||||
<nav class="chatSidebarTabs">
|
||||
{capture assign='sidebar'}
|
||||
<nav class="chatSidebarTabs">
|
||||
<ul>
|
||||
<li id="toggleUsers" class="active"><a href="javascript:;" title="{lang}wcf.chat.users{/lang}">{lang}wcf.chat.users{/lang}</a></li>
|
||||
<li id="toggleRooms"><a href="javascript:;" title="{lang}wcf.chat.rooms{/lang}" data-refresh-url="{link controller="Chat" action="RefreshRoomList"}{/link}">{lang}wcf.chat.rooms{/lang}</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</nav>
|
||||
|
||||
<div id="sidebarContainer">
|
||||
<div id="sidebarContainer">
|
||||
<ul id="chatUserList">
|
||||
{section name=user start=1 loop=26}
|
||||
<li id="user-{$user}" class="chatUser">
|
||||
@ -263,14 +262,9 @@
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<!-- CONTENT -->{/capture}
|
||||
{capture assign='header'}{include file='header' sandbox=false}{/capture}
|
||||
{assign var='header' value='class="main"'|str_replace:'class="main left"':$header}
|
||||
{assign var='header' value='<!-- CONTENT -->'|str_replace:$sidebar:$header}
|
||||
{@$header}
|
||||
</div>
|
||||
{/capture}
|
||||
{include file='header' sandbox=false sidebarDirection='left'}
|
||||
|
||||
<div id="chatRoomContent">
|
||||
<div id="topic" class="border"{if $room->topic|language === ''} style="display: none;"{/if}>{$room->topic|language}</div>
|
||||
@ -343,7 +337,7 @@
|
||||
}
|
||||
|
||||
$('#chatInput').jCounter($('#chatInput').attr('maxlength'), { container: '.counter' });
|
||||
$('#sidebar').wcfSidebar();
|
||||
$('.sidebar').wcfSidebar();
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user