mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-20 21:20:08 +00:00
Make room topic field class="long" in roomAdd.tpl
This commit is contained in:
parent
0ba406aabc
commit
d33d8e671c
@ -56,7 +56,7 @@
|
||||
<dl{if $errorField == 'topic'} class="formError"{/if}>
|
||||
<dt><label for="topic">{lang}chat.acp.room.topic{/lang}</label></dt>
|
||||
<dd>
|
||||
<input type="text" id="topic" name="topic" value="{$i18nPlainValues['topic']}" class="medium">
|
||||
<input type="text" id="topic" name="topic" value="{$i18nPlainValues['topic']}" class="long">
|
||||
|
||||
{if $errorField == 'topic'}
|
||||
<small class="innerError">
|
||||
|
Loading…
Reference in New Issue
Block a user