mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-02 12:53:37 +02:00
[ticket/11010] adding type="number" to subsilver2
and removing it from prosilver wher it should not be. PHPBB3-11010
This commit is contained in:
@@ -60,7 +60,7 @@ function insert_single(user)
|
||||
<!-- ENDIF -->
|
||||
<dl>
|
||||
<dt><label for="icq">{L_ICQ}{L_COLON}</label></dt>
|
||||
<dd><input type="number" min="0" max="999999999" name="icq" id="icq" value="{ICQ}" class="inputbox" /></dd>
|
||||
<dd><input type="text" name="icq" id="icq" value="{ICQ}" class="inputbox" /></dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><label for="aim">{L_AIM}{L_COLON}</label></dt>
|
||||
|
Reference in New Issue
Block a user