aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
diff options
context:
space:
mode:
authorSenky <jakubsenko@gmail.com>2013-04-13 11:29:53 +0200
committerSenky <jakubsenko@gmail.com>2013-05-20 18:42:06 +0200
commit4c03c22e503a4317db93e7e61f676a396318b097 (patch)
tree16ecbecd00c9a1f918c59e391f5caeab7cb85129 /phpBB/styles/subsilver2
parent178f23d4d8e37724e5f27cfb9b19dd2ab867e888 (diff)
downloadforums-4c03c22e503a4317db93e7e61f676a396318b097.tar
forums-4c03c22e503a4317db93e7e61f676a396318b097.tar.gz
forums-4c03c22e503a4317db93e7e61f676a396318b097.tar.bz2
forums-4c03c22e503a4317db93e7e61f676a396318b097.tar.xz
forums-4c03c22e503a4317db93e7e61f676a396318b097.zip
[ticket/11010] dealing with dimensions problem, removing extra code
PHPBB3-11010
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r--phpBB/styles/subsilver2/template/mcp_topic.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_topic.html b/phpBB/styles/subsilver2/template/mcp_topic.html
index 4af6c6c78a..014d8b9468 100644
--- a/phpBB/styles/subsilver2/template/mcp_topic.html
+++ b/phpBB/styles/subsilver2/template/mcp_topic.html
@@ -55,7 +55,7 @@
</tr>
<tr>
<td class="row1" nowrap="nowrap"><span class="gen">{L_POSTS_PER_PAGE}</span><br /><span class="gensmall">{L_POSTS_PER_PAGE_EXPLAIN}</span></td>
- <td class="row2" colspan="2"><input class="post" type="number" min="1" maxlenght="6" name="posts_per_page" size="6" value="{POSTS_PER_PAGE}" /></td>
+ <td class="row2" colspan="2"><input class="post" type="number" min="1" name="posts_per_page" size="6" value="{POSTS_PER_PAGE}" /></td>
</tr>
<tr>
<td class="cat" colspan="3" align="center"><span class="gensmall">{L_DISPLAY_POSTS}{L_COLON}</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" name="sort" value="{L_GO}" /></td>