mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-02 23:20:08 +00:00
Fix templates
This commit is contained in:
parent
b0911a3404
commit
ba96a493c8
@ -57,7 +57,7 @@
|
|||||||
{/foreach}
|
{/foreach}
|
||||||
</ol>
|
</ol>
|
||||||
<div class="formSubmit">
|
<div class="formSubmit">
|
||||||
<button class="button" data-type="submit">{lang}wcf.global.button.submit{/lang}</button>
|
<button class="button buttonPrimary" data-type="submit">{lang}wcf.global.button.saveSorting{/lang}</button>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{else}
|
{else}
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<hgroup class="containerHeadline">
|
<hgroup class="containerHeadline">
|
||||||
<h1><a href="{link controller='Chat' object=$room}{/link}">{$room}</a> <span clss="badge">{#$users}</span></h1>
|
<h1><a href="{link controller='Chat' object=$room}{/link}">{$room}</a> <span class="badge">{#$users|count}</span></h1>
|
||||||
<h2>{$room->topic|language}</h2>
|
<h2>{$room->topic|language}</h2>
|
||||||
</hgroup>
|
</hgroup>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user