mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Fixed sortables to comply with WoltLab/WCF@9dcf11e223
This commit is contained in:
parent
81462252dc
commit
ec41d5be61
@ -33,7 +33,7 @@
|
|||||||
<ol class="wcf-sortableList" data-object-id="0">
|
<ol class="wcf-sortableList" data-object-id="0">
|
||||||
{content}
|
{content}
|
||||||
{foreach from=$objects item=chatRoom}
|
{foreach from=$objects item=chatRoom}
|
||||||
<li class="wcf-sortableNode chatRoomRow" data-object-id="{@$chatRoom->roomID}">
|
<li class="wcf-sortableNode wcf-sortableNoNestingchatRoomRow" data-object-id="{@$chatRoom->roomID}">
|
||||||
<span class="wcf-sortableNodeLabel">
|
<span class="wcf-sortableNodeLabel">
|
||||||
<a href="{link controller='ChatRoomEdit' id=$chatRoom->roomID}{/link}">{$chatRoom->title|language}</a>
|
<a href="{link controller='ChatRoomEdit' id=$chatRoom->roomID}{/link}">{$chatRoom->title|language}</a>
|
||||||
|
|
||||||
@ -46,13 +46,19 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
<ol class="wcf-sortableList" data-object-id="{@$chatRoom->roomID}"></ol></li>
|
||||||
</li>
|
</li>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
{/content}
|
{/content}
|
||||||
</ol>
|
</ol>
|
||||||
|
<div class="wcf-formSubmit">
|
||||||
|
<button class="wcf-button" data-type="reset">{lang}wcf.global.button.reset{/lang}</button>
|
||||||
|
<button class="wcf-button default" data-type="submit">{lang}wcf.global.button.submit{/lang}</button>
|
||||||
|
</div>
|
||||||
{hascontentelse}
|
{hascontentelse}
|
||||||
<p class="wcf-warning">{lang}wcf.acp.chat.room.noneAvailable{/lang}</p>
|
<p class="wcf-warning">{lang}wcf.acp.chat.room.noneAvailable{/lang}</p>
|
||||||
{/hascontent}
|
{/hascontent}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
{include file='footer'}
|
{include file='footer'}
|
Loading…
Reference in New Issue
Block a user