diff options
author | n-aleha <nick_aleha@myway.com> | 2014-08-07 17:10:32 +0300 |
---|---|---|
committer | n-aleha <nick_aleha@myway.com> | 2014-08-07 17:10:32 +0300 |
commit | 035f84d2dac2f9227f4a72688ad1762481677dfe (patch) | |
tree | 8dc0c93108030904a56169b096750927fb5f455a | |
parent | 98155a945f48aa23432bf838c1db4c0d8892b7c6 (diff) | |
download | forums-035f84d2dac2f9227f4a72688ad1762481677dfe.tar forums-035f84d2dac2f9227f4a72688ad1762481677dfe.tar.gz forums-035f84d2dac2f9227f4a72688ad1762481677dfe.tar.bz2 forums-035f84d2dac2f9227f4a72688ad1762481677dfe.tar.xz forums-035f84d2dac2f9227f4a72688ad1762481677dfe.zip |
[ticket/12922] Subsilver2 fix
PHPBB3-12922
-rw-r--r-- | phpBB/styles/subsilver2/template/mcp_topic.html | 2 |
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 5bd762ec0b..cba473147e 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" name="posts_per_page" size="6" value="{POSTS_PER_PAGE}" /></td> + <td class="row2" colspan="2"><input class="post" type="number" min="0" 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} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" name="sort" value="{L_GO}" /></td> |