Merge remote-tracking branch 'refs/remotes/origin/3.0'
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / commentAddGuestDialog.tpl
CommitLineData
b9f4bd69 1<div>
95961bdf 2 <div class="section">
96714cab 3 <dl{if $errorType[username]|isset} class="formError"{/if}>
b9f4bd69
MS
4 <dt><label for="username">{lang}wcf.user.username{/lang}</label></dt>
5 <dd>
6f2bc235 6 <input type="text" id="username" name="username" value="{$username}" required class="long" autofocus="true">
96714cab
MS
7 {if $errorType[username]|isset}
8 <small class="innerError">
9 {if $errorType[username] == 'empty'}
10 {lang}wcf.global.form.error.empty{/lang}
11 {else}
947122e4 12 {lang}wcf.user.username.error.{$errorType[username]}{/lang}
96714cab
MS
13 {/if}
14 </small>
15 {/if}
b9f4bd69
MS
16 </dd>
17 </dl>
95961bdf 18 </div>
b9f4bd69 19
96714cab 20 {include file='captcha'}
b9f4bd69
MS
21</div>
22
23<div class="formSubmit">
e5f9b56c 24 <input type="submit" value="{lang}wcf.global.button.submit{/lang}" accesskey="s">
b9f4bd69 25</div>