mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-15 06:06:32 +02:00
[ticket/11010] yahoo and msn user search fields changed to email input type
PHPBB3-11010
This commit is contained in:
@ -68,11 +68,11 @@ function insert_single(user)
|
|||||||
</dl>
|
</dl>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><label for="yahoo">{L_YIM}{L_COLON}</label></dt>
|
<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>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><label for="msn">{L_MSNM}{L_COLON}</label></dt>
|
<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>
|
</dl>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user