mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11010] yahoo and msn user search fields changed to email input type
PHPBB3-11010
This commit is contained in:
parent
e09412db58
commit
90becaa1a2
1 changed files with 2 additions and 2 deletions
|
@ -68,11 +68,11 @@ function insert_single(user)
|
|||
</dl>
|
||||
<dl>
|
||||
<dt><label for="yahoo">{L_YIM}{L_COLON}</label></dt>
|
||||
<dd><input type="text" name="yahoo" id="yahoo" value="{YAHOO}" class="inputbox" /></dd>
|
||||
<dd><input type="email" name="yahoo" id="yahoo" value="{YAHOO}" class="inputbox" /></dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><label for="msn">{L_MSNM}{L_COLON}</label></dt>
|
||||
<dd><input type="text" name="msn" id="msn" value="{MSNM}" class="inputbox" /></dd>
|
||||
<dd><input type="email" name="msn" id="msn" value="{MSNM}" class="inputbox" /></dd>
|
||||
</dl>
|
||||
</fieldset>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue