<dl{if $errorField == 'subject'} class="formError"{/if}>
<dt><label for="subject">{lang}wcf.global.subject{/lang}</label></dt>
<dd>
- <input type="text" id="subject" name="subject" value="{$subject}" required="required" maxlength="255" class="long">
+ <input type="text" id="subject" name="subject" value="{$subject}" required maxlength="255" class="long">
{if $errorField == 'subject'}
<small class="innerError">
{if $errorType == 'empty'}
<dl>
<dt></dt>
<dd>
- <label><input type="checkbox" name="participantCanInvite" id="participantCanInvite" value="1"{if $participantCanInvite} checked="checked"{/if}> {lang}wcf.conversation.participantCanInvite{/lang}</label>
+ <label><input type="checkbox" name="participantCanInvite" id="participantCanInvite" value="1"{if $participantCanInvite} checked{/if}> {lang}wcf.conversation.participantCanInvite{/lang}</label>
</dd>
</dl>
{/if}
{foreach from=$labelList item=label}
<li>
<label>
- <input type="checkbox"{if $label->labelID|in_array:$assignedLabels} checked="checked"{/if} data-label-id="{@$label->labelID}">
+ <input type="checkbox"{if $label->labelID|in_array:$assignedLabels} checked{/if} data-label-id="{@$label->labelID}">
<span class="badge label{if $label->cssClassName} {@$label->cssClassName}{/if}">{$label->label}</span>
</label>
</li>
<ul id="labelManagementList">
{foreach from=$cssClassNames item=cssClassName}
<li><label>
- <input type="radio" name="cssClassName" value="{@$cssClassName}"{if $cssClassName == 'none'} checked="checked"{/if}>
+ <input type="radio" name="cssClassName" value="{@$cssClassName}"{if $cssClassName == 'none'} checked{/if}>
<span class="badge label{if $cssClassName != 'none'} {@$cssClassName}{/if}">{lang}wcf.conversation.label.placeholder{/lang}</span>
</label></li>
{/foreach}
<dl>
<dt></dt>
- <dd><label><input type="checkbox" name="conversationID" value="{@$searchedConversation->conversationID}" checked="checked"> {lang}wcf.conversation.searchedConversation{/lang}</label></dd>
+ <dd><label><input type="checkbox" name="conversationID" value="{@$searchedConversation->conversationID}" checked> {lang}wcf.conversation.searchedConversation{/lang}</label></dd>
</dl>