From 9a4e998f7057bf5041404544600ad45bb863b433 Mon Sep 17 00:00:00 2001 From: RMcGirr83 Date: Tue, 3 Nov 2015 14:37:34 -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 | 10 +------- phpBB/styles/prosilver/template/mcp_logs.html | 10 +------- .../prosilver/template/mcp_notes_user.html | 11 +-------- .../styles/prosilver/template/mcp_queue.html | 11 ++------- .../prosilver/template/mcp_reports.html | 12 +++------- .../prosilver/template/mcp_warn_list.html | 9 +------ .../prosilver/template/search_results.html | 20 ++++------------ .../prosilver/template/ucp_attachments.html | 11 ++------- .../prosilver/template/ucp_pm_viewfolder.html | 12 ++-------- .../prosilver/template/viewforum_body.html | 20 +++++----------- .../prosilver/template/viewtopic_body.html | 20 +++++----------- phpBB/styles/prosilver/theme/buttons.css | 12 ++++++++++ phpBB/styles/prosilver/theme/common.css | 4 ---- phpBB/styles/prosilver/theme/forms.css | 18 ++++++++++++++ 16 files changed, 85 insertions(+), 121 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 f6b9bce58b..a473e0d091 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -698,8 +698,10 @@ $lang = array_merge($lang, array( 'SORRY_AUTH_READ_TOPIC' => 'You are not authorised to read this topic.', '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..bf5663376a --- /dev/null +++ b/phpBB/styles/prosilver/template/display_options.html @@ -0,0 +1,24 @@ + \ No newline at end of file diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html index 1f48b19c18..610d34acb8 100644 --- a/phpBB/styles/prosilver/template/mcp_forum.html +++ b/phpBB/styles/prosilver/template/mcp_forum.html @@ -108,16 +108,8 @@ -
- - - - -
- -
-
+