diff options
| author | RMcGirr83 <rmcgirr83@gmail.com> | 2015-11-03 14:37:34 -0500 |
|---|---|---|
| committer | RMcGirr83 <rmcgirr83@gmail.com> | 2015-11-03 14:48:05 -0500 |
| commit | 9a4e998f7057bf5041404544600ad45bb863b433 (patch) | |
| tree | 71b0e49d8db45c1599cd9f495a472c588c65fb74 /phpBB/styles/prosilver/template/mcp_queue.html | |
| parent | c783c37c73beb2756d900f18dd24430c1b9f41ff (diff) | |
| download | forums-9a4e998f7057bf5041404544600ad45bb863b433.tar forums-9a4e998f7057bf5041404544600ad45bb863b433.tar.gz forums-9a4e998f7057bf5041404544600ad45bb863b433.tar.bz2 forums-9a4e998f7057bf5041404544600ad45bb863b433.tar.xz forums-9a4e998f7057bf5041404544600ad45bb863b433.zip | |
[ticket/12649] Change sort & display options in footers to dropdown menu
PHPBB3-12649
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_queue.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_queue.html | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_queue.html b/phpBB/styles/prosilver/template/mcp_queue.html index 169d201b16..9d256746cf 100644 --- a/phpBB/styles/prosilver/template/mcp_queue.html +++ b/phpBB/styles/prosilver/template/mcp_queue.html @@ -73,16 +73,9 @@ <!-- END postrow --> </ul> - <fieldset class="display-options"> - <label>{L_DISPLAY_POSTS}{L_COLON} {S_SELECT_SORT_DAYS}</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> - - <hr /> - <div class="action-bar bar-bottom"> + <!-- INCLUDE display_options.html --> + <!-- IF TOPIC_ID --><label><input type="checkbox" class="radio" name="t" value="{TOPIC_ID}" checked="checked" onClick="document.getElementById('mcp').submit()" /> <strong>{L_ONLY_TOPIC}</strong></label><!-- ENDIF --> <div class="pagination"> {TOTAL} <!-- IF .pagination --> |
