diff options
author | Nils Adermann <naderman@naderman.de> | 2007-04-29 20:56:46 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2007-04-29 20:56:46 +0000 |
commit | dc747b8d994b6f5d07182196ed9deed7959a7317 (patch) | |
tree | 82796847148a27d822ea17199ee055244fc3028e /phpBB/styles/prosilver/template/mcp_queue.html | |
parent | 202861eec9ca571cfae48002f2e0524986ae69bf (diff) | |
download | forums-dc747b8d994b6f5d07182196ed9deed7959a7317.tar forums-dc747b8d994b6f5d07182196ed9deed7959a7317.tar.gz forums-dc747b8d994b6f5d07182196ed9deed7959a7317.tar.bz2 forums-dc747b8d994b6f5d07182196ed9deed7959a7317.tar.xz forums-dc747b8d994b6f5d07182196ed9deed7959a7317.zip |
- * wildcard in a search query should cause \w+ in highlighting, not \w* [Bug #10031]
- display a warning that the search index is not converted from phpBB2 to phpBB3 [Bug #9761]
- forgot to add : to reg_name when deleting userinfo from the url regex constructor [Bug #9868]
- magic urls should work after ">"
- fixed sorting in mcp_reports/mcp_queue [Bug #9882]
- display a "Report has already been closed" message, if a post is accessed in mcp_reports which has a closed report (might occur if two moderators want to process it at the same time)
- convertor: old forum path should have the trailing slash removed
- subsilver2 will come bundled with phpBB3, but it will not be installed by default (if admins want to use it they can, but it's not a default option for users)
- prosilver was missing the topic-only mode in mcp_reports/mcp_queue
git-svn-id: file:///svn/phpbb/trunk@7428 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_queue.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_queue.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_queue.html b/phpBB/styles/prosilver/template/mcp_queue.html index 4c82c61cd9..49acf2c87e 100644 --- a/phpBB/styles/prosilver/template/mcp_queue.html +++ b/phpBB/styles/prosilver/template/mcp_queue.html @@ -63,7 +63,8 @@ <!-- IF NEXT_PAGE --><a href="{NEXT_PAGE}" class="right-box right">{L_NEXT}</a><!-- ENDIF --> <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}" class="left-box left">{L_PREVIOUS}</a><!-- ENDIF --> <label>{L_DISPLAY_POSTS}: {S_SELECT_SORT_DAYS}</label> - <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label><label>{S_SELECT_SORT_DIR}</label> + <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label><label>{S_SELECT_SORT_DIR}</label> + <!-- IF TOPIC_ID --><label><input type="checkbox" class="radio" name="t" value="{TOPIC_ID}" checked="checked" /> <strong>{L_ONLY_TOPIC}</strong></label><!-- ENDIF --> <input type="submit" name="sort" value="{L_GO}" class="button2" /> </fieldset> |