Fixed input field type
authorMarcel Werk <burntime@woltlab.com>
Tue, 7 Jan 2014 12:33:45 +0000 (13:33 +0100)
committerMarcel Werk <burntime@woltlab.com>
Tue, 7 Jan 2014 12:33:45 +0000 (13:33 +0100)
wcfsetup/install/files/acp/templates/userBulkProcessing.tpl

index 791adf06f39a98a16cbc9952b511998721b85f38..bf39c67e3ff4bf180839d6638c2994256004d53a 100644 (file)
                                        <dl{if $errorField == 'from'} class="formError"{/if}>
                                                <dt><label for="from">{lang}wcf.acp.user.sendMail.from{/lang}</label></dt>
                                                <dd>
-                                                       <input type="email" id="from" name="from" value="{$from}" class="medium" />
+                                                       <input type="text" id="from" name="from" value="{$from}" class="medium" />
                                                        {if $errorField == 'from'}
                                                                <small class="innerError">
                                                                        {if $errorType == 'empty'}{lang}wcf.global.form.error.empty{/lang}{/if}