mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
[ticket/11010] Changing email and url input types in prosilver templates
PHPBB3-11010
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><label for="email">{L_EMAIL_ADDRESS}{L_COLON}</label><br /><span>{L_EMAIL_REMIND}</span></dt>
|
||||
<dd><input class="inputbox narrow" type="text" name="email" id="email" size="25" maxlength="100" /></dd>
|
||||
<dd><input class="inputbox narrow" type="email" name="email" id="email" size="25" maxlength="100" /></dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt> </dt>
|
||||
|
Reference in New Issue
Block a user