mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-09 00:20:08 +00:00
Fixed class
This commit is contained in:
parent
ec41d5be61
commit
2f57151a73
@ -33,7 +33,7 @@
|
||||
<ol class="wcf-sortableList" data-object-id="0">
|
||||
{content}
|
||||
{foreach from=$objects item=chatRoom}
|
||||
<li class="wcf-sortableNode wcf-sortableNoNestingchatRoomRow" data-object-id="{@$chatRoom->roomID}">
|
||||
<li class="wcf-sortableNode wcf-sortableNoNesting chatRoomRow" data-object-id="{@$chatRoom->roomID}">
|
||||
<span class="wcf-sortableNodeLabel">
|
||||
<a href="{link controller='ChatRoomEdit' id=$chatRoom->roomID}{/link}">{$chatRoom->title|language}</a>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user