1
0
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:
Senky
2012-09-27 20:32:18 +02:00
parent beafabbcb3
commit e6391acd69
8 changed files with 22 additions and 22 deletions

View File

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