diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-11-25 13:39:58 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2015-11-25 13:39:58 +0100 |
| commit | 4f0ecb01807bda218065c9ce9755ce3018017111 (patch) | |
| tree | ca04ffaede05a046bccf21e240c88e3185ea6f38 /phpBB/styles/prosilver/template/viewforum_body.html | |
| parent | c066266ae63ce74575e0462d984929a8694ac600 (diff) | |
| parent | ffc4b5a6dfc5d75acdeaa5be77e9dc83b2b931e4 (diff) | |
| download | forums-4f0ecb01807bda218065c9ce9755ce3018017111.tar forums-4f0ecb01807bda218065c9ce9755ce3018017111.tar.gz forums-4f0ecb01807bda218065c9ce9755ce3018017111.tar.bz2 forums-4f0ecb01807bda218065c9ce9755ce3018017111.tar.xz forums-4f0ecb01807bda218065c9ce9755ce3018017111.zip | |
Merge pull request #4015 from RMcGirr83/ticket_12649
[ticket/12649] Change sort & display options in footers to dropdown menu
Diffstat (limited to 'phpBB/styles/prosilver/template/viewforum_body.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/viewforum_body.html | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index 78d7111417..fdf26ebfd3 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -248,20 +248,6 @@ <!-- ENDIF --> <!-- END topicrow --> -<!-- IF S_SELECT_SORT_DAYS and not S_DISPLAY_ACTIVE --> - <form method="post" action="{S_FORUM_ACTION}"> - <fieldset class="display-options"> - <!-- IF not S_IS_BOT --> - <label>{L_DISPLAY_TOPICS}{L_COLON} {S_SELECT_SORT_DAYS}</label> - <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label> - <label>{S_SELECT_SORT_DIR}</label> - <input type="submit" name="sort" value="{L_GO}" class="button2" /> - <!-- ENDIF --> - </fieldset> - </form> - <hr /> -<!-- ENDIF --> - <!-- IF .topicrow and not S_DISPLAY_ACTIVE --> <div class="action-bar bar-bottom"> <!-- IF not S_IS_BOT and S_DISPLAY_POST_INFO --> @@ -278,6 +264,24 @@ <!-- EVENT viewforum_buttons_bottom_after --> <!-- ENDIF --> + <!-- IF S_SELECT_SORT_DAYS and not S_IS_BOT --> + <form method="post" action="{S_FORUM_ACTION}"> + <!-- INCLUDE display_options.html --> + </form> + <!-- ENDIF --> + + <!-- IF S_SELECT_SORT_DAYS and not S_IS_BOT --> + <form method="post" action="{S_FORUM_ACTION}"> + <!-- INCLUDE display_options.html --> + </form> + <!-- ENDIF --> + + <!-- IF S_SELECT_SORT_DAYS and not S_IS_BOT --> + <form method="post" action="{S_FORUM_ACTION}"> + <!-- INCLUDE display_options.html --> + </form> + <!-- ENDIF --> + <div class="pagination"> <!-- IF not S_IS_BOT and U_MARK_TOPICS and .topicrow --><a href="{U_MARK_TOPICS}" data-ajax="mark_topics_read">{L_MARK_TOPICS_READ}</a> • <!-- ENDIF --> {TOTAL_TOPICS} |
