mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +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:
@@ -80,7 +80,7 @@ onload_functions.push('subPanels()');
|
||||
<dl>
|
||||
<dt><label for="to_topic_id">{L_MERGE_TOPIC_ID}{L_COLON}</label></dt>
|
||||
<dd>
|
||||
<input class="inputbox autowidth" type="number" min="0" max="999999" size="6" name="to_topic_id" id="to_topic_id" value="{TO_TOPIC_ID}" />
|
||||
<input class="inputbox autowidth" type="number" min="0" size="6" name="to_topic_id" id="to_topic_id" value="{TO_TOPIC_ID}" />
|
||||
<a href="{U_SELECT_TOPIC}" >{L_SELECT_TOPIC}</a>
|
||||
</dd>
|
||||
<!-- IF TO_TOPIC_INFO --><dd>{TO_TOPIC_INFO}</dd><!-- ENDIF -->
|
||||
|
@@ -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