Make room topic field class="long" in roomAdd.tpl

This commit is contained in:
Tim Düsterhus 2020-05-27 19:20:05 +02:00
parent 0ba406aabc
commit d33d8e671c
Signed by: TimWolla
GPG Key ID: 8FF75566094168AF
1 changed files with 1 additions and 1 deletions

View File

@ -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">