<dl{if $errorField == 'optionName'} class="formError"{/if}>
<dt><label for="optionName">{lang}wcf.global.name{/lang}</label></dt>
<dd>
- <input type="text" id="optionName" name="optionName" value="{$optionName}" required="required" autofocus="autofocus" class="long" />
+ <input type="text" id="optionName" name="optionName" value="{$i18nPlainValues['optionName']}" required="required" autofocus="autofocus" class="long" />
{if $errorField == 'optionName'}
<small class="innerError">
{if $errorType == 'empty'}
<dl{if $errorField == 'optionDescription'} class="formError"{/if}>
<dt><label for="optionDescription">{lang}wcf.acp.user.option.description{/lang}</label></dt>
<dd>
- <textarea name="optionDescription" id="optionDescription" cols="40" rows="10">{$optionDescription}</textarea>
+ <textarea name="optionDescription" id="optionDescription" cols="40" rows="10">{lang __optional=true}{$i18nPlainValues['optionDescription']}{/lang}</textarea>
{if $errorField == 'optionDescription'}
<small class="innerError">
{if $errorType == 'empty'}
<dl{if $errorField == 'categoryName'} class="formError"{/if}>
<dt><label for="categoryName">{lang}wcf.global.name{/lang}</label></dt>
<dd>
- <input type="text" id="categoryName" name="categoryName" value="{$categoryName}" required="required" autofocus="autofocus" class="long" />
+ <input type="text" id="categoryName" name="categoryName" value="{$i18nPlainValues['categoryName']}" required="required" autofocus="autofocus" class="long" />
{if $errorField == 'categoryName'}
<small class="innerError">
{if $errorType == 'empty'}
<dl{if $errorField == 'rankTitle'} class="formError"{/if}>
<dt><label for="rankTitle">{lang}wcf.acp.user.rank.title{/lang}</label></dt>
<dd>
- <input type="text" id="rankTitle" name="rankTitle" value="{$rankTitle}" required="required" autofocus="autofocus" class="long" />
+ <input type="text" id="rankTitle" name="rankTitle" value="{$i18nPlainValues['rankTitle']}" required="required" autofocus="autofocus" class="long" />
{if $errorField == 'rankTitle'}
<small class="innerError">
{if $errorType == 'empty'}