aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/posting_body.html
diff options
context:
space:
mode:
authorSenky <jakubsenko@gmail.com>2012-09-27 20:32:18 +0200
committerSenky <jakubsenko@gmail.com>2013-05-20 18:40:01 +0200
commite6391acd690eac9baa383b9a693a90f898b1937b (patch)
tree78baf930b9e6f88efbb8fcf69454c4b87f439133 /phpBB/styles/subsilver2/template/posting_body.html
parentbeafabbcb3ff5e1f06612f9205598ac12abbd2e3 (diff)
downloadforums-e6391acd690eac9baa383b9a693a90f898b1937b.tar
forums-e6391acd690eac9baa383b9a693a90f898b1937b.tar.gz
forums-e6391acd690eac9baa383b9a693a90f898b1937b.tar.bz2
forums-e6391acd690eac9baa383b9a693a90f898b1937b.tar.xz
forums-e6391acd690eac9baa383b9a693a90f898b1937b.zip
[ticket/11010] adding type="number" to subsilver2
and removing it from prosilver wher it should not be. PHPBB3-11010
Diffstat (limited to 'phpBB/styles/subsilver2/template/posting_body.html')
-rw-r--r--phpBB/styles/subsilver2/template/posting_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html
index 39f8f876ba..4feb4e955a 100644
--- a/phpBB/styles/subsilver2/template/posting_body.html
+++ b/phpBB/styles/subsilver2/template/posting_body.html
@@ -322,7 +322,7 @@
<!-- IF S_TOPIC_TYPE_ANNOUNCE or S_TOPIC_TYPE_STICKY -->
<tr>
<td class="row1"><b class="genmed">{L_STICK_TOPIC_FOR}{L_COLON}</b><br /><span class="gensmall">{L_STICKY_ANNOUNCE_TIME_LIMIT}</span></td>
- <td class="row2"><input class="post" type="text" name="topic_time_limit" size="3" maxlength="3" value="{TOPIC_TIME_LIMIT}" />&nbsp;<b class="gen">{L_DAYS}</b> <span class="gensmall">{L_STICK_TOPIC_FOR_EXPLAIN}</span></td>
+ <td class="row2"><input class="post" type="number" min="0" max="999" name="topic_time_limit" size="3" maxlength="3" value="{TOPIC_TIME_LIMIT}" />&nbsp;<b class="gen">{L_DAYS}</b> <span class="gensmall">{L_STICK_TOPIC_FOR_EXPLAIN}</span></td>
</tr>
<!-- ENDIF -->