From 5d7f67105b3075d6b771eccc5b19ff983668f7d1 Mon Sep 17 00:00:00 2001 From: Richard McGirr Date: Sun, 1 Nov 2015 06:51:03 -0500 Subject: [PATCH] [ticket/12649] Change sort & display options in footers to dropdown menu PHPBB3-12649 --- phpBB/language/en/common.php | 2 ++ .../prosilver/template/display_options.html | 24 +++++++++++++++++++ .../styles/prosilver/template/mcp_forum.html | 11 ++------- phpBB/styles/prosilver/template/mcp_logs.html | 11 ++------- .../prosilver/template/mcp_notes_user.html | 12 ++-------- .../styles/prosilver/template/mcp_queue.html | 12 +++------- .../prosilver/template/mcp_reports.html | 12 +++------- .../prosilver/template/mcp_warn_list.html | 10 ++------ .../prosilver/template/search_results.html | 24 +++++-------------- .../prosilver/template/ucp_attachments.html | 12 +++------- .../prosilver/template/ucp_pm_viewfolder.html | 13 +++------- .../prosilver/template/viewforum_body.html | 20 +++++----------- .../prosilver/template/viewtopic_body.html | 20 +++++----------- phpBB/styles/prosilver/theme/bidi.css | 8 +++---- phpBB/styles/prosilver/theme/buttons.css | 6 ++++- phpBB/styles/prosilver/theme/common.css | 4 ---- phpBB/styles/prosilver/theme/forms.css | 18 ++++++++++++++ 17 files changed, 91 insertions(+), 128 deletions(-) create mode 100644 phpBB/styles/prosilver/template/display_options.html diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 47e04d9360..a065c23ac0 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -693,8 +693,10 @@ $lang = array_merge($lang, array( 'SORRY_AUTH_READ' => 'You are not authorised to read this forum.', 'SORRY_AUTH_VIEW_ATTACH' => 'You are not authorised to download this attachment.', 'SORT_BY' => 'Sort by', + 'SORT_DIRECTION' => 'Direction', 'SORT_JOINED' => 'Joined date', 'SORT_LOCATION' => 'Location', + 'SORT_OPTIONS' => 'Display and sorting options', 'SORT_RANK' => 'Rank', 'SORT_POSTS' => 'Posts', 'SORT_TOPIC_TITLE' => 'Topic title', diff --git a/phpBB/styles/prosilver/template/display_options.html b/phpBB/styles/prosilver/template/display_options.html new file mode 100644 index 0000000000..d0f37f4daa --- /dev/null +++ b/phpBB/styles/prosilver/template/display_options.html @@ -0,0 +1,24 @@ + diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html index 9b472ccd30..ed9ab17dfc 100644 --- a/phpBB/styles/prosilver/template/mcp_forum.html +++ b/phpBB/styles/prosilver/template/mcp_forum.html @@ -97,16 +97,9 @@ -
- - - - -
- -
-
+ +