[ticket/11010] yahoo and msn user search fields changed to email input type

PHPBB3-11010
This commit is contained in:
Vinny 2012-08-10 21:32:15 -03:00 committed by Senky
parent e09412db58
commit 90becaa1a2

View file

@ -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>