diff --git a/.gitignore b/.gitignore index de503c10ad..4afe253848 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,6 @@ /phpBB/store/* /phpBB/styles/* !/phpBB/styles/prosilver -!/phpBB/styles/subsilver2 /phpBB/vendor /tests/phpbb_unit_tests.sqlite* /tests/test_config*.php diff --git a/build/build.xml b/build/build.xml index ca71aae924..9b088982e8 100644 --- a/build/build.xml +++ b/build/build.xml @@ -175,9 +175,6 @@ - run_command('rm -v ./release_files/subsilver2_' . $package->get('new_version_number') . ".{$extension}"); // Build Package $package->run_command("$compress_command ./release_files/" . $package->get('release_filename') . '.' . $extension . ' ' . $package->get('package_name')); - - // Build subSilver2 Package - $package->run_command("$compress_command ./release_files/subsilver2_" . $package->get('new_version_number') . '.' . $extension . ' subsilver2'); } // Microsoft Web PI packaging diff --git a/phpBB/develop/imageset_to_css.php b/phpBB/develop/imageset_to_css.php index d49fe9c741..bbe7c31c83 100644 --- a/phpBB/develop/imageset_to_css.php +++ b/phpBB/develop/imageset_to_css.php @@ -7,7 +7,7 @@ */ $phpbb_root_path = '../'; -$style = 'subsilver2'; +$style = 'prosilver'; $imageset_path = $phpbb_root_path . 'styles/' . $style . '/imageset'; $theme_path = $phpbb_root_path . 'styles/' . $style . '/theme'; diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index e3e12a3176..7e31e0815e 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -314,7 +314,7 @@

If you have non-English language packs installed, you may want to see if a new version has been made available. A number of missing strings may have been added which, though not essential, may be beneficial to users. Please note that at this time not all language packs have been updated so you should be prepared to periodically check for updates.

-

These update methods will only update the standard styles, prosilver and subsilver2, any other styles you have installed for your board will usually also need to be updated.

+

These update methods will only update the standard style prosilver, any other styles you have installed for your board will usually also need to be updated.

diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 4f39e71c3c..584bde6fa6 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -212,7 +212,6 @@ forumlist_body_category_header_after === * Locations: + styles/prosilver/template/forumlist_body.html - + styles/subsilver2/template/forumlist_body.html * Since: 3.1.0-a4 * Purpose: Add content after the header of the category on the forum list. @@ -220,7 +219,6 @@ forumlist_body_category_header_before === * Locations: + styles/prosilver/template/forumlist_body.html - + styles/subsilver2/template/forumlist_body.html * Since: 3.1.0-a4 * Purpose: Add content before the header of the category on the forum list. @@ -228,7 +226,6 @@ forumlist_body_last_post_title_prepend === * Locations: + styles/prosilver/template/forumlist_body.html - + styles/subsilver2/template/forumlist_body.html * Since: 3.1.0-a1 * Purpose: Add content before the post title of the latest post in a forum on the forum list. @@ -236,7 +233,6 @@ forumlist_body_subforums_after === * Locations: + styles/prosilver/template/forumlist_body.html - + styles/subsilver2/template/forumlist_body.html * Since: 3.1.0-a4 * Purpose: Add content after the list of subforums (if any) for each forum on the forum list. @@ -244,7 +240,6 @@ forumlist_body_subforums_before === * Locations: + styles/prosilver/template/forumlist_body.html - + styles/subsilver2/template/forumlist_body.html * Since: 3.1.0-a4 * Purpose: Add content before the list of subforums (if any) for each forum on the forum list. @@ -252,7 +247,6 @@ forumlist_body_last_row_after === * Locations: + styles/prosilver/template/forumlist_body.html - + styles/subsilver2/template/forumlist_body.html * Since: 3.1.0-b2 * Purpose: Add content after the very last row of the forum list. @@ -260,7 +254,6 @@ index_body_block_birthday_append === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 * Purpose: Append content to the birthday list on the Board index @@ -268,7 +261,6 @@ index_body_block_birthday_prepend === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 * Purpose: Prepend content to the birthday list on the Board index @@ -276,7 +268,6 @@ index_body_block_online_append === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 * Purpose: Append content to the online list on the Board index @@ -284,7 +275,6 @@ index_body_block_online_prepend === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 * Purpose: Prepend content to the online list on the Board index @@ -292,7 +282,6 @@ index_body_block_stats_append === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 * Purpose: Append content to the statistics list on the Board index @@ -300,7 +289,6 @@ index_body_block_stats_prepend === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 * Purpose: Prepend content to the statistics list on the Board index @@ -308,7 +296,6 @@ index_body_markforums_after === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-RC2 * Purpose: Add content after the mark-read link above the forum list on Board index @@ -316,7 +303,6 @@ index_body_markforums_before === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-RC2 * Purpose: Add content before the mark-read link above the forum list on Board index @@ -324,7 +310,6 @@ index_body_stat_blocks_after === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 * Purpose: Add new statistic blocks below the Who Is Online and Board Statistics blocks @@ -332,7 +317,6 @@ index_body_stat_blocks_before === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-a1 * Purpose: Add new statistic blocks above the Who Is Online and Board Statistics blocks @@ -340,7 +324,6 @@ mcp_ban_fields_after === * Locations: + styles/prosilver/template/mcp_ban.html - + styles/subsilver2/template/mcp_ban.html * Since: 3.1.0-RC3 * Purpose: Add additional fields to the ban form in MCP @@ -348,7 +331,6 @@ mcp_ban_fields_before === * Locations: + styles/prosilver/template/mcp_ban.html - + styles/subsilver2/template/mcp_ban.html * Since: 3.1.0-RC3 * Purpose: Add additional fields to the ban form in MCP @@ -356,7 +338,6 @@ mcp_ban_unban_after === * Locations: + styles/prosilver/template/mcp_ban.html - + styles/subsilver2/template/mcp_ban.html * Since: 3.1.0-RC3 * Purpose: Add additional fields to the unban form in MCP @@ -364,7 +345,6 @@ mcp_ban_unban_before === * Locations: + styles/prosilver/template/mcp_ban.html - + styles/subsilver2/template/mcp_ban.html * Since: 3.1.0-RC3 * Purpose: Add additional fields to the unban form in MCP @@ -372,7 +352,6 @@ memberlist_body_username_append === * Locations: + styles/prosilver/template/memberlist_body.html - + styles/subsilver2/template/memberlist_body.html * Since: 3.1.0-a1 * Purpose: Add information after every username in the memberlist. Works in all display modes (leader, group and normal memberlist). @@ -381,7 +360,6 @@ memberlist_body_username_prepend === * Locations: + styles/prosilver/template/memberlist_body.html - + styles/subsilver2/template/memberlist_body.html * Since: 3.1.0-a1 * Purpose: Add information before every username in the memberlist. Works in all display modes (leader, group and normal memberlist). @@ -390,7 +368,6 @@ memberlist_view_contact_after === * Locations: + styles/prosilver/template/memberlist_view.html - + styles/subsilver2/template/memberlist_view.html * Since: 3.1.0-b2 * Purpose: Add content after the user contact part of any user profile @@ -398,7 +375,6 @@ memberlist_view_contact_before === * Locations: + styles/prosilver/template/memberlist_view.html - + styles/subsilver2/template/memberlist_view.html * Since: 3.1.0-b2 * Purpose: Add content before the user contact part of any user profile @@ -406,7 +382,6 @@ memberlist_view_content_append === * Locations: + styles/prosilver/template/memberlist_view.html - + styles/subsilver2/template/memberlist_view.html * Since: 3.1.0-b2 * Purpose: Add custom content to the user profile view after the main content @@ -414,7 +389,6 @@ memberlist_view_content_prepend === * Locations: + styles/prosilver/template/memberlist_view.html - + styles/subsilver2/template/memberlist_view.html * Since: 3.1.0-b3 * Purpose: Add custom content to the user profile view before the main content @@ -422,7 +396,6 @@ memberlist_view_user_statistics_after === * Locations: + styles/prosilver/template/memberlist_view.html - + styles/subsilver2/template/memberlist_view.html * Since: 3.1.0-a1 * Purpose: Add entries after the user statistics part of any user profile @@ -430,7 +403,6 @@ memberlist_view_user_statistics_before === * Locations: + styles/prosilver/template/memberlist_view.html - + styles/subsilver2/template/memberlist_view.html * Since: 3.1.0-a1 * Purpose: Add entries before the user statistics part of any user profile @@ -487,7 +459,6 @@ overall_footer_after === * Locations: + styles/prosilver/template/overall_footer.html - + styles/subsilver2/template/overall_footer.html * Since: 3.1.0-a1 * Purpose: Add content at the end of the file, directly prior to the `` tag @@ -495,7 +466,6 @@ overall_footer_breadcrumb_append === * Locations: + styles/prosilver/template/navbar_footer.html - + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-a1 * Purpose: Add links to the list of breadcrumbs in the footer @@ -503,7 +473,6 @@ overall_footer_breadcrumb_prepend === * Locations: + styles/prosilver/template/navbar_footer.html - + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-RC3 * Purpose: Add links to the list of breadcrumbs in the footer (after site-home, but before board-index) @@ -511,7 +480,6 @@ overall_footer_content_after === * Locations: + styles/prosilver/template/overall_footer.html - + styles/subsilver2/template/overall_footer.html * Since: 3.1.0-a3 * Purpose: Add content on all pages after the main content, before the footer @@ -519,7 +487,6 @@ overall_footer_copyright_append === * Locations: + styles/prosilver/template/overall_footer.html - + styles/subsilver2/template/overall_footer.html * Since: 3.1.0-a1 * Purpose: Add content after the copyright line (no new line by default), before the ACP link @@ -527,7 +494,6 @@ overall_footer_copyright_prepend === * Locations: + styles/prosilver/template/overall_footer.html - + styles/subsilver2/template/overall_footer.html * Since: 3.1.0-a1 * Purpose: Add content before the copyright line @@ -535,7 +501,6 @@ overall_footer_page_body_after === * Locations: + styles/prosilver/template/overall_footer.html - + styles/subsilver2/template/overall_footer.html * Since: 3.1.0-b3 * Purpose: Add content after the page-body, but before the footer @@ -543,7 +508,6 @@ overall_footer_teamlink_after === * Locations: + styles/prosilver/template/navbar_footer.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 * Purpose: Add contents after the team-link in the footer @@ -551,7 +515,6 @@ overall_footer_teamlink_before === * Locations: + styles/prosilver/template/navbar_footer.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 * Purpose: Add contents before the team-link in the footer @@ -559,7 +522,6 @@ overall_footer_timezone_after === * Locations: + styles/prosilver/template/navbar_footer.html - + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-b3 * Purpose: Add content to the navbar in the page footer, after "Timezone" @@ -567,7 +529,6 @@ overall_footer_timezone_before === * Locations: + styles/prosilver/template/navbar_footer.html - + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-b3 * Purpose: Add content to the navbar in the page footer, before "Timezone" @@ -575,7 +536,6 @@ overall_header_body_before === * Locations: + styles/prosilver/template/overall_header.html - + styles/subsilver2/template/overall_header.html * Since: 3.1.0-b2 * Purpose: Add content to the header body @@ -583,7 +543,6 @@ overall_header_breadcrumb_append === * Locations: + styles/prosilver/template/navbar_header.html - + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-a1 * Purpose: Add links to the list of breadcrumbs in the header @@ -591,7 +550,6 @@ overall_header_breadcrumb_prepend === * Locations: + styles/prosilver/template/navbar_header.html - + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-RC3 * Purpose: Add links to the list of breadcrumbs in the header (after site-home, but before board-index) @@ -599,7 +557,6 @@ overall_header_breadcrumbs_after === * Locations: + styles/prosilver/template/navbar_header.html - + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-RC3 * Purpose: Add content after the breadcrumbs (outside of the breadcrumbs container) @@ -607,7 +564,6 @@ overall_header_breadcrumbs_before === * Locations: + styles/prosilver/template/navbar_header.html - + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-RC3 * Purpose: Add content before the breadcrumbs (outside of the breadcrumbs container) @@ -615,7 +571,6 @@ overall_header_content_before === * Locations: + styles/prosilver/template/overall_header.html - + styles/subsilver2/template/overall_header.html * Since: 3.1.0-a3 * Purpose: Add content on all pages before the main content, after the header @@ -623,7 +578,6 @@ overall_header_head_append === * Locations: + styles/prosilver/template/overall_header.html - + styles/subsilver2/template/overall_header.html * Since: 3.1.0-a1 * Purpose: Add asset calls directly before the `` tag @@ -631,7 +585,6 @@ overall_header_navigation_append === * Locations: + styles/prosilver/template/navbar_header.html - + styles/subsilver2/template/overall_header.html * Since: 3.1.0-a1 * Purpose: Add links after the navigation links in the header @@ -639,7 +592,6 @@ overall_header_navigation_prepend === * Locations: + styles/prosilver/template/navbar_header.html - + styles/subsilver2/template/overall_header.html * Since: 3.1.0-a1 * Purpose: Add links before the navigation links in the header @@ -647,7 +599,6 @@ overall_header_navlink_append === * Locations: + styles/prosilver/template/navbar_header.html - + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-b3 * Purpose: Add content after each individual navlink (breadcrumb) @@ -655,7 +606,6 @@ overall_header_navlink_prepend === * Locations: + styles/prosilver/template/navbar_header.html - + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-b3 * Purpose: Add content before each individual navlink (breadcrumb) @@ -663,7 +613,6 @@ overall_header_page_body_before === * Locations: + styles/prosilver/template/overall_header.html - + styles/subsilver2/template/overall_header.html * Since: 3.1.0-b3 * Purpose: Add content after the page-header, but before the page-body @@ -671,7 +620,6 @@ overall_header_stylesheets_after === * Locations: + styles/prosilver/template/overall_header.html - + styles/subsilver2/template/overall_header.html * Since: 3.1.0-RC3 * Purpose: Add asset calls after stylesheets within the `` tag. Note that INCLUDECSS will not work with this event. @@ -680,7 +628,6 @@ posting_editor_buttons_after === * Locations: + styles/prosilver/template/posting_buttons.html - + styles/subsilver2/template/posting_buttons.html * Since: 3.1.0-a3 * Purpose: Add content after the BBCode posting buttons @@ -688,7 +635,6 @@ posting_editor_buttons_before === * Locations: + styles/prosilver/template/posting_buttons.html - + styles/subsilver2/template/posting_buttons.html * Since: 3.1.0-a3 * Purpose: Add content before the BBCode posting buttons @@ -696,7 +642,6 @@ posting_editor_message_after === * Locations: + styles/prosilver/template/posting_editor.html - + styles/subsilver2/template/posting_body.html * Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen after the message @@ -704,7 +649,6 @@ posting_editor_message_before === * Locations: + styles/prosilver/template/posting_editor.html - + styles/subsilver2/template/posting_body.html * Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen before the message @@ -712,7 +656,6 @@ posting_editor_options_prepend === * Locations: + styles/prosilver/template/posting_editor.html - + styles/subsilver2/template/posting_body.html * Since: 3.1.0-a1 * Purpose: Add posting options on the posting screen @@ -720,7 +663,6 @@ posting_editor_subject_after === * Locations: + styles/prosilver/template/posting_editor.html - + styles/subsilver2/template/posting_body.html * Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen after the subject @@ -728,7 +670,6 @@ posting_editor_subject_before === * Locations: + styles/prosilver/template/posting_editor.html - + styles/subsilver2/template/posting_body.html * Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen before the subject @@ -736,7 +677,6 @@ quickreply_editor_panel_after === * Locations: + styles/prosilver/template/quickreply_editor.html - + styles/subsilver2/template/quickreply_editor.html * Since: 3.1.0-b2 * Purpose: Add content after the quick reply panel (but inside the form) @@ -744,7 +684,6 @@ quickreply_editor_panel_before === * Locations: + styles/prosilver/template/quickreply_editor.html - + styles/subsilver2/template/quickreply_editor.html * Since: 3.1.0-b2 * Purpose: Add content before the quick reply panel (but inside the form) @@ -752,7 +691,6 @@ quickreply_editor_message_after === * Locations: + styles/prosilver/template/quickreply_editor.html - + styles/subsilver2/template/quickreply_editor.html * Since: 3.1.0-a4 * Purpose: Add content after the quick reply textbox @@ -760,7 +698,6 @@ quickreply_editor_message_before === * Locations: + styles/prosilver/template/quickreply_editor.html - + styles/subsilver2/template/quickreply_editor.html * Since: 3.1.0-a4 * Purpose: Add content before the quick reply textbox @@ -768,7 +705,6 @@ search_results_post_after === * Locations: + styles/prosilver/template/search_results.html - + styles/subsilver2/template/search_results.html * Since: 3.1.0-b3 * Purpose: Add data after search result posts @@ -776,7 +712,6 @@ search_results_post_before === * Locations: + styles/prosilver/template/search_results.html - + styles/subsilver2/template/search_results.html * Since: 3.1.0-b3 * Purpose: Add data before search result posts @@ -798,7 +733,6 @@ search_results_topic_after === * Locations: + styles/prosilver/template/search_results.html - + styles/subsilver2/template/search_results.html * Since: 3.1.0-b4 * Purpose: Add data after search result topics @@ -806,7 +740,6 @@ search_results_topic_before === * Locations: + styles/prosilver/template/search_results.html - + styles/subsilver2/template/search_results.html * Since: 3.1.0-b4 * Purpose: Add data before search result topics @@ -814,7 +747,6 @@ simple_footer_after === * Locations: + styles/prosilver/template/simple_footer.html - + styles/subsilver2/template/simple_footer.html * Since: 3.1.0-a1 * Purpose: Add content directly prior to the `` tag of the simple footer @@ -822,7 +754,6 @@ simple_header_body_before === * Locations: + styles/prosilver/template/simple_header.html - + styles/subsilver2/template/simple_header.html * Since: 3.1.0-b2 * Purpose: Add content to the header body @@ -830,7 +761,6 @@ simple_header_head_append === * Locations: + styles/prosilver/template/simple_header.html - + styles/subsilver2/template/simple_header.html * Since: 3.1.0-b4 * Purpose: Add asset calls directly before the `` tag @@ -838,7 +768,6 @@ simple_header_stylesheets_after === * Locations: + styles/prosilver/template/simple_header.html - + styles/subsilver2/template/simple_header.html * Since: 3.1.0-RC3 * Purpose: Add asset calls after stylesheets within the `` tag. Note that INCLUDECSS will not work with this event. @@ -848,8 +777,6 @@ topiclist_row_prepend * Locations: + styles/prosilver/template/search_results.html + styles/prosilver/template/viewforum_body.html - + styles/subsilver2/template/search_results.html - + styles/subsilver2/template/viewforum_body.html * Since: 3.1.0-a1 * Purpose: Add content into topic rows (inside the elements containing topic titles) @@ -858,8 +785,6 @@ topiclist_row_append * Locations: + styles/prosilver/template/search_results.html + styles/prosilver/template/viewforum_body.html - + styles/subsilver2/template/search_results.html - + styles/subsilver2/template/viewforum_body.html * Since: 3.1.0-a1 * Purpose: Add content into topic rows (inside the elements containing topic titles) @@ -867,7 +792,6 @@ ucp_agreement_terms_after === * Locations: + styles/prosilver/template/ucp_agreement.html - + styles/subsilver2/template/ucp_agreement.html * Since: 3.1.0-b3 * Purpose: Add content after the terms of agreement text at user registration @@ -875,7 +799,6 @@ ucp_agreement_terms_before === * Locations: + styles/prosilver/template/ucp_agreement.html - + styles/subsilver2/template/ucp_agreement.html * Since: 3.1.0-b3 * Purpose: Add content before the terms of agreement text at user registration @@ -929,7 +852,6 @@ ucp_pm_viewmessage_post_buttons_after === * Locations: + styles/prosilver/template/ucp_pm_viewmessage.html - + styles/subsilver2/template/ucp_pm_viewmessage.html * Since: 3.1.0-RC3 * Purpose: Add post button to private messages (next to edit, quote etc), at the end of the list. @@ -938,7 +860,6 @@ ucp_pm_viewmessage_post_buttons_before === * Locations: + styles/prosilver/template/ucp_pm_viewmessage.html - + styles/subsilver2/template/ucp_pm_viewmessage.html * Since: 3.1.0-RC3 * Purpose: Add post button to private messages (next to edit, quote etc), at the start of the list. @@ -947,7 +868,6 @@ ucp_pm_viewmessage_print_head_append === * Locations: + styles/prosilver/template/ucp_pm_viewmessage_print.html - + styles/subsilver2/template/ucp_pm_viewmessage_print.html * Since: 3.1.0-a1 * Purpose: Add asset calls directly before the `` tag of the Print PM screen @@ -955,7 +875,6 @@ ucp_prefs_personal_prepend === * Locations: + styles/prosilver/template/ucp_prefs_personal.html - + styles/subsilver2/template/ucp_prefs_personal.html * Since: 3.1.0-a1 * Purpose: Add user options to the top of the Edit Global Settings block @@ -963,7 +882,6 @@ ucp_prefs_personal_append === * Locations: + styles/prosilver/template/ucp_prefs_personal.html - + styles/subsilver2/template/ucp_prefs_personal.html * Since: 3.1.0-a1 * Purpose: Add user options to the bottom of the Edit Global Settings block @@ -971,7 +889,6 @@ ucp_prefs_post_prepend === * Locations: + styles/prosilver/template/ucp_prefs_post.html - + styles/subsilver2/template/ucp_prefs_post.html * Since: 3.1.0-a1 * Purpose: Add user options to the top of the Edit Posting Defaults block @@ -979,7 +896,6 @@ ucp_prefs_post_append === * Locations: + styles/prosilver/template/ucp_prefs_post.html - + styles/subsilver2/template/ucp_prefs_post.html * Since: 3.1.0-a1 * Purpose: Add user options to the bottom of the Edit Posting Defaults block @@ -987,7 +903,6 @@ ucp_prefs_view_radio_buttons_prepend === * Locations: + styles/prosilver/template/ucp_prefs_view.html - + styles/subsilver2/template/ucp_prefs_view.html * Since: 3.1.0-a1 * Purpose: Add options to the top of the radio buttons block of the Edit Display Options screen @@ -996,7 +911,6 @@ ucp_prefs_view_radio_buttons_append === * Locations: + styles/prosilver/template/ucp_prefs_view.html - + styles/subsilver2/template/ucp_prefs_view.html * Since: 3.1.0-a1 * Purpose: Add options to the bottom of the radio buttons block of the Edit Display Options screen @@ -1005,7 +919,6 @@ ucp_prefs_view_select_menu_prepend === * Locations: + styles/prosilver/template/ucp_prefs_view.html - + styles/subsilver2/template/ucp_prefs_view.html * Since: 3.1.0-a1 * Purpose: Add options to the top of the drop-down lists block of the Edit Display Options screen @@ -1014,7 +927,6 @@ ucp_prefs_view_select_menu_append === * Locations: + styles/prosilver/template/ucp_prefs_view.html - + styles/subsilver2/template/ucp_prefs_view.html * Since: 3.1.0-a1 * Purpose: Add options to the bottom of the drop-down lists block of the Edit Display Options screen @@ -1023,7 +935,6 @@ ucp_register_credentials_before === * Locations: + styles/prosilver/template/ucp_register.html - + styles/subsilver2/template/ucp_register.html * Since: 3.1.0-b5 * Purpose: Add options in registration page fieldset - before first field. @@ -1031,7 +942,6 @@ ucp_register_profile_fields_after === * Locations: + styles/prosilver/template/ucp_register.html - + styles/subsilver2/template/ucp_register.html * Since: 3.1.0-b5 * Purpose: Add options in registration page fieldset - after last field. @@ -1039,7 +949,6 @@ ucp_register_credentials_after === * Locations: + styles/prosilver/template/ucp_register.html - + styles/subsilver2/template/ucp_register.html * Since: 3.1.0-b5 * Purpose: Add options in registration page fieldset - after password field. @@ -1047,7 +956,6 @@ ucp_register_options_before === * Locations: + styles/prosilver/template/ucp_register.html - + styles/subsilver2/template/ucp_register.html * Since: 3.1.0-b5 * Purpose: Add options in registration page fieldset - before language selector. @@ -1055,7 +963,6 @@ ucp_register_profile_fields_before === * Locations: + styles/prosilver/template/ucp_register.html - + styles/subsilver2/template/ucp_register.html * Since: 3.1.0-b5 * Purpose: Add options in registration page fieldset - before profile fields. @@ -1063,7 +970,6 @@ ucp_friend_list_before === * Locations: + styles/prosilver/template/ucp_zebra_friends.html - + styles/subsilver2/template/ucp_zebra_friends.html * Since: 3.1.0-a4 * Purpose: Add optional elements before list of friends in UCP @@ -1071,7 +977,6 @@ ucp_friend_list_after === * Locations: + styles/prosilver/template/ucp_zebra_friends.html - + styles/subsilver2/template/ucp_zebra_friends.html * Since: 3.1.0-a4 * Purpose: Add optional elements after list of friends in UCP @@ -1079,7 +984,6 @@ viewforum_forum_name_append === * Locations: + styles/prosilver/template/viewforum_body.html - + styles/subsilver2/template/viewforum_body.html * Since: 3.1.0-b3 * Purpose: Add content directly after the forum name link on the View forum screen @@ -1087,7 +991,6 @@ viewforum_forum_name_prepend === * Locations: + styles/prosilver/template/viewforum_body.html - + styles/subsilver2/template/viewforum_body.html * Since: 3.1.0-b3 * Purpose: Add content directly before the forum name link on the View forum screen @@ -1095,7 +998,6 @@ viewtopic_print_head_append === * Locations: + styles/prosilver/template/viewtopic_print.html - + styles/subsilver2/template/viewtopic_print.html * Since: 3.1.0-a1 * Purpose: Add asset calls directly before the `` tag of the Print Topic screen @@ -1103,7 +1005,6 @@ viewtopic_body_avatar_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-RC3 * Purpose: Add content right after the avatar when viewing topics @@ -1111,7 +1012,6 @@ viewtopic_body_avatar_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-RC3 * Purpose: Add content right before the avatar when viewing topics @@ -1135,17 +1035,14 @@ viewtopic_body_footer_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-a1 * Purpose: Add content to the bottom of the View topic screen below the posts -and quick reply, directly before the jumpbox in Prosilver, breadcrumbs in -Subsilver2. +and quick reply, directly before the jumpbox in Prosilver. viewtopic_body_poll_option_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-b3 * Purpose: Add content after the poll option the list. @@ -1154,7 +1051,6 @@ viewtopic_body_poll_option_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-b3 * Purpose: Add content before the poll option the list. @@ -1163,7 +1059,6 @@ viewtopic_body_poll_question_append === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-b3 * Purpose: Add content directly after the poll question on the View topic screen @@ -1171,7 +1066,6 @@ viewtopic_body_poll_question_prepend === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-b3 * Purpose: Add content directly before the poll question on the View topic screen @@ -1179,7 +1073,6 @@ viewtopic_body_post_buttons_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-a1 * Purpose: Add post button to posts (next to edit, quote etc), at the end of the list. @@ -1188,7 +1081,6 @@ viewtopic_body_post_buttons_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-a1 * Purpose: Add post button to posts (next to edit, quote etc), at the start of the list. @@ -1197,7 +1089,6 @@ viewtopic_body_postrow_custom_fields_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-a1 * Purpose: Add data after the custom fields on the user profile when viewing a post @@ -1206,7 +1097,6 @@ viewtopic_body_postrow_custom_fields_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-a1 * Purpose: Add data before the custom fields on the user profile when viewing a post @@ -1215,7 +1105,6 @@ viewtopic_body_postrow_post_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-a4 * Purpose: Add data after posts @@ -1223,7 +1112,6 @@ viewtopic_body_postrow_post_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-a4 * Purpose: Add data before posts @@ -1231,7 +1119,6 @@ viewtopic_body_postrow_post_notices_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-b2 * Purpose: Add posts specific custom notices at the notices bottom. @@ -1239,7 +1126,6 @@ viewtopic_body_postrow_post_notices_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-b2 * Purpose: Add posts specific custom notices at the notices top. @@ -1247,7 +1133,6 @@ viewtopic_body_topic_actions_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-a4 * Purpose: Add data before the topic actions buttons (after the posts sorting options) @@ -1255,7 +1140,6 @@ viewtopic_topic_title_append === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-b3 * Purpose: Add content directly after the topic title link on the View topic screen @@ -1263,7 +1147,6 @@ viewtopic_topic_title_prepend === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-a1 * Purpose: Add content directly before the topic title link on the View topic screen diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php index 82ca0fc18d..bd8d3751e1 100644 --- a/phpBB/install/install_update.php +++ b/phpBB/install/install_update.php @@ -1689,7 +1689,7 @@ class install_update extends module // Get custom installed styles... $sql = 'SELECT style_name, style_path FROM ' . STYLES_TABLE . " - WHERE LOWER(style_name) NOT IN ('subsilver2', 'prosilver')"; + WHERE LOWER(style_name) NOT IN ('prosilver')"; $result = $db->sql_query($sql); $templates = array(); diff --git a/phpBB/phpbb/event/md_exporter.php b/phpBB/phpbb/event/md_exporter.php index f7021875f3..84b10e79c1 100644 --- a/phpBB/phpbb/event/md_exporter.php +++ b/phpBB/phpbb/event/md_exporter.php @@ -89,7 +89,7 @@ class md_exporter { $this->crawl_eventsmd($md_file, 'styles'); - $styles = array('prosilver', 'subsilver2'); + $styles = array('prosilver'); foreach ($styles as $style) { $file_list = $this->get_recursive_file_list( @@ -179,7 +179,7 @@ class md_exporter { $wiki_page = '= Template Events =' . "\n"; $wiki_page .= '{| class="zebra sortable" cellspacing="0" cellpadding="5"' . "\n"; - $wiki_page .= '! Identifier !! Prosilver Placement (If applicable) !! Subsilver Placement (If applicable) !! Added in Release !! Explanation' . "\n"; + $wiki_page .= '! Identifier !! Prosilver Placement (If applicable) !! Added in Release !! Explanation' . "\n"; } foreach ($this->events as $event_name => $event) @@ -193,7 +193,7 @@ class md_exporter } else { - $wiki_page .= implode(', ', $event['files']['prosilver']) . ' || ' . implode(', ', $event['files']['subsilver2']); + $wiki_page .= implode(', ', $event['files']['prosilver']); } $wiki_page .= " || {$event['since']} || " . str_replace("\n", ' ', $event['description']) . "\n"; @@ -246,7 +246,6 @@ class md_exporter { $files_list = array( 'prosilver' => array(), - 'subsilver2' => array(), 'adm' => array(), ); @@ -266,10 +265,6 @@ class md_exporter { $files_list['prosilver'][] = substr($file, strlen('styles/prosilver/template/')); } - else if (($this->filter !== 'adm') && strpos($file, 'styles/subsilver2/template/') === 0) - { - $files_list['subsilver2'][] = substr($file, strlen('styles/subsilver2/template/')); - } else if (($this->filter === 'adm') && strpos($file, 'adm/style/') === 0) { $files_list['adm'][] = substr($file, strlen('adm/style/')); diff --git a/phpBB/styles/subsilver2/style.cfg b/phpBB/styles/subsilver2/style.cfg deleted file mode 100644 index 633acf66e0..0000000000 --- a/phpBB/styles/subsilver2/style.cfg +++ /dev/null @@ -1,32 +0,0 @@ -# -# phpBB Style Configuration File -# -# This file is part of the phpBB Forum Software package. -# -# @copyright (c) phpBB Limited -# @license GNU General Public License, version 2 (GPL-2.0) -# -# For full copyright and license information, please see -# the docs/CREDITS.txt file. -# -# At the left is the name, please do not change this -# At the right the value is entered -# -# Values get trimmed, if you want to add a space in front or at the end of -# the value, then enclose the value with single or double quotes. -# Single and double quotes do not need to be escaped. -# -# - -# General Information about this style -name = subsilver2 -copyright = © 2005 phpBB Limited -style_version = 3.1.0-RC2 -phpbb_version = 3.1.0-RC2 - -# Defining a different template bitfield -# template_bitfield = lNg= - -# Parent style -# Set value to empty or to this style's name if this style does not have a parent style -parent = subsilver2 diff --git a/phpBB/styles/subsilver2/template/attachment.html b/phpBB/styles/subsilver2/template/attachment.html deleted file mode 100644 index baad7c6cfc..0000000000 --- a/phpBB/styles/subsilver2/template/attachment.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - [{_file.DENIED_MESSAGE}]
- - - - {L_FILE_COMMENT}{L_COLON} {_file.COMMENT}
- - - - {_file.DOWNLOAD_NAME}
- {_file.DOWNLOAD_NAME} [ {_file.FILESIZE} {_file.SIZE_LANG} | {_file.L_DOWNLOAD_COUNT} ] - - - - {_file.DOWNLOAD_NAME}
- {_file.DOWNLOAD_NAME} [ {_file.FILESIZE} {_file.SIZE_LANG} | {_file.L_DOWNLOAD_COUNT} ] - - - - - {_file.UPLOAD_ICON} - {_file.DOWNLOAD_NAME} [{_file.FILESIZE} {_file.SIZE_LANG}] -
- {_file.L_DOWNLOAD_COUNT} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - -
- [ {L_PLAY_QUICKTIME_FILE} ] - {_file.DOWNLOAD_NAME} [ {_file.FILESIZE} {_file.SIZE_LANG} | {_file.L_DOWNLOAD_COUNT} ] - - -
- - - diff --git a/phpBB/styles/subsilver2/template/bbcode.html b/phpBB/styles/subsilver2/template/bbcode.html deleted file mode 100644 index 9ee5acec34..0000000000 --- a/phpBB/styles/subsilver2/template/bbcode.html +++ /dev/null @@ -1,69 +0,0 @@ -
    -
      -
    - -
      -
    - -
  • -
  • - - -
    {USERNAME} {L_WROTE}{L_COLON}
    - - - -
    {L_QUOTE}{L_COLON}
    - - - -
    - - - -
    {L_CODE}{L_COLON}
    -
    -
    -
    -
    - - - -
    {L_ATTACHMENT}{L_COLON}
    - - - -
    - - - - - - - - - - - - -{TEXT} - -{TEXT} - -{L_IMAGE} - -{DESCRIPTION} - -{DESCRIPTION} - - - - - - - - - - - - diff --git a/phpBB/styles/subsilver2/template/breadcrumbs.html b/phpBB/styles/subsilver2/template/breadcrumbs.html deleted file mode 100644 index 25387da832..0000000000 --- a/phpBB/styles/subsilver2/template/breadcrumbs.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - -
    - - - - -

    {S_TIMEZONE}

    - -
    diff --git a/phpBB/styles/subsilver2/template/captcha_default.html b/phpBB/styles/subsilver2/template/captcha_default.html deleted file mode 100644 index 1be25403ce..0000000000 --- a/phpBB/styles/subsilver2/template/captcha_default.html +++ /dev/null @@ -1,17 +0,0 @@ - - {L_CONFIRM_CODE} - - - - {L_CONFIRM_EXPLAIN} - - - - {L_CONFIRM_CODE} - - - - {L_CONFIRM_CODE}{L_COLON}
    {L_CONFIRM_CODE_EXPLAIN} - tabindex="{$CAPTCHA_TAB_INDEX}" /> - - diff --git a/phpBB/styles/subsilver2/template/captcha_qa.html b/phpBB/styles/subsilver2/template/captcha_qa.html deleted file mode 100644 index 90a6492400..0000000000 --- a/phpBB/styles/subsilver2/template/captcha_qa.html +++ /dev/null @@ -1,8 +0,0 @@ - - {L_CONFIRM_QUESTION} - - - {QA_CONFIRM_QUESTION}{L_COLON}
    {L_CONFIRM_QUESTION_EXPLAIN} - tabindex="{$CAPTCHA_TAB_INDEX}" /> - - diff --git a/phpBB/styles/subsilver2/template/captcha_recaptcha.html b/phpBB/styles/subsilver2/template/captcha_recaptcha.html deleted file mode 100644 index 0d116b361f..0000000000 --- a/phpBB/styles/subsilver2/template/captcha_recaptcha.html +++ /dev/null @@ -1,36 +0,0 @@ - - - {L_CONFIRM_CODE} - - - {L_CONFIRM_CODE}{L_COLON}
    {L_RECAPTCHA_EXPLAIN} - - - - - - - - - - -{L_RECAPTCHA_NOT_AVAILABLE} - diff --git a/phpBB/styles/subsilver2/template/confirm_body.html b/phpBB/styles/subsilver2/template/confirm_body.html deleted file mode 100644 index 1712017c38..0000000000 --- a/phpBB/styles/subsilver2/template/confirm_body.html +++ /dev/null @@ -1,28 +0,0 @@ - - -
    - -
    - - - - - - - - -
    {MESSAGE_TITLE}

    {MESSAGE_TEXT}


    {S_HIDDEN_FIELDS}  
    - -
    - -
    - -
    - - - -
    - -
    - - diff --git a/phpBB/styles/subsilver2/template/confirm_delete_body.html b/phpBB/styles/subsilver2/template/confirm_delete_body.html deleted file mode 100644 index 18df397fc3..0000000000 --- a/phpBB/styles/subsilver2/template/confirm_delete_body.html +++ /dev/null @@ -1,53 +0,0 @@ - - -
    - -
    - - - - - - - - -
    {MESSAGE_TITLE}
    -
    -

    {MESSAGE_TEXT}

    -
    - - - - - - - - - - - - -
    {L_DELETE_PERMANENTLY}{L_COLON} - - {L_DELETE_TOPIC_PERMANENTLY}{L_DELETE_POST_PERMANENTLY} -
    {L_DELETE_REASON}{L_COLON}
    {L_DELETE_REASON_EXPLAIN}
    -
    - - {S_HIDDEN_FIELDS} -    - -
    - -
    - -
    - -
    - - - -
    - -
    - - diff --git a/phpBB/styles/subsilver2/template/faq_body.html b/phpBB/styles/subsilver2/template/faq_body.html deleted file mode 100644 index b3c41e932a..0000000000 --- a/phpBB/styles/subsilver2/template/faq_body.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - -
    - - - - - - - - - - - -
    {L_FAQ_TITLE}
    - - {faq_block.BLOCK_TITLE}
    - - {faq_block.faq_row.FAQ_QUESTION}
    - -
    - -
     
    - -
    - - - - - - - - - - - - - - - -

    {faq_block.BLOCK_TITLE}

    - - - -
    » {faq_block.faq_row.FAQ_QUESTION}
    -
    {faq_block.faq_row.FAQ_ANSWER}
    -

    {L_BACK_TO_TOP}

    -
    - -
    - - -
    - - - -
    - -
    - - diff --git a/phpBB/styles/subsilver2/template/forumlist_body.html b/phpBB/styles/subsilver2/template/forumlist_body.html deleted file mode 100644 index 0d522a6959..0000000000 --- a/phpBB/styles/subsilver2/template/forumlist_body.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_MARK_FORUMS_READ} 
     {L_FORUM}  {L_TOPICS}  {L_POSTS}  {L_LAST_POST} 

    {forumrow.FORUM_NAME}

     
    {forumrow.FORUM_FOLDER_IMG} - -
    {forumrow.FORUM_IMAGE}
    - - {forumrow.FORUM_NAME} -

    {forumrow.FORUM_DESC}

    -
    {L_REDIRECTS}{L_COLON} {forumrow.CLICKS} 

    {L_FORUM}

     
    {forumrow.FORUM_FOLDER_IMG} - -
    {forumrow.FORUM_IMAGE}
    - - {forumrow.FORUM_NAME} -

    {forumrow.FORUM_DESC}

    - -

    {forumrow.L_MODERATOR_STR}{L_COLON} {forumrow.MODERATORS}

    - - - -

    {forumrow.L_SUBFORUM_STR}{L_COLON} - - {forumrow.subforum.SUBFORUM_NAME}{L_COMMA_SEPARATOR} - -

    - - -

    {forumrow.TOPICS}

    {forumrow.POSTS}

    - - - -

    {forumrow.LAST_POST_SUBJECT_TRUNCATED}

    - -

    - - {UNAPPROVED_IMG}  - - {UNAPPROVED_POST_IMG}  - - {forumrow.LAST_POST_TIME} -

    -

    {forumrow.LAST_POSTER_FULL} - {LAST_POST_IMG} -

    - -

    {L_NO_POSTS}

    - -

    {L_NO_FORUMS}

    diff --git a/phpBB/styles/subsilver2/template/index.htm b/phpBB/styles/subsilver2/template/index.htm deleted file mode 100644 index 4763c05f0e..0000000000 --- a/phpBB/styles/subsilver2/template/index.htm +++ /dev/null @@ -1,16 +0,0 @@ - - -subSilver created by subBlue Design - - - - - - - - - -
    Created by subBlue Design
    - - - \ No newline at end of file diff --git a/phpBB/styles/subsilver2/template/index_body.html b/phpBB/styles/subsilver2/template/index_body.html deleted file mode 100644 index 1a2786015f..0000000000 --- a/phpBB/styles/subsilver2/template/index_body.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - -

    - - - - - - - - - {L_DELETE_COOKIES} - | - - {L_THE_TEAM} - - | - {L_CONTACT_US} - - - - -
    - -
    - - - - - - -
    - - - - - - - - - - - - - - - - - - -

    {L_WHO_IS_ONLINE}

    {L_WHO_IS_ONLINE}

    {L_WHO_IS_ONLINE}{L_WHO_IS_ONLINE} - - - {TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})
    {RECORD_USERS}

    {LOGGED_IN_USER_LIST} - -
    -
    {L_LEGEND} :: {LEGEND}
    - - - -
    - - - - - - - - - -

    {L_BIRTHDAYS}

    {L_BIRTHDAYS} -

    - - {L_CONGRATULATIONS}{L_COLON} {birthdays.USERNAME} ({birthdays.AGE}), {L_NO_BIRTHDAYS} - -

    -
    - - -
    - - - - - - - - - -

    {L_STATISTICS}

    {L_STATISTICS} -

    - - {TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER} - -

    -
    - - - - -
    - -
    - - - - - - - - -

    {L_LOGIN_LOGOUT}

    {L_USERNAME}{L_COLON}   {L_PASSWORD}{L_COLON}   {L_FORGOT_PASS}  {L_LOG_ME_IN}  
    - {S_LOGIN_REDIRECT} - {S_FORM_TOKEN} -
    - - -
    - - - - - - - - - - - - -
    {FORUM_UNREAD_IMG}{L_UNREAD_POSTS}  {FORUM_IMG}{L_NO_UNREAD_POSTS}  {FORUM_LOCKED_IMG}{L_FORUM_LOCKED}
    - - diff --git a/phpBB/styles/subsilver2/template/jumpbox.html b/phpBB/styles/subsilver2/template/jumpbox.html deleted file mode 100644 index e0603c6a6e..0000000000 --- a/phpBB/styles/subsilver2/template/jumpbox.html +++ /dev/null @@ -1,19 +0,0 @@ - - -
    - - - - - -
    {HIDDEN_FIELDS_FOR_JUMPBOX}{L_SELECT_TOPICS_FROM}{L_MODERATE_FORUM}{L_JUMP_TO}{L_COLON}  
    - -
    - diff --git a/phpBB/styles/subsilver2/template/login_body.html b/phpBB/styles/subsilver2/template/login_body.html deleted file mode 100644 index ed63e748cf..0000000000 --- a/phpBB/styles/subsilver2/template/login_body.html +++ /dev/null @@ -1,111 +0,0 @@ - - -
    - - - - - - - - - - - - - - - - - - - - - -
    {L_LOGIN}{LOGIN_EXPLAIN}
    {LOGIN_EXPLAIN}
    -

    {L_LOGIN_INFO}

    - -

    - {L_TERMS_USE} | {L_PRIVACY} -

    -
    class="row2"class="row1"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {LOGIN_ERROR}
    style="width: 50%; text-align: {S_CONTENT_FLOW_END};">{L_USERNAME}{L_COLON} - -
    {L_REGISTER} - -
    style="width: 50%; text-align: {S_CONTENT_FLOW_END};">{L_PASSWORD}{L_COLON} - -
    {L_FORGOT_PASS} -
    {L_RESEND_ACTIVATION} -
      {L_LOG_ME_IN}
      {L_HIDE_ME}
    -
    - - - - - -{S_LOGIN_REDIRECT} - - - -
    colspan="2" align="center">{S_HIDDEN_FIELDS}
    -{S_FORM_TOKEN} -
    - -
    - - - -
    - -
    - - - - diff --git a/phpBB/styles/subsilver2/template/login_body_oauth.html b/phpBB/styles/subsilver2/template/login_body_oauth.html deleted file mode 100644 index 6f374fa4f2..0000000000 --- a/phpBB/styles/subsilver2/template/login_body_oauth.html +++ /dev/null @@ -1,7 +0,0 @@ - - - - {oauth.SERVICE_NAME} - - - diff --git a/phpBB/styles/subsilver2/template/login_forum.html b/phpBB/styles/subsilver2/template/login_forum.html deleted file mode 100644 index 9a141fc295..0000000000 --- a/phpBB/styles/subsilver2/template/login_forum.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - -

    - - -
    - -
    - - - - - - - - - - - - - - -
    {L_LOGIN}
    {L_LOGIN_FORUM}
    - - - - - - - - - - - -
    {LOGIN_ERROR}
    {L_PASSWORD}{L_COLON}
    -
    {S_HIDDEN_FIELDS}
    - {S_FORM_TOKEN} - {S_LOGIN_REDIRECT} -
    - -
    - -
    - - - -
    - -
    - - diff --git a/phpBB/styles/subsilver2/template/mcp_approve.html b/phpBB/styles/subsilver2/template/mcp_approve.html deleted file mode 100644 index 8c2ef0806b..0000000000 --- a/phpBB/styles/subsilver2/template/mcp_approve.html +++ /dev/null @@ -1,49 +0,0 @@ - - -
    - -
    - - - - - - - - -
    {MESSAGE_TITLE}
    - - {ADDITIONAL_MSG}
    - - - {L_NOTIFY_POSTER_APPROVAL}{L_NOTIFY_POSTER_DISAPPROVAL}
    - - -
    - - - - - - - - - -
    {L_DISAPPROVE_REASON}{L_COLON}
    {L_MORE_INFO}{L_COLON}
    {L_CAN_LEAVE_BLANK}
    -
    - -
    {S_HIDDEN_FIELDS}{MESSAGE_TEXT}

    -    -
    - {S_FORM_TOKEN} -
    - -
    - -
    - - - -
    - - diff --git a/phpBB/styles/subsilver2/template/mcp_ban.html b/phpBB/styles/subsilver2/template/mcp_ban.html deleted file mode 100644 index cc24d21d73..0000000000 --- a/phpBB/styles/subsilver2/template/mcp_ban.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_TITLE}
    {L_EXPLAIN}
    {L_BAN_CELL}{L_COLON} - -
    [ {L_FIND_USERNAME} ] -
    {L_BAN_LENGTH}{L_COLON}
    {L_YEAR_MONTH_DAY}
    {L_BAN_EXCLUDE}{L_COLON}
    {L_BAN_EXCLUDE_EXPLAIN}
    {L_YES}   {L_NO}
    {L_BAN_REASON}{L_COLON}
    {L_BAN_GIVE_REASON}{L_COLON}
       
    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_UNBAN_TITLE}
    {L_UNBAN_EXPLAIN}
    {L_BAN_CELL}{L_COLON}
    {L_BAN_LENGTH}{L_COLON}
    {L_BAN_REASON}{L_COLON}
    {L_BAN_GIVE_REASON}{L_COLON}
       
    {L_NO_BAN_CELL}
    -{S_FORM_TOKEN} -
    - - diff --git a/phpBB/styles/subsilver2/template/mcp_footer.html b/phpBB/styles/subsilver2/template/mcp_footer.html deleted file mode 100644 index 280920b148..0000000000 --- a/phpBB/styles/subsilver2/template/mcp_footer.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - -
     [ {TOTAL_TOPICS}{TOTAL_POSTS}{TOTAL}
    -
    - - -
    - -
    - - - -
    - -
    - - diff --git a/phpBB/styles/subsilver2/template/mcp_forum.html b/phpBB/styles/subsilver2/template/mcp_forum.html deleted file mode 100644 index b168bf3ac8..0000000000 --- a/phpBB/styles/subsilver2/template/mcp_forum.html +++ /dev/null @@ -1,93 +0,0 @@ - - -
    - -{L_VIEW_FORUM_LOGS} - -
    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_DISPLAY_TOPICS}{L_COLON} {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} 
      {L_TOPICS}  {L_REPLIES}  {L_LAST_POST}  {L_MARK} 
    {topicrow.TOPIC_FOLDER_IMG} - - [ {L_SELECT_MERGE} - -

    {NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TITLE} - - {topicrow.UNAPPROVED_IMG}  - - - {topicrow.DELETED_IMG}  - - - {REPORTED_IMG}  - - - [ {L_DELETE_SHADOW_TOPIC} ]  - -

    -

    {topicrow.REPLIES}

    {topicrow.LAST_POST_TIME}

    - checked="checked" />  -

    {L_NO_TOPICS}

    - - -
    -{S_FORM_TOKEN} -
    - - - - - - -
    {L_MARK_ALL} :: {L_UNMARK_ALL}
    - - - diff --git a/phpBB/styles/subsilver2/template/mcp_front.html b/phpBB/styles/subsilver2/template/mcp_front.html deleted file mode 100644 index 7c17e13c52..0000000000 --- a/phpBB/styles/subsilver2/template/mcp_front.html +++ /dev/null @@ -1,137 +0,0 @@ - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_LATEST_UNAPPROVED}
     {L_FORUM}  {L_TOPIC}  {L_SUBJECT}  {L_AUTHOR}  {L_POST_TIME}  {L_SELECT} 
    {unapproved.FORUM_NAME}{unapproved.FORUM_NAME}
    [ {L_MODERATE} ]
    {unapproved.TOPIC_TITLE}
    [ {L_MODERATE} ]
    {unapproved.ATTACH_ICON_IMG} {unapproved.SUBJECT}
    [ {L_VIEW_DETAILS} ]
    {unapproved.AUTHOR_FULL}{unapproved.POST_TIME}
    {L_UNAPPROVED_TOTAL}
    {S_HIDDEN_FIELDS}  
    - {S_FORM_TOKEN} -
    - - - - - -
    {L_MARK_ALL} :: {L_UNMARK_ALL}
    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_LATEST_REPORTED}
     {L_FORUM}  {L_TOPIC}  {L_SUBJECT}  {L_REPORTER}  {L_REPORT_TIME} 
    {report.FORUM_NAME}{report.FORUM_NAME}
    [ {L_MODERATE} ]
    {report.TOPIC_TITLE}
    [ {L_MODERATE} ]
    {report.ATTACH_ICON_IMG} {report.SUBJECT}
    [ {L_VIEW_DETAILS} ]
    {report.REPORTER_FULL}{report.REPORT_TIME}
    {L_REPORTS_TOTAL}
    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_LATEST_REPORTED_PMS}
     {L_PM_SUBJECT}  {L_PM_FROM}  {L_TO} & {L_BCC}  {L_SENT_AT}  {L_REPORTER}  {L_REPORT_TIME} 
    {pm_report.ATTACH_ICON_IMG} {pm_report.PM_SUBJECT}
    [ {L_VIEW_DETAILS} ]
    {pm_report.PM_AUTHOR_FULL}{pm_report.RECIPIENTS}{pm_report.PM_TIME}{pm_report.REPORTER_FULL}{pm_report.REPORT_TIME}
    {L_PM_REPORTS_TOTAL}
    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_LATEST_LOGS}
    {L_USERNAME}{L_IP}{L_ACTION}{L_TIME}
    {log.USERNAME}{log.IP}{log.ACTION}{L_VIEW_TOPIC} | {L_VIEW_TOPIC_LOGS}{log.TIME}
    {L_NO_ENTRIES}
    - -
    - - - diff --git a/phpBB/styles/subsilver2/template/mcp_header.html b/phpBB/styles/subsilver2/template/mcp_header.html deleted file mode 100644 index 7144750ed4..0000000000 --- a/phpBB/styles/subsilver2/template/mcp_header.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - -
    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html deleted file mode 100644 index 321e4227ee..0000000000 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ /dev/null @@ -1,426 +0,0 @@ - - - - - - - -
    - -

    {L_FORUM_RULES}


    - {L_FORUM_RULES_LINK} - -

    {L_FORUM_RULES}


    - {FORUM_RULES} - -
    - -
    - - - - - -

    - - - - - - - -
    - - - - - - - - - - - -
    {L_OPTIONS}
    {l_block1.L_TITLE} - - - - {l_block1.L_TITLE} - -
    - -
    - - - - - - - - - -
    {L_MESSAGE}

    {MESSAGE}

    {return_links.MESSAGE_LINK}

    - -
    - diff --git a/phpBB/styles/subsilver2/template/mcp_logs.html b/phpBB/styles/subsilver2/template/mcp_logs.html deleted file mode 100644 index 64f2a6a64d..0000000000 --- a/phpBB/styles/subsilver2/template/mcp_logs.html +++ /dev/null @@ -1,46 +0,0 @@ - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_USERNAME}{L_IP}{L_TIME}{L_ACTION}{L_MARK}
    {log.USERNAME}{log.IP}{log.DATE}{log.ACTION}
    {log.DATA}
    {L_SEARCH_KEYWORDS}{L_COLON}  
    {L_DISPLAY_LOG}{L_COLON} {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} 
     
    {L_NO_ENTRIES}
    -{S_FORM_TOKEN} -
    - -

    - - diff --git a/phpBB/styles/subsilver2/template/mcp_message.html b/phpBB/styles/subsilver2/template/mcp_message.html deleted file mode 100644 index 5699dd54af..0000000000 --- a/phpBB/styles/subsilver2/template/mcp_message.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - -
    {MESSAGE_TITLE}

    {MESSAGE_TEXT}

    - -
    - - diff --git a/phpBB/styles/subsilver2/template/mcp_move.html b/phpBB/styles/subsilver2/template/mcp_move.html deleted file mode 100644 index b8958187e6..0000000000 --- a/phpBB/styles/subsilver2/template/mcp_move.html +++ /dev/null @@ -1,46 +0,0 @@ - - -
    - -
    - - - - - - - - -
    {MESSAGE_TITLE}
    - - {ADDITIONAL_MSG}
    - - -
    {L_SELECT_DESTINATION_FORUM}  
    -
    - - {L_LEAVE_SHADOW}
    - - - {L_LOCK_TOPIC}
    - -
    {S_HIDDEN_FIELDS}{MESSAGE_TEXT}

    -    - - {L_NO_DESTINATION_FORUM}

    - {S_HIDDEN_FIELDS} - - -
    - {S_FORM_TOKEN} -
    - -
    - -
    - - - -
    - - diff --git a/phpBB/styles/subsilver2/template/mcp_notes_front.html b/phpBB/styles/subsilver2/template/mcp_notes_front.html deleted file mode 100644 index e2e14e0150..0000000000 --- a/phpBB/styles/subsilver2/template/mcp_notes_front.html +++ /dev/null @@ -1,22 +0,0 @@ - - -
    - - - - - - - - - - - - -
    {L_SELECT_USER}
    {L_FIND_USERNAME}{L_COLON}
    [ {L_FIND_USERNAME} ]
    -{S_FORM_TOKEN} -
    - -

    - - diff --git a/phpBB/styles/subsilver2/template/mcp_notes_user.html b/phpBB/styles/subsilver2/template/mcp_notes_user.html deleted file mode 100644 index 4bd8de6862..0000000000 --- a/phpBB/styles/subsilver2/template/mcp_notes_user.html +++ /dev/null @@ -1,125 +0,0 @@ - - -
    - - - - - - - - - -
    {USERNAME}
    - - - - - - - - - - - - - - - - - -
    {USERNAME_FULL}
    {RANK_TITLE}
    {RANK_IMG}
    {AVATAR_IMG}
    -
    - - - - - - - - - - - - - -
    {L_JOINED}{L_COLON} {JOINED}
    {L_TOTAL_POSTS}{L_COLON} {POSTS}
    {L_WARNINGS}{L_COLON} {WARNINGS}
    -
    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_FEEDBACK}
    {L_SEARCH_KEYWORDS}{L_COLON}  
    {L_DISPLAY_LOG}{L_COLON} {S_SELECT_SORT_DAYS} {L_SORT_BY}{L_COLON} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} 
    {L_REPORT_BY}{L_IP}{L_TIME}{L_ACTION}{L_MARK}
    {usernotes.REPORT_BY}{usernotes.IP}{usernotes.REPORT_AT} - {usernotes.ACTION} -
    » [ {usernotes.DATA} ] -
     
    {L_NO_FEEDBACK}
    - -
    - - - - - - - - - - - - - - -
    {L_ADD_FEEDBACK}
    {L_ADD_FEEDBACK_EXPLAIN}
      
    - - - - - - -
    {PAGE_NUMBER} [ {TOTAL_REPORTS} ]
    -{S_FORM_TOKEN} -
    - -

    - - diff --git a/phpBB/styles/subsilver2/template/mcp_post.html b/phpBB/styles/subsilver2/template/mcp_post.html deleted file mode 100644 index f5052ee2d0..0000000000 --- a/phpBB/styles/subsilver2/template/mcp_post.html +++ /dev/null @@ -1,211 +0,0 @@ - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_PM_REPORT_DETAILS}{L_REPORT_DETAILS}
    {L_REPORT_REASON}{L_COLON} {REPORT_REASON_TITLE} » {REPORT_REASON_DESCRIPTION}
    {L_REPORTER}{L_COLON} style="font-weight: bold; color: {REPORTER_COLOUR};">{REPORTER_NAME}   [ {L_READ_PROFILE} | {L_VIEW_NOTES} | {L_WARN_USER} ]
    {L_REPORTED}{L_COLON} {REPORT_DATE}
    {L_MORE_INFO}
    {REPORT_TEXT}
    {L_REPORT_CLOSED}  
    - - - {S_FORM_TOKEN} -
    - -
    - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_PM}{L_POST_DETAILS}
    {RETURN_QUEUE} | {RETURN_TOPIC_SIMPLE} | {RETURN_POST}{RETURN_REPORTS} | {L_VIEW_POST} | {L_VIEW_TOPIC} | {L_VIEW_FORUM}{RETURN_TOPIC}
    {L_PM_SUBJECT}{L_POST_SUBJECT}{L_COLON} - {POST_SUBJECT} - {UNAPPROVED_IMG} {L_POST_UNAPPROVED} - {DELETED_IMG} {L_POST_DELETED} - {REPORTED_IMG} {L_POST_REPORTED} -
    {L_PM_FROM}{L_POSTER}{L_COLON} style="font-weight: bold; color: {POST_AUTHOR_COLOUR}">{POST_AUTHOR}   [ {L_READ_PROFILE} | {L_VIEW_NOTES} | {L_WARN_USER} ]
    {L_THIS_PM_IP}{L_THIS_POST_IP}{L_COLON} - - {POST_IPADDR}{POST_IP} ({POST_IP}{L_LOOKUP_IP}) - - {POST_IPADDR} ({POST_IP}){POST_IP} ({L_LOOKUP_IP}) - -
    {L_SENT_AT}{L_POSTED}{L_COLON} {POST_DATE}
    {L_TO}{L_COLON} - - {to_recipient.NAME}{to_recipient.NAME_FULL}  - -
    {L_BCC}{L_COLON} - - {bcc_recipient.NAME}{bcc_recipient.NAME_FULL}  - -
    {L_PREVIEW}
    - - -
    {POST_PREVIEW}
    - - -

    - - - - - - - - - - -
    {L_ATTACHMENTS}{L_COLON}
    {attachment.DISPLAY_ATTACHMENT}
    - - -
     
    -{S_FORM_TOKEN} -
    - - -
    - - - -
    - - - - -
    - - - - - - - - - - - - - - - - - -
    {L_MOD_OPTIONS}
    {L_CHANGE_POSTER}

    [ {L_FIND_USERNAME} ]
    {S_FORM_TOKEN}
    {L_MOD_OPTIONS}
    {S_FORM_TOKEN}
    - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_IP_INFO}
    {L_OTHER_USERS}
    {userrow.USERNAME}{userrow.USERNAME} [ {userrow.NUM_POSTS} {userrow.L_POST_S} ]{SEARCH_IMG}
    {L_NO_MATCHES_FOUND}
    {L_IPS_POSTED_FROM}[ {L_LOOKUP_ALL} ]
    {iprow.HOSTNAME} ({iprow.IP}){iprow.IP} [ {iprow.NUM_POSTS} {iprow.L_POST_S} ][ {L_LOOKUP_IP} ]
    {L_NO_MATCHES_FOUND}
    - - - - - diff --git a/phpBB/styles/subsilver2/template/mcp_queue.html b/phpBB/styles/subsilver2/template/mcp_queue.html deleted file mode 100644 index 7ca659b5da..0000000000 --- a/phpBB/styles/subsilver2/template/mcp_queue.html +++ /dev/null @@ -1,76 +0,0 @@ - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_DISPLAY_OPTIONS}
    {L_DISPLAY_ITEMS}{L_COLON} {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} {L_FORUM}     {L_ONLY_TOPIC}  
     {L_TOPIC}{L_POST}  {L_AUTHOR}  {L_POST_TIME}  {L_SELECT} 

    {postrow.ATTACH_ICON_IMG} {postrow.POST_SUBJECT}

    - {L_FORUM}{L_COLON} {postrow.FORUM_NAME}{postrow.FORUM_NAME}
    {postrow.POST_AUTHOR_FULL}
    - [ {L_VIEW_DETAILS} ]
    {postrow.POST_TIME} - - - - - -
    - - - {L_NO_TOPICS_DELETED}{L_NO_POSTS_DELETED} - - {L_NO_TOPICS_QUEUE}{L_NO_POSTS_QUEUE} - - -
    - -    - - -    - - -
    -{S_FORM_TOKEN} -
    - - - - - -
    - - - {L_MARK_ALL} :: {L_UNMARK_ALL} - - {L_MARK_ALL} :: {L_UNMARK_ALL} - - -
    - - diff --git a/phpBB/styles/subsilver2/template/mcp_reports.html b/phpBB/styles/subsilver2/template/mcp_reports.html deleted file mode 100644 index 158f9c2603..0000000000 --- a/phpBB/styles/subsilver2/template/mcp_reports.html +++ /dev/null @@ -1,67 +0,0 @@ - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_DISPLAY_OPTIONS}
    {L_DISPLAY_POSTS}{L_COLON} {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} {L_FORUM}     {L_ONLY_TOPIC}  
     {L_PM}  {L_TO} & {L_BCC}  {L_POST}  {L_AUTHOR}  {L_REPORTER}  {L_REPORT_TIME}  {L_SELECT} 

    {postrow.ATTACH_ICON_IMG} {postrow.PM_SUBJECT}

    - {L_PM_FROM}{L_COLON} {postrow.PM_AUTHOR_FULL}
    {postrow.RECIPIENTS}
    - {L_SENT_AT}{L_COLON} {postrow.PM_TIME}

    {postrow.ATTACH_ICON_IMG} {postrow.POST_SUBJECT}

    - {L_FORUM}{L_COLON} {postrow.FORUM_NAME}{postrow.FORUM_NAME}
    {postrow.POST_AUTHOR_FULL}
    - {postrow.POST_TIME}
    {postrow.REPORTER_FULL}{postrow.REPORT_TIME}
    - [ {L_VIEW_DETAILS} ]
    {L_NO_POSTS}
    - - - -   - -
    -{S_FORM_TOKEN} -
    - - - - - -
    {L_MARK_ALL} :: {L_UNMARK_ALL}
    - - diff --git a/phpBB/styles/subsilver2/template/mcp_topic.html b/phpBB/styles/subsilver2/template/mcp_topic.html deleted file mode 100644 index cba473147e..0000000000 --- a/phpBB/styles/subsilver2/template/mcp_topic.html +++ /dev/null @@ -1,154 +0,0 @@ - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_SPLIT_TOPIC}
    {L_SPLIT_TOPIC_EXPLAIN}
    {L_SPLIT_SUBJECT}
    {L_SPLIT_FORUM}
    {L_TOPIC_ICON} - - - - -
    checked="checked" />{L_NO_TOPIC_ICON} checked="checked" />
    -
    {L_MERGE_POSTS}
    {L_MERGE_TOPIC_EXPLAIN}
    {L_MERGE_TOPIC_ID} {L_SELECT_TOPIC}
    {TO_TOPIC_INFO}
    {L_DISPLAY_OPTIONS}
    {L_POSTS_PER_PAGE}
    {L_POSTS_PER_PAGE_EXPLAIN}
    {L_DISPLAY_POSTS}{L_COLON} {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} 
    {L_TOPIC_REVIEW}{L_COLON} {TOPIC_TITLE}
    {RETURN_TOPIC}
    - - - - - -
     {L_POST_SUBJECT}{L_COLON} {postrow.POST_SUBJECT}
    -
    {INFO_IMG}
    - - - - - - - -
    -
    {postrow.MESSAGE}
    - -

    - - - - - - - - - - -
    {L_ATTACHMENTS}{L_COLON}
    {postrow.attachment.DISPLAY_ATTACHMENT}
    - - -
    - - - - - - -
    - {UNAPPROVED_IMG} {L_POST_UNAPPROVED}
    - {DELETED_IMG} {L_POST_DELETED}
    - {REPORTED_IMG} {L_POST_REPORTED} -
    {postrow.MINI_POST_IMG}{L_POSTED}{L_COLON} {postrow.POST_DATE}
    -
    -
    checked="checked" />
     
    -{S_HIDDEN_FIELDS} -{S_FORM_TOKEN} -
    - - - - - -
    {L_MARK_ALL} :: {L_UNMARK_ALL}
    - - diff --git a/phpBB/styles/subsilver2/template/mcp_warn_front.html b/phpBB/styles/subsilver2/template/mcp_warn_front.html deleted file mode 100644 index f6daec9cc5..0000000000 --- a/phpBB/styles/subsilver2/template/mcp_warn_front.html +++ /dev/null @@ -1,74 +0,0 @@ - - -
    - - - - - - - - - - - - -
    {L_SELECT_USER}
    {L_FIND_USERNAME}{L_COLON}
    [ {L_FIND_USERNAME} ]
    -{S_FORM_TOKEN} -
    - -

    - - - - - - - - - - - - - - - - - - - - - - - -
    {L_MOST_WARNINGS}
     {L_USERNAME}  {L_WARNINGS}  {L_LATEST_WARNING_TIME}  
    {highest.USERNAME_FULL}{highest.WARNINGS}{highest.WARNING_TIME}{L_VIEW_NOTES}
    {L_NO_WARNINGS}
    - -

    - - - - - - - - - - - - - - - - - - - - - - - -
    {L_LATEST_WARNINGS}
     {L_USERNAME}  {L_TIME}  {L_TOTAL_WARNINGS}  
    {latest.USERNAME_FULL}{latest.WARNING_TIME}{latest.WARNINGS}{L_VIEW_NOTES}
    {L_NO_WARNINGS}
    - -

    - - diff --git a/phpBB/styles/subsilver2/template/mcp_warn_list.html b/phpBB/styles/subsilver2/template/mcp_warn_list.html deleted file mode 100644 index 6e263b6403..0000000000 --- a/phpBB/styles/subsilver2/template/mcp_warn_list.html +++ /dev/null @@ -1,43 +0,0 @@ - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_WARNED_USERS}
     {L_USERNAME}  {L_WARNINGS}  {L_LATEST_WARNING_TIME}  
    {user.USERNAME_FULL}{user.WARNINGS}{user.WARNING_TIME}{L_VIEW_NOTES}
    {L_NO_WARNINGS}
    {L_DISPLAY_POSTS}{L_COLON} {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} 
    - - - - - - -
    {PAGE_NUMBER} [ {TOTAL_USERS} ]
    -{S_FORM_TOKEN} -
    - -

    - - diff --git a/phpBB/styles/subsilver2/template/mcp_warn_post.html b/phpBB/styles/subsilver2/template/mcp_warn_post.html deleted file mode 100644 index 223457d158..0000000000 --- a/phpBB/styles/subsilver2/template/mcp_warn_post.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - -
    {L_POST}
    - - - - - - - - - - - - - - - - - -
    {USERNAME}
    {RANK_TITLE}
    {RANK_IMG}
    {AVATAR_IMG}
    -
    - {POST} -
    - -

    - -
    - - - - - - - - - - - - - - - - - - - -
    {L_ADD_WARNING}
    {L_ADD_WARNING_EXPLAIN}
    {L_NOTIFY_USER_WARN}
      
    -{S_FORM_TOKEN} -
    - -

    - - diff --git a/phpBB/styles/subsilver2/template/mcp_warn_user.html b/phpBB/styles/subsilver2/template/mcp_warn_user.html deleted file mode 100644 index 6b78c71557..0000000000 --- a/phpBB/styles/subsilver2/template/mcp_warn_user.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - -
    {USERNAME}
    - - - - - - - - - - - - - - - - - -
    {USERNAME_FULL}
    {RANK_TITLE}
    {RANK_IMG}
    {AVATAR_IMG}
    -
    - - - - - - - - - - - - - -
    {L_JOINED}{L_COLON} {JOINED}
    {L_TOTAL_POSTS}{L_COLON} {POSTS}
    {L_WARNINGS}{L_COLON} {WARNINGS}
    -
    - -

    - -
    - - - - - - - - - - - - - - - - - - - -
    {L_ADD_WARNING}
    {L_ADD_WARNING_EXPLAIN}
    {L_NOTIFY_USER_WARN}
      
    -{S_FORM_TOKEN} -
    - -

    - - diff --git a/phpBB/styles/subsilver2/template/mcp_whois.html b/phpBB/styles/subsilver2/template/mcp_whois.html deleted file mode 100644 index 3e3b983059..0000000000 --- a/phpBB/styles/subsilver2/template/mcp_whois.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - -
    {L_WHOIS}
    {RETURN_POST}
    {WHOIS}
    - - diff --git a/phpBB/styles/subsilver2/template/memberlist_body.html b/phpBB/styles/subsilver2/template/memberlist_body.html deleted file mode 100644 index ecfb4b69c5..0000000000 --- a/phpBB/styles/subsilver2/template/memberlist_body.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - - - -
    - - - - - - - - - -
    {L_USERNAME_BEGINS_WITH}{L_COLON} -  {L_FIND_USERNAME}{L_HIDE_MEMBER_SEARCH}
    - {S_FORM_TOKEN} -
    - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    #{L_USERNAME}{L_JOINED}{L_POSTS}{L_RANK}{L_SEND_MESSAGE}{L_EMAIL}{L_MARK}
    {L_GROUP_LEADER}
    {L_GROUP_MEMBERS}
     {memberrow.ROW_NUMBER} {memberrow.USERNAME_FULL}{L_SELECT} ] {memberrow.JOINED} {memberrow.POSTS}{memberrow.RANK_IMG}{memberrow.RANK_TITLE} {PM_IMG}  {EMAIL_IMG}  {memberrow.PROFILE_FIELD1_VALUE}
    - {L_NO_GROUP_MEMBERS}{L_NO_MEMBERS} -
    {L_SELECT_SORT_METHOD}{L_COLON}   {L_ORDER}  
    -{S_FORM_TOKEN} - -
    - - - - - - -
    {PAGE_NUMBER} [ {TOTAL_USERS} ]{L_MARK_ALL} :: {L_UNMARK_ALL}
    - - - - - - -
    - - - -
    - -
    - - diff --git a/phpBB/styles/subsilver2/template/memberlist_email.html b/phpBB/styles/subsilver2/template/memberlist_email.html deleted file mode 100644 index 13ff4baace..0000000000 --- a/phpBB/styles/subsilver2/template/memberlist_email.html +++ /dev/null @@ -1,99 +0,0 @@ - - -
    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_CONTACT_ADMIN}{L_SEND_EMAIL_USER}{L_EMAIL_TOPIC}
    {ERROR_MESSAGE}
    {CONTACT_INFO}
    {L_RECIPIENT}{USERNAME}
    {L_SUBJECT}
    {L_RECIPIENT}{L_ADMINISTRATOR}
    {L_SENDER_EMAIL_ADDRESS}
    {L_SENDER_NAME}
    {L_EMAIL_ADDRESS}
    {L_REAL_NAME}
    {L_DEST_LANG}
    {L_DEST_LANG_EXPLAIN}
    {L_MESSAGE_BODY}
    {L_EMAIL_BODY_EXPLAIN}
    {L_OPTIONS} - - - - - -
    {L_CC_EMAIL}
    -
    - - {S_FORM_TOKEN} - -
    - -
    - -
    - - - -
    - -
    - - diff --git a/phpBB/styles/subsilver2/template/memberlist_group.html b/phpBB/styles/subsilver2/template/memberlist_group.html deleted file mode 100644 index 4140c8cdbf..0000000000 --- a/phpBB/styles/subsilver2/template/memberlist_group.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - -
    {L_GROUP_INFORMATION}
    {L_GROUP_NAME}{L_COLON} style="color:#{GROUP_COLOR}">{GROUP_NAME}{AVATAR_IMG}
    {RANK_IMG}{GROUP_RANK}

    {PM_IMG}
    {L_GROUP_DESC}{L_COLON}{GROUP_DESC}

    {GROUP_TYPE}

    diff --git a/phpBB/styles/subsilver2/template/memberlist_im.html b/phpBB/styles/subsilver2/template/memberlist_im.html deleted file mode 100644 index a19229605a..0000000000 --- a/phpBB/styles/subsilver2/template/memberlist_im.html +++ /dev/null @@ -1,44 +0,0 @@ - - -
    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_SEND_IM}
    {L_SEND_IM_EXPLAIN}
    {L_IM_RECIPIENT}{L_COLON} {USERNAME} [ {IM_CONTACT} ] {PRESENCE_IMG}
    {L_IM_MESSAGE}{L_COLON}
    {L_IM_SENT_JABBER}
    {L_IM_NO_JABBER}
    -{S_FORM_TOKEN} -
    - -{L_CLOSE_WINDOW} - - diff --git a/phpBB/styles/subsilver2/template/memberlist_search.html b/phpBB/styles/subsilver2/template/memberlist_search.html deleted file mode 100644 index 12dd10be2e..0000000000 --- a/phpBB/styles/subsilver2/template/memberlist_search.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_FIND_USERNAME}
    {L_FIND_USERNAME_EXPLAIN}
    {L_USERNAME}{L_COLON}{L_EMAIL}{L_COLON} 
    {L_JOINED}{L_COLON} {L_POSTS}{L_COLON}
    {L_LAST_ACTIVE}{L_COLON} {L_POST_IP}{L_COLON} 
    {L_GROUP}{L_COLON}{L_JABBER}{L_COLON} 
    {L_SORT_BY}{L_COLON}   
      
    -{S_FORM_TOKEN} -
    - -
    diff --git a/phpBB/styles/subsilver2/template/memberlist_team.html b/phpBB/styles/subsilver2/template/memberlist_team.html deleted file mode 100644 index a4f38aafc4..0000000000 --- a/phpBB/styles/subsilver2/template/memberlist_team.html +++ /dev/null @@ -1,50 +0,0 @@ - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_USERNAME}{L_FORUMS}{L_PRIMARY_GROUP}{L_RANK}{L_SEND_MESSAGE}
    {group.GROUP_NAME}{group.GROUP_NAME}
    {group.user.USERNAME_FULL}{group.user.FORUMS}-  - - style="font-weight: bold; color:#{group.user.GROUP_COLOR}" href="{group.user.U_GROUP}">{group.user.GROUP_NAME} - - {group.user.GROUP_NAME} - -  {group.user.RANK_IMG}{group.user.RANK_TITLE} {PM_IMG} 
    {L_NO_MEMBERS}
    - -
    - -
    - - - -
    - -
    - - diff --git a/phpBB/styles/subsilver2/template/memberlist_view.html b/phpBB/styles/subsilver2/template/memberlist_view.html deleted file mode 100644 index 00c627f62e..0000000000 --- a/phpBB/styles/subsilver2/template/memberlist_view.html +++ /dev/null @@ -1,199 +0,0 @@ - - -
    - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_VIEWING_PROFILE}

    {L_USER_PRESENCE}

    {L_USER_FORUM}

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_USER_IS_INACTIVE}
    {L_INACTIVE_REASON}{L_COLON} {USER_INACTIVE_REASON}

    {USERNAME} [ {L_USER_BAN} ] [ {L_USER_ADMIN} ]
    {RANK_TITLE}
    {RANK_IMG}
    {AVATAR_IMG}
    {ONLINE_IMG}
    [ {L_USE_PERMISSIONS} ]
    [ - - {L_REMOVE_FRIEND} - - {L_REMOVE_FOE} - - {L_ADD_FRIEND} | {L_ADD_FOE} - - ]
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_JOINED}{L_COLON} {JOINED}
    {L_LAST_ACTIVE}{L_COLON} {LAST_ACTIVE}
    {L_WARNINGS}{L_COLON} {WARNINGS}
    [ {L_VIEW_NOTES} | {L_WARN_USER} ]
    {L_TOTAL_POSTS}{L_COLON} {POSTS}
    [{POSTS_PCT} / {POSTS_DAY}] -
    [{L_POSTS_IN_QUEUE}]
    [{L_POSTS_IN_QUEUE}] -
    {L_SEARCH_USER_POSTS}
    {L_ACTIVE_IN_FORUM}{L_COLON} {ACTIVE_FORUM}
    [ {ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT} ]-
    {L_ACTIVE_IN_TOPIC}{L_COLON} {ACTIVE_TOPIC}
    [ {ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT} ]-
    -

    {L_CONTACT}

    {L_ABOUT_USER}

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_EMAIL_ADDRESS}{L_COLON} {EMAIL_IMG}
    {L_PM}{L_COLON} {PM_IMG}
    {L_JABBER}{L_COLON} {JABBER_IMG}{USER_JABBER_IMG}
    {custom_fields.PROFILE_FIELD_NAME}{L_COLON} {custom_fields.PROFILE_FIELD_DESC}{custom_fields.PROFILE_FIELD_VALUE}
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_USERGROUPS}{L_COLON}
    {L_AGE}{L_COLON} {AGE}
    {PROFILE_FIELD1_NAME}{L_COLON} {PROFILE_FIELD1_VALUE}
    {custom_fields.PROFILE_FIELD_NAME}{L_COLON} {custom_fields.PROFILE_FIELD_VALUE}
    -

    {L_SIGNATURE}

    {SIGNATURE}
    - -
    - - - -
    - -
    - - - -
    - -
    - - diff --git a/phpBB/styles/subsilver2/template/message_body.html b/phpBB/styles/subsilver2/template/message_body.html deleted file mode 100644 index b9b502a57f..0000000000 --- a/phpBB/styles/subsilver2/template/message_body.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - -
    {MESSAGE_TITLE}

    {MESSAGE_TEXT}


    - -
    - - - - diff --git a/phpBB/styles/subsilver2/template/overall_footer.html b/phpBB/styles/subsilver2/template/overall_footer.html deleted file mode 100644 index 42ee17f2ed..0000000000 --- a/phpBB/styles/subsilver2/template/overall_footer.html +++ /dev/null @@ -1,27 +0,0 @@ - - - {RUN_CRON_TASK} - - - - -
    - [ {L_ACP} ]

    - - - {CREDIT_LINE} -
    {TRANSLATION_INFO} - -
    [ {DEBUG_OUTPUT} ]
    -
    - - - - - - - -{$SCRIPTS} - - - diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html deleted file mode 100644 index ebb7b3be4d..0000000000 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - -{META} -<!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF not S_VIEWTOPIC and not S_VIEWFORUM -->{SITENAME} - <!-- ENDIF --><!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}<!-- IF S_VIEWTOPIC or S_VIEWFORUM --> - {SITENAME}<!-- ENDIF --> - - - - - - - - - - - - - - - - - - - - - - -{$STYLESHEETS} - - - - - - - - - - -
    - -
    - - - - - -
    {SITE_LOGO_IMG}

    {SITENAME}

    {SITE_DESCRIPTION}
    -
    - - - -
    - - - - - -
    {LAST_VISIT_DATE}{CURRENT_TIME}
    -
    - -
    - - - -
    - - - - - -
    - - - - - - - -
    - diff --git a/phpBB/styles/subsilver2/template/pagination.html b/phpBB/styles/subsilver2/template/pagination.html deleted file mode 100644 index b1c1d0e6c9..0000000000 --- a/phpBB/styles/subsilver2/template/pagination.html +++ /dev/null @@ -1,11 +0,0 @@ - - {L_GOTO_PAGE} - - {L_PREVIOUS} - {pagination.PAGE_NUMBER} - {L_ELLIPSIS} - {L_NEXT} - {pagination.PAGE_NUMBER} - - - diff --git a/phpBB/styles/subsilver2/template/posting_attach_body.html b/phpBB/styles/subsilver2/template/posting_attach_body.html deleted file mode 100644 index 8c70e4c831..0000000000 --- a/phpBB/styles/subsilver2/template/posting_attach_body.html +++ /dev/null @@ -1,83 +0,0 @@ -
    - - - - - - - {L_ADD_ATTACHMENT} -
    {L_ADD_ATTACHMENT_EXPLAIN}
    {L_FILENAME}
    {L_FILE_COMMENT} - - - - - -
      - - - - -
    -
    -
    {L_POSTED_ATTACHMENTS}
    {L_FILENAME}{attach_row.FILENAME}
    {L_FILE_COMMENT}{attach_row.S_HIDDEN} - - - - - -
      - - - - -
    -
    -
    - - - - - - -
    {L_INFORMATION}
    {L_DRAFT_LOADED_PM}{L_DRAFT_LOADED}
    - -
    - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_LOAD_DRAFT}
    {L_LOAD_DRAFT_EXPLAIN}
    {L_SAVE_DATE}{L_DRAFT_TITLE}{L_OPTIONS}
    {draftrow.DATE}{draftrow.DRAFT_SUBJECT} -
    {L_TOPIC}{L_COLON} {draftrow.TITLE} -
    {L_FORUM}{L_COLON} {draftrow.TITLE} -
    {L_PRIVATE_MESSAGE} -
    {L_NO_TOPIC_FORUM} -
    {L_LOAD_DRAFT}
    - -
    - - - - - - - - - - - - - - - - - - -
    {L_MOVE}
    {L_UNGLOBALISE_EXPLAIN}

    {L_SELECT_DESTINATION_FORUM}  


      
    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_POST_A}
    {ERROR}
    {L_ICON}{L_COLON} - - - - -
    {L_NO_TOPIC_ICON}{L_NO_PM_ICON}
    -
    {L_USERNAME}{L_COLON}
    {L_TO}{L_COLON} - {S_HIDDEN_ADDRESS_FIELD} - - - {to_recipient.NAME}{to_recipient.NAME_FULL}   - - - {L_NO_TO_RECIPIENT} - -
    {L_BCC}{L_COLON} - - - {bcc_recipient.NAME}{bcc_recipient.NAME_FULL}   - - - {L_NO_BCC_RECIPIENT} - -
    {L_SUBJECT}{L_COLON}
    {L_MESSAGE_BODY}{L_COLON}
    {L_MESSAGE_BODY_EXPLAIN} 

    - - - - - - - - - - - - - - - -
    {L_SMILIES}
    - - {smiley.SMILEY_CODE} - -
    {L_MORE_SMILIES}
    - -
    - - - - - - - - - - - - -
    -
    -
    {L_ATTACHMENTS}{L_COLON}  -
    {L_OPTIONS}{L_COLON}
    - - - - - - - - - - - - - - - - - - -
    {BBCODE_STATUS}
    {IMG_STATUS}
    {FLASH_STATUS}
    {URL_STATUS}
    {SMILIES_STATUS}
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_DISABLE_BBCODE}
    {L_DISABLE_SMILIES}
    {L_DISABLE_MAGIC_URL}
    {L_ATTACH_SIG}
    {L_NOTIFY_REPLY}
    {L_LOCK_TOPIC}
    {L_LOCK_POST} [{L_LOCK_POST_EXPLAIN}]
    {L_CHANGE_TOPIC_TO}{L_POST_TOPIC_AS}{L_COLON} {topic_type.L_TOPIC_TYPE}  
    -
    {L_DELETE_POST}{L_COLON} - - - - - - - - - - - -
    {L_DELETE_POST_WARN}
    {L_DELETE_POST_PERMANENTLY}
    -
    {L_STICK_TOPIC_FOR}{L_COLON}
    {L_STICKY_ANNOUNCE_TIME_LIMIT}
     {L_DAYS} {L_STICK_TOPIC_FOR_EXPLAIN}
    {L_EDIT_REASON}{L_COLON}
    - -   -   -   -   -
    {L_POLL_DELETE}{L_COLON}
    {S_HIDDEN_FIELDS} - -   - -   -   - -   -
    - - {S_FORM_TOKEN} - - -
    - - - - - - - - - - - - -
    - - - - - - - - -

    {L_WHO_IS_ONLINE}

    {LOGGED_IN_USER_LIST}
    - - -
    - - - - - -
    - - - diff --git a/phpBB/styles/subsilver2/template/posting_buttons.html b/phpBB/styles/subsilver2/template/posting_buttons.html deleted file mode 100644 index d1c0f79a16..0000000000 --- a/phpBB/styles/subsilver2/template/posting_buttons.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - -
    - - - - - - - - - - - - - - - - - - - - {L_FONT_SIZE}{L_COLON} -
    - - - - - - - -
    - - onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')" /> - -
    - - - - - - colspan="2"> - - {L_FONT_COLOR} - - - diff --git a/phpBB/styles/subsilver2/template/posting_poll_body.html b/phpBB/styles/subsilver2/template/posting_poll_body.html deleted file mode 100644 index 67996eaf33..0000000000 --- a/phpBB/styles/subsilver2/template/posting_poll_body.html +++ /dev/null @@ -1,36 +0,0 @@ - - - {L_ADD_POLL} - - - {L_ADD_POLL_EXPLAIN} - - - {L_POLL_QUESTION}{L_COLON} - - - - {L_POLL_OPTIONS}{L_COLON}
    {L_POLL_OPTIONS_EXPLAIN} - - - - {L_POLL_MAX_OPTIONS}{L_COLON}
    {L_POLL_MAX_OPTIONS_EXPLAIN} - - - - {L_POLL_FOR}{L_COLON} -  {L_DAYS} {L_POLL_FOR_EXPLAIN} - - - - {L_POLL_VOTE_CHANGE}{L_COLON}
    {L_POLL_VOTE_CHANGE_EXPLAIN} - - - - - - - {L_POLL_DELETE}{L_COLON} - checked="checked" /> - - diff --git a/phpBB/styles/subsilver2/template/posting_preview.html b/phpBB/styles/subsilver2/template/posting_preview.html deleted file mode 100644 index b0dbef6a5a..0000000000 --- a/phpBB/styles/subsilver2/template/posting_preview.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - - - - - - - -
    {L_PREVIEW}
    {MINI_POST_IMG}{L_POSTED}{L_COLON} {POST_DATE}     {L_POST_SUBJECT}{L_COLON} {PREVIEW_SUBJECT}

    - - - - - - - - - - -
    {POLL_QUESTION}
    {L_POLL_LENGTH}
    - - - - - - - -
    - - - - - - {poll_option.POLL_OPTION_CAPTION}
    -
    {L_MAX_VOTES}
    -
    - - - - -
    {PREVIEW_MESSAGE}
    - -

    - - - - - - - - - - -
    {L_ATTACHMENTS}{L_COLON}
    {attachment.DISPLAY_ATTACHMENT}
    - -
    _________________
    {PREVIEW_SIGNATURE}
    -
    - -
    diff --git a/phpBB/styles/subsilver2/template/posting_progress_bar.html b/phpBB/styles/subsilver2/template/posting_progress_bar.html deleted file mode 100644 index f9decc506b..0000000000 --- a/phpBB/styles/subsilver2/template/posting_progress_bar.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -
    - - - - -

    {L_UPLOAD_IN_PROGRESS}

    {PROGRESS_BAR}


    {L_CLOSE_WINDOW}

    -
    - - - diff --git a/phpBB/styles/subsilver2/template/posting_review.html b/phpBB/styles/subsilver2/template/posting_review.html deleted file mode 100644 index c118499564..0000000000 --- a/phpBB/styles/subsilver2/template/posting_review.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - - -
    {L_POST_REVIEW}
    {L_POST_REVIEW_EXPLAIN}
    - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_AUTHOR}{L_MESSAGE}
    {post_review_row.L_IGNORE_POST} - - - - -
    -
    - - - - - - - -
     {L_POST_SUBJECT}{L_COLON} {post_review_row.POST_SUBJECT} 
    -
    - - - - - - - -
    - - - - -
    {post_review_row.MESSAGE}
    - - -

    - - - - - - - - - - -
    {L_ATTACHMENTS}{L_COLON}
    {post_review_row.attachment.DISPLAY_ATTACHMENT}
    - - -
    -
    - - - - - - -
     {post_review_row.MINI_POST_IMG}{post_review_row.MINI_POST_IMG}{L_POSTED}{L_COLON} {post_review_row.POST_DATE}
    -
    -
    -
    - -
    diff --git a/phpBB/styles/subsilver2/template/posting_smilies.html b/phpBB/styles/subsilver2/template/posting_smilies.html deleted file mode 100644 index 7087414fa8..0000000000 --- a/phpBB/styles/subsilver2/template/posting_smilies.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - -
    - - - - - - - -
    {L_SMILIES}
    {smiley.SMILEY_CODE}
    - - {L_GOTO_PAGE} - - {pagination.PAGE_NUMBER} - {pagination.PAGE_NUMBER} - {L_ELLIPSIS} - {pagination.PAGE_NUMBER} - {pagination.PAGE_NUMBER} - - -
    - - {L_CLOSE_WINDOW}
    -
    - diff --git a/phpBB/styles/subsilver2/template/posting_topic_review.html b/phpBB/styles/subsilver2/template/posting_topic_review.html deleted file mode 100644 index 20976861fc..0000000000 --- a/phpBB/styles/subsilver2/template/posting_topic_review.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - -
    {L_TOPIC_REVIEW} - {TOPIC_TITLE}
    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_AUTHOR}{L_MESSAGE}
    {topic_review_row.L_IGNORE_POST} - - - - -
    -
    - - - - - - - -
     {L_POST_SUBJECT}{L_COLON} {topic_review_row.POST_SUBJECT} {QUOTE_IMG}
    -
    - - - - - - - -
    - - - - -
    - - - - {REPORTED_IMG} - -
    - -
    {topic_review_row.MESSAGE}
    - - -

    - - - - - - - - - - -
    {L_ATTACHMENTS}{L_COLON}
    {topic_review_row.attachment.DISPLAY_ATTACHMENT}
    - - - - - -
    -
    - - - - - - -
    [ {L_POST_DETAILS} ]{topic_review_row.MINI_POST_IMG}{topic_review_row.MINI_POST_IMG}{L_POSTED}{L_COLON} {topic_review_row.POST_DATE}
    -
    -
    -
    - -
    diff --git a/phpBB/styles/subsilver2/template/profilefields/bool.html b/phpBB/styles/subsilver2/template/profilefields/bool.html deleted file mode 100644 index f57bd4e4da..0000000000 --- a/phpBB/styles/subsilver2/template/profilefields/bool.html +++ /dev/null @@ -1,7 +0,0 @@ - - - {bool.options.VALUE}    - - checked="checked" /> - - diff --git a/phpBB/styles/subsilver2/template/profilefields/date.html b/phpBB/styles/subsilver2/template/profilefields/date.html deleted file mode 100644 index e2da2463a5..0000000000 --- a/phpBB/styles/subsilver2/template/profilefields/date.html +++ /dev/null @@ -1,5 +0,0 @@ - -{L_DAY}{L_COLON} -{L_MONTH}{L_COLON} -{L_YEAR}{L_COLON} - diff --git a/phpBB/styles/subsilver2/template/profilefields/dropdown.html b/phpBB/styles/subsilver2/template/profilefields/dropdown.html deleted file mode 100644 index 16242da895..0000000000 --- a/phpBB/styles/subsilver2/template/profilefields/dropdown.html +++ /dev/null @@ -1,5 +0,0 @@ - - - diff --git a/phpBB/styles/subsilver2/template/profilefields/int.html b/phpBB/styles/subsilver2/template/profilefields/int.html deleted file mode 100644 index 067921e320..0000000000 --- a/phpBB/styles/subsilver2/template/profilefields/int.html +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/phpBB/styles/subsilver2/template/profilefields/string.html b/phpBB/styles/subsilver2/template/profilefields/string.html deleted file mode 100644 index 5a98562e2a..0000000000 --- a/phpBB/styles/subsilver2/template/profilefields/string.html +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/phpBB/styles/subsilver2/template/profilefields/text.html b/phpBB/styles/subsilver2/template/profilefields/text.html deleted file mode 100644 index df2474ad3e..0000000000 --- a/phpBB/styles/subsilver2/template/profilefields/text.html +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/phpBB/styles/subsilver2/template/profilefields/url.html b/phpBB/styles/subsilver2/template/profilefields/url.html deleted file mode 100644 index 42805aa98d..0000000000 --- a/phpBB/styles/subsilver2/template/profilefields/url.html +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/phpBB/styles/subsilver2/template/quickreply_editor.html b/phpBB/styles/subsilver2/template/quickreply_editor.html deleted file mode 100644 index 5afc723f48..0000000000 --- a/phpBB/styles/subsilver2/template/quickreply_editor.html +++ /dev/null @@ -1,29 +0,0 @@ -
    - - - - - - - - - - - - - - - - - - -
    {L_QUICKREPLY}
    {L_SUBJECT}{L_COLON}
    {L_MESSAGE}{L_COLON}
    -   - - - {S_FORM_TOKEN} - {QR_HIDDEN_FIELDS} -
    - -
    -
    diff --git a/phpBB/styles/subsilver2/template/report_body.html b/phpBB/styles/subsilver2/template/report_body.html deleted file mode 100644 index 906a957ef4..0000000000 --- a/phpBB/styles/subsilver2/template/report_body.html +++ /dev/null @@ -1,49 +0,0 @@ - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_REPORT_POST}{L_REPORT_MESSAGE}
    {ERROR}
    {L_REPORT_POST_EXPLAIN}{L_REPORT_MESSAGE_EXPLAIN}
    {L_REASON}{L_COLON}
    {L_REPORT_NOTIFY}{L_COLON}
    {L_REPORT_NOTIFY_EXPLAIN}
    checked="checked" />  {L_YES}   checked="checked" />  {L_NO}
    {L_MORE_INFO}{L_COLON}
    {L_CAN_LEAVE_BLANK}
     
    -{S_FORM_TOKEN} -
    - -
    - - - -
    - - diff --git a/phpBB/styles/subsilver2/template/search_body.html b/phpBB/styles/subsilver2/template/search_body.html deleted file mode 100644 index c0199fbae8..0000000000 --- a/phpBB/styles/subsilver2/template/search_body.html +++ /dev/null @@ -1,95 +0,0 @@ - - -
    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_SEARCH_QUERY}
    {L_SEARCH_KEYWORDS}{L_COLON}
    {L_SEARCH_KEYWORDS_EXPLAIN}

    {L_SEARCH_ALL_TERMS}
    {L_SEARCH_ANY_TERMS}
    {L_SEARCH_AUTHOR}{L_COLON}
    {L_SEARCH_AUTHOR_EXPLAIN}
    {L_SEARCH_FORUMS}{L_COLON}
    {L_SEARCH_FORUMS_EXPLAIN}
    {L_SEARCH_OPTIONS}
    {L_SEARCH_SUBFORUMS}{L_COLON} {L_YES}   {L_NO}{L_SEARCH_WITHIN}{L_COLON} {L_SEARCH_TITLE_MSG}
    {L_SEARCH_MSG_ONLY}
    {L_SEARCH_TITLE_ONLY}
    {L_SEARCH_FIRST_POST}
    {L_RESULT_SORT}{L_COLON} {S_SELECT_SORT_KEY}
    {L_SORT_ASCENDING}
    {L_SORT_DESCENDING}
    {L_DISPLAY_RESULTS}{L_COLON} {L_POSTS}   {L_TOPICS}
    {L_RESULT_DAYS}{L_COLON} {S_SELECT_SORT_DAYS}{L_RETURN_FIRST}{L_COLON} {L_POST_CHARACTERS}
    {S_HIDDEN_FIELDS}  
    - -
    - -
    - - - - - - - - - - - - - -
    {L_RECENT_SEARCHES}
    {recentsearch.KEYWORDS}{recentsearch.TIME}
    - -
    - - -
    - - - -
    - -
    - - - - diff --git a/phpBB/styles/subsilver2/template/search_results.html b/phpBB/styles/subsilver2/template/search_results.html deleted file mode 100644 index 23d0b3a146..0000000000 --- a/phpBB/styles/subsilver2/template/search_results.html +++ /dev/null @@ -1,160 +0,0 @@ - - -
    - - - - - - - - - -
    {SEARCH_TITLE}{SEARCH_MATCHES}
    {L_SEARCHED_TOPIC}{L_COLON} {SEARCH_TOPIC}
    {L_SEARCHED_FOR}{L_COLON} {SEARCH_WORDS} {L_IGNORED_TERMS}{L_COLON} {IGNORED_WORDS}
    {L_SEARCH_IN_RESULTS}{L_COLON}
    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      {L_TOPICS}  {L_AUTHOR}  {L_REPLIES}  {L_VIEWS}  {L_LAST_POST} 
    {searchresults.TOPIC_FOLDER_IMG} - - - - - - {NEWEST_POST_IMG} - {searchresults.ATTACH_ICON_IMG} {searchresults.TOPIC_TITLE} - - {searchresults.UNAPPROVED_IMG}  - - - {DELETED_IMG}  - - - {REPORTED_IMG}  - - -

    [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON} - - - {searchresults.pagination.PAGE_NUMBER} - {L_ELLIPSIS} - - {searchresults.pagination.PAGE_NUMBER} - - - ]

    - -

    {L_IN} {searchresults.FORUM_TITLE}

    - -

    {searchresults.TOPIC_AUTHOR_FULL}

    {searchresults.TOPIC_REPLIES}

    {searchresults.TOPIC_VIEWS}

    -

    {searchresults.LAST_POST_TIME}

    -

    {searchresults.LAST_POST_AUTHOR_FULL} - {LAST_POST_IMG} -

    -
    {L_NO_SEARCH_RESULTS}
    {L_DISPLAY_POSTS}{L_COLON} {S_SELECT_SORT_DAYS} {L_SORT_BY}{L_COLON} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} 
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_AUTHOR}{L_MESSAGE}
    {searchresults.L_IGNORE_POST}

     {L_FORUM}{L_COLON} {searchresults.FORUM_TITLE}   {L_TOPIC}{L_COLON} {searchresults.TOPIC_TITLE}

    - - - - -
    -
    - -  {L_POST_SUBJECT}{L_COLON} {searchresults.POST_SUBJECT} - - [ {L_JUMP_TO_POST} ] - -
    -
    {L_POSTED}{L_COLON} {searchresults.POST_DATE} 
    -
    -

    {L_REPLIES}{L_COLON} {searchresults.TOPIC_REPLIES}
    {L_VIEWS}{L_COLON} {searchresults.TOPIC_VIEWS}


    - - - - -
    {searchresults.MESSAGE}
    -
    {L_NO_SEARCH_RESULTS}
    {L_SORT_BY}{L_COLON} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} 
    - - -
    - -
    {PAGE_NUMBER} [ {SEARCH_MATCHES} ]
    - - -

    - - - -
    - -
    - - diff --git a/phpBB/styles/subsilver2/template/searchbox.html b/phpBB/styles/subsilver2/template/searchbox.html deleted file mode 100644 index 49de299ea2..0000000000 --- a/phpBB/styles/subsilver2/template/searchbox.html +++ /dev/null @@ -1 +0,0 @@ -
    {L_SEARCH_FOR}{L_COLON} {S_SEARCH_LOCAL_HIDDEN_FIELDS}
    diff --git a/phpBB/styles/subsilver2/template/simple_footer.html b/phpBB/styles/subsilver2/template/simple_footer.html deleted file mode 100644 index d69c56fb8c..0000000000 --- a/phpBB/styles/subsilver2/template/simple_footer.html +++ /dev/null @@ -1,15 +0,0 @@ - -
    - -
    - {CREDIT_LINE} -
    - - - - - - -{$SCRIPTS} - - diff --git a/phpBB/styles/subsilver2/template/simple_header.html b/phpBB/styles/subsilver2/template/simple_header.html deleted file mode 100644 index 0c3dff4a05..0000000000 --- a/phpBB/styles/subsilver2/template/simple_header.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - -{META} -{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE} - - - - - - -{$STYLESHEETS} - - - - - - - - -
    diff --git a/phpBB/styles/subsilver2/template/timezone.js b/phpBB/styles/subsilver2/template/timezone.js deleted file mode 100644 index c5829c0bb1..0000000000 --- a/phpBB/styles/subsilver2/template/timezone.js +++ /dev/null @@ -1,21 +0,0 @@ -(function($) { // Avoid conflicts with other libraries - -"use strict"; - -$('#tz_date').change(function() { - phpbb.timezoneSwitchDate(false); -}); - -$('#tz_select_date_suggest').click(function(){ - phpbb.timezonePreselectSelect(true); -}); - -$(document).ready( - phpbb.timezoneEnableDateSelection -); - -$(document).ready( - phpbb.timezonePreselectSelect($('#tz_select_date_suggest').attr('timezone-preselect') == 'true') -); - -})(jQuery); // Avoid conflicts with other libraries diff --git a/phpBB/styles/subsilver2/template/timezone_option.html b/phpBB/styles/subsilver2/template/timezone_option.html deleted file mode 100644 index 0f27719f86..0000000000 --- a/phpBB/styles/subsilver2/template/timezone_option.html +++ /dev/null @@ -1,20 +0,0 @@ - - {L_BOARD_TIMEZONE}{L_COLON} - - - - - - - - - diff --git a/phpBB/styles/subsilver2/template/ucp_agreement.html b/phpBB/styles/subsilver2/template/ucp_agreement.html deleted file mode 100644 index fca7eb2368..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_agreement.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - -
    - - - - -
    {L_LANGUAGE}{L_COLON}
    - {S_HIDDEN_FIELDS} -
    - - -
    - - - - - - - - -
    {SITENAME} - {L_REGISTRATION}
    - - - - - - - - -

    {L_COPPA_BIRTHDAY}

    {L_COPPA_NO} :: {L_COPPA_YES}

    - -
    {L_TERMS_OF_USE}

    - -
    -

    - -
    -
    -
    - {S_HIDDEN_FIELDS} - {S_FORM_TOKEN} -
    - - - - - - - - - - -
    {SITENAME} - {AGREEMENT_TITLE}
    - - - - -
    -
    {AGREEMENT_TEXT}

    -
    - {L_BACK} -
    -
    -
    - - - - diff --git a/phpBB/styles/subsilver2/template/ucp_attachments.html b/phpBB/styles/subsilver2/template/ucp_attachments.html deleted file mode 100644 index 0f6101aac7..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_attachments.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    #{L_FILENAME}{L_POST_TIME}{L_FILESIZE}{L_DOWNLOADS}{L_DELETE}
    - - - - - - -
     [ {TOTAL_ATTACHMENTS} ] 
    -
     {attachrow.ROW_NUMBER} {attachrow.FILENAME}
    {L_PM}{L_COLON} {L_TOPIC}{L_COLON} {attachrow.TOPIC_TITLE}
     {attachrow.POST_TIME} {attachrow.SIZE}{attachrow.DOWNLOAD_COUNT}
    {L_SORT_BY}{L_COLON}  
     
    - - - - - - - - - - - - -
    {L_TITLE}
    {L_UCP_NO_ATTACHMENTS}
    - - - - diff --git a/phpBB/styles/subsilver2/template/ucp_auth_link.html b/phpBB/styles/subsilver2/template/ucp_auth_link.html deleted file mode 100644 index 75e3133fcf..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_auth_link.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - -
    {L_UCP_AUTH_LINK_TITLE}
    {ERROR}
    - - diff --git a/phpBB/styles/subsilver2/template/ucp_auth_link_oauth.html b/phpBB/styles/subsilver2/template/ucp_auth_link_oauth.html deleted file mode 100644 index 80564d207b..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_auth_link_oauth.html +++ /dev/null @@ -1,34 +0,0 @@ - - - {oauth.SERVICE_NAME} - - - - -
    - - - - - - - - - - - - - - - - - - -
    {L_UCP_AUTH_LINK_ID}{L_COLON}{oauth.UNIQUE_ID}
     
    {L_UCP_AUTH_LINK_ASK}
    - {oauth.HIDDEN_FIELDS} - {S_HIDDEN_FIELDS} - {S_FORM_TOKEN} -
    - - - diff --git a/phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html b/phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html deleted file mode 100644 index b8840e0aab..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - -
    {L_GRAVATAR_AVATAR_EMAIL}{L_COLON}
    {L_GRAVATAR_AVATAR_EMAIL_EXPLAIN}
    {L_GRAVATAR_AVATAR_SIZE}{L_COLON}
    {L_GRAVATAR_AVATAR_SIZE_EXPLAIN}
    - {L_PIXEL} ×  - {L_PIXEL} -
    diff --git a/phpBB/styles/subsilver2/template/ucp_avatar_options_local.html b/phpBB/styles/subsilver2/template/ucp_avatar_options_local.html deleted file mode 100644 index 7beddfc109..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_avatar_options_local.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - -
    {L_AVATAR_CATEGORY}{L_COLON}   -
    - - - - - - - - - - - - - - - - - -
    {avatar_local_col.avatar_local_col.AVATAR_NAME}
    {L_NO_AVATAR_CATEGORY}
    -
    {L_NO_AVATARS}
    diff --git a/phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html b/phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html deleted file mode 100644 index 50ebb9b93d..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - -
    {L_LINK_REMOTE_AVATAR}{L_COLON}
    {L_LINK_REMOTE_AVATAR_EXPLAIN}
    {L_LINK_REMOTE_SIZE}{L_COLON}
    {L_LINK_REMOTE_SIZE_EXPLAIN}
    {L_PIXEL} × {L_PIXEL}
    diff --git a/phpBB/styles/subsilver2/template/ucp_avatar_options_upload.html b/phpBB/styles/subsilver2/template/ucp_avatar_options_upload.html deleted file mode 100644 index 6b813baeaa..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_avatar_options_upload.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - -
    {L_UPLOAD_AVATAR_FILE}{L_COLON}
    {L_UPLOAD_AVATAR_URL}{L_COLON}
    {L_UPLOAD_AVATAR_URL_EXPLAIN}
    diff --git a/phpBB/styles/subsilver2/template/ucp_footer.html b/phpBB/styles/subsilver2/template/ucp_footer.html deleted file mode 100644 index 57adb2da97..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_footer.html +++ /dev/null @@ -1,13 +0,0 @@ - - {S_FORM_TOKEN} - - -{S_FORM_TOKEN} - -
    - - - -
    - - diff --git a/phpBB/styles/subsilver2/template/ucp_groups_manage.html b/phpBB/styles/subsilver2/template/ucp_groups_manage.html deleted file mode 100644 index 55c1c20528..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_groups_manage.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - -
    -

    {L_WARNING}

    -

    {ERROR_MSG}

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_USERGROUPS}
    {L_GROUPS_EXPLAIN}
    {L_GROUP_DETAILS}
    for="group_name">{L_GROUP_NAME}{L_COLON} style="color: #{GROUP_COLOUR};">{GROUP_NAME}
    -
    checked="checked" /> {L_PARSE_BBCODE}   checked="checked" /> {L_PARSE_SMILIES}   checked="checked" /> {L_PARSE_URLS} -

    {L_GROUP_TYPE_EXPLAIN}
    - {L_GROUP_OPEN}   - {L_GROUP_REQUEST}   - {L_GROUP_CLOSED}   - {L_GROUP_HIDDEN} -
    {L_GROUP_SETTINGS_SAVE}

    {L_GROUP_COLOR_EXPLAIN}
    -    - [ {L_COLOUR_SWATCH} ] - -
    {L_GROUP_AVATAR}

    {L_AVATAR_EXPLAIN}
    {AVATAR_IMAGE}

     {L_DELETE_AVATAR}
    {L_AVATAR_FEATURES_DISABLED}
    {L_AVATAR_SELECT}
    {L_AVATAR_TYPE}{L_COLON} -
    {avatar_drivers.L_EXPLAIN}
    {avatar_drivers.OUTPUT}
    {S_HIDDEN_FIELDS}  -
    - - - - - -

    {L_GROUP_MEMBERS}

    - -

    {L_GROUP_MEMBERS_EXPLAIN}

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_USERNAME}{L_GROUP_DEFAULT}{L_JOINED}{L_POSTS}{L_MARK}
    {L_GROUP_LEAD}
    {leader.USERNAME_FULL}{L_YES}{L_NO}{leader.JOINED}{leader.USER_POSTS}
    {L_GROUP_PENDING}
    {L_GROUP_APPROVED}
    {member.USERNAME_FULL}{L_YES}{L_NO}{member.JOINED}{member.USER_POSTS}
    {L_GROUPS_NO_MEMBERS}
    - - - -
    -
    - -

    {L_ADD_USERS}

    - -

    {L_ADD_USERS_UCP_EXPLAIN}

    - - - - - - - - - - - - - - - - -
    {L_ADD_USERS}

    {L_USER_GROUP_DEFAULT_EXPLAIN}
    {L_YES}   {L_NO}

    {L_USERNAMES_EXPLAIN}

    [ {L_FIND_USERNAME} ]
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_USERGROUPS}
    {L_GROUPS_EXPLAIN}
    {L_GROUP_DETAILS}{L_OPTIONS}
    {L_GROUP_LEADER}
    style="color: #{leader.GROUP_COLOUR};">{leader.GROUP_NAME}

    {leader.GROUP_DESC}

    {L_EDIT}{L_GROUP_LIST}
    {L_NO_LEADERS}
     
    - - - - diff --git a/phpBB/styles/subsilver2/template/ucp_groups_membership.html b/phpBB/styles/subsilver2/template/ucp_groups_membership.html deleted file mode 100644 index 846d48007e..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_groups_membership.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_USERGROUPS}
    {L_GROUPS_EXPLAIN}
    {L_GROUP_DETAILS}{L_SELECT}
    {L_GROUP_LEADER}
    checked="checked" value="{leader.GROUP_ID}" /> - style="color: #{leader.GROUP_COLOUR};">{leader.GROUP_NAME} -
    {leader.GROUP_DESC} -
    {leader.GROUP_STATUS} -
    {L_GROUP_MEMBER}
    checked="checked" value="{member.GROUP_ID}" /> - style="color: #{member.GROUP_COLOUR};">{member.GROUP_NAME} -
    {member.GROUP_DESC} -
    {member.GROUP_STATUS} -
    {L_GROUP_PENDING}
      - style="color: #{pending.GROUP_COLOUR};">{pending.GROUP_NAME} -
    {pending.GROUP_DESC} -
    {pending.GROUP_STATUS} -
    {L_GROUP_NONMEMBER}
      - style="color: #{nonmember.GROUP_COLOUR};">{nonmember.GROUP_NAME} -
    {nonmember.GROUP_DESC} -
    {nonmember.GROUP_STATUS} -
    {L_SELECT}{L_COLON}   
    - - diff --git a/phpBB/styles/subsilver2/template/ucp_header.html b/phpBB/styles/subsilver2/template/ucp_header.html deleted file mode 100644 index e3aaef6943..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_header.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - -
    - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_PM_TO}
    {L_USERNAME}{L_COLON}
    [ {L_FIND_USERNAME} ]
     
    {L_USERNAMES}{L_COLON}

    - [ {L_FIND_USERNAME} ] -
    {L_USERGROUPS}{L_COLON}
      
      
    -
    - - - - - - - - - - - - - -
    {L_OPTIONS}
    {l_block1.L_TITLE} - - - - - - - -
    - - - - - - - -
    {l_block1.L_TITLE} - -
    - -
    - - - - - - - - - - - - - - - - -
    {L_MESSAGE_COLOURS}
    {pm_colour_info.LANG}{pm_colour_info.IMG}{pm_colour_info.LANG}
    - -
    - - - - - - - - - - -
    {L_FRIENDS}
    - - {L_FRIENDS_ONLINE} - - - -
    - - {L_FRIENDS_OFFLINE} - - - -
    - - -
    diff --git a/phpBB/styles/subsilver2/template/ucp_login_link.html b/phpBB/styles/subsilver2/template/ucp_login_link.html deleted file mode 100644 index 5d8e3ee27b..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_login_link.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - -
    {SITENAME} - {L_LOGIN_LINK}
    {L_LOGIN_LINK_EXPLAIN}
    {LOGIN_LINK_ERROR}
    - - - - - - - - - -
    {L_REGISTER}
    {S_HIDDEN_FIELDS}
    - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - {S_LOGIN_REDIRECT} - - - - -
    {L_LOGIN}
    {LOGIN_ERROR}
     {S_HIDDEN_FIELDS}
    -
    -
    - - diff --git a/phpBB/styles/subsilver2/template/ucp_main_bookmarks.html b/phpBB/styles/subsilver2/template/ucp_main_bookmarks.html deleted file mode 100644 index e91417503f..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_main_bookmarks.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_UCP}
    {L_BOOKMARKS_EXPLAIN}
    {L_BOOKMARKS}
    {L_BOOKMARKS_DISABLED}
    - - - - - - -
     [ {TOTAL_TOPICS} ] 
    -
    {topicrow.TOPIC_FOLDER_IMG}{L_DELETED_TOPIC} -

    {NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TITLE}

    - {L_GLOBAL_ANNOUNCEMENT}{L_FORUM}{L_COLON} {topicrow.FORUM_NAME} - -

    [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON} - - - {topicrow.pagination.PAGE_NUMBER} - {L_ELLIPSIS} - - {topicrow.pagination.PAGE_NUMBER} - - - ]

    - -
    -

    {topicrow.LAST_POST_TIME}

    -

    {topicrow.LAST_POST_AUTHOR_FULL} - {LAST_POST_IMG} -

    -
    {L_NO_BOOKMARKS}
     
    - - - - - - diff --git a/phpBB/styles/subsilver2/template/ucp_main_drafts.html b/phpBB/styles/subsilver2/template/ucp_main_drafts.html deleted file mode 100644 index d63d678250..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_main_drafts.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_UCP}
    {L_DRAFTS_EXPLAIN}
    {ERROR}
    {L_SAVE_DATE}{L_DRAFT_TITLE}{L_OPTIONS}{L_DELETE}
    {draftrow.DATE} -

    {draftrow.DRAFT_SUBJECT}

    - {L_TOPIC}{L_COLON} {draftrow.TITLE} - {L_FORUM}{L_COLON} {draftrow.TITLE} - {L_PRIVATE_MESSAGE} - {L_NO_TOPIC_FORUM} -
    {L_LOAD_DRAFT}
    {L_VIEW_EDIT}
    {L_NO_SAVED_DRAFTS}
     
    {L_SUBJECT}{L_COLON}
    {L_MESSAGE}{L_COLON}
    {L_EDIT_DRAFT_EXPLAIN}
    - - - - - - - - - -
    - - - - -
    -
    -
    -

    {L_BACK_TO_DRAFTS}

    {S_HIDDEN_FIELDS}  
    - - diff --git a/phpBB/styles/subsilver2/template/ucp_main_front.html b/phpBB/styles/subsilver2/template/ucp_main_front.html deleted file mode 100644 index 5dea2b4f03..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_main_front.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_UCP}

    {L_UCP_WELCOME}

    {L_IMPORTANT_NEWS}
    {topicrow.TOPIC_FOLDER_IMG} -

    {NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TITLE}

    {topicrow.GOTO_PAGE}

    -
    -

    {topicrow.LAST_POST_TIME}

    -

    {topicrow.LAST_POST_AUTHOR_FULL} - {LAST_POST_IMG} -

    -
    {L_NO_IMPORTANT_NEWS}
    {L_YOUR_DETAILS}
    - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_JOINED}{L_COLON} {JOINED}
    {L_TOTAL_POSTS}{L_COLON} {POSTS}
    [{POSTS_PCT} / {POSTS_DAY}]
    {L_SEARCH_YOUR_POSTS}
    {POSTS}
    {L_ACTIVE_IN_FORUM}{L_COLON} {ACTIVE_FORUM}
    [ {ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT} ]-
    {L_ACTIVE_IN_TOPIC}{L_COLON} {ACTIVE_TOPIC}
    [ {ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT} ]-
    {L_YOUR_WARNINGS}{L_COLON} {WARNING_IMG} [ {WARNINGS} ]
    -
     
    - - diff --git a/phpBB/styles/subsilver2/template/ucp_main_subscribed.html b/phpBB/styles/subsilver2/template/ucp_main_subscribed.html deleted file mode 100644 index c6ae1b6cab..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_main_subscribed.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_UCP}
    {L_WATCHED_EXPLAIN}
    {L_WATCHED_FORUMS}
    {forumrow.FORUM_FOLDER_IMG}

    {forumrow.FORUM_NAME}

    {forumrow.LAST_POST_TIME}
    {forumrow.LAST_POST_AUTHOR_FULL} {LAST_POST_IMG}{L_NO_POSTS}
    {L_NO_WATCHED_FORUMS}
    {L_WATCHED_TOPICS}
    - - - - - - -
     [ {TOTAL_TOPICS} ] 
    -
    {topicrow.TOPIC_FOLDER_IMG} -

    - {NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG}{topicrow.TOPIC_TITLE} -

    - {L_GLOBAL_ANNOUNCEMENT}{L_FORUM}{L_COLON} {topicrow.FORUM_NAME} - -

    [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON} - - - {topicrow.pagination.PAGE_NUMBER} - {L_ELLIPSIS} - - {topicrow.pagination.PAGE_NUMBER} - - - ]

    - -
    -

    {topicrow.LAST_POST_TIME}

    -

    {topicrow.LAST_POST_AUTHOR_FULL} - {LAST_POST_IMG} -

    -
    {L_NO_WATCHED_TOPICS}
     
    - - - - - diff --git a/phpBB/styles/subsilver2/template/ucp_notifications.html b/phpBB/styles/subsilver2/template/ucp_notifications.html deleted file mode 100644 index b0d2925b68..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_notifications.html +++ /dev/null @@ -1,141 +0,0 @@ - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {TITLE}
    {TITLE_EXPLAIN}
    {L_NOTIFICATION_TYPE}{L_NOTIFICATIONS}{notification_methods.NAME}
    {notification_types.GROUP_NAME}
    - {notification_types.NAME} -
       {notification_types.EXPLAIN} -
    checked="checked" /> checked="checked" />
    - - {S_HIDDEN_FIELDS} -    - - {S_FORM_TOKEN} -
    - - - - - -
    - - - - - -
    - - - - - - -
     {L_NOTIFICATIONS} [ {TOTAL_COUNT}
    - -
    -
    - -
    - - - - - - - - - - - - - - - - - - -
    - - - - -
    -
    {L_NOTIFICATIONS}{L_MARK_READ}
    - {notification_list.AVATAR} - - - - {notification_list.FORMATTED_TITLE} {notification_list.REFERENCE} -
    - {notification_list.FORUM}
    - {notification_list.REASON}
    - {notification_list.TIME} -
    -
    - disabled="disabled" /> -
    - - {S_HIDDEN_FIELDS} - - {S_FORM_TOKEN} -
    -
    - - - - - - -
    - - - - -
    - -
    -
    - - - - - - - -
    - - diff --git a/phpBB/styles/subsilver2/template/ucp_pm_history.html b/phpBB/styles/subsilver2/template/ucp_pm_history.html deleted file mode 100644 index c07edb0f68..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_pm_history.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - -
    {L_MESSAGE_HISTORY}
    - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_AUTHOR}{L_MESSAGE}
    - - - - -
    -
    class="current"> -
    {L_PM_SUBJECT}{L_COLON} {history_row.SUBJECT}
    {L_FOLDER}{L_COLON} {history_row.FOLDER}
    -
    - - - - - - - -
    - - - - -
    {history_row.MESSAGE}{L_MESSAGE_REMOVED_FROM_OUTBOX}
    -
    - - - - - - -
     {history_row.MINI_POST_IMG}{L_SENT_AT}{L_COLON} {history_row.SENT_DATE}
    -
    -
    {L_VIEW_PM}
    -
    - -
    diff --git a/phpBB/styles/subsilver2/template/ucp_pm_message_footer.html b/phpBB/styles/subsilver2/template/ucp_pm_message_footer.html deleted file mode 100644 index 20c5c7fe9f..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_pm_message_footer.html +++ /dev/null @@ -1,47 +0,0 @@ - - - {S_FORM_TOKEN} - - - - - - - -
    - - - - - -
    - - - {L_PRINT_PM} | - {L_FORWARD_PM} - | {L_REPLY_TO_ALL} - - - - - -
    - - - -   - {S_FORM_TOKEN} -
    - - -
    - {L_DISPLAY_MESSAGES}{L_COLON} {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} - {S_FORM_TOKEN} -
    - -
    -
    - - - - diff --git a/phpBB/styles/subsilver2/template/ucp_pm_message_header.html b/phpBB/styles/subsilver2/template/ucp_pm_message_header.html deleted file mode 100644 index 370fa673dd..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_pm_message_header.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - -
    - - - - - -
    - - - - - - - - - - -
     [ {FOLDER_CUR_MESSAGES}/{FOLDER_MAX_MESSAGES} {L_MESSAGES} ({FOLDER_PERCENT}%) ]  [ {FOLDER_CUR_MESSAGES} {L_MESSAGES} ] 
    - - - - - - {L_VIEW_PREVIOUS_HISTORY} | {L_VIEW_NEXT_HISTORY} | - {L_VIEW_PREVIOUS_PM} | {L_VIEW_NEXT_PM}  - - -
    -
    diff --git a/phpBB/styles/subsilver2/template/ucp_pm_options.html b/phpBB/styles/subsilver2/template/ucp_pm_options.html deleted file mode 100644 index beb867c75a..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_pm_options.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - - -
    - {ERROR_MESSAGE} - {NOTIFICATION_MESSAGE} -
    -
    - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_ADD_NEW_RULE}
    {L_IF}{L_COLON}{CHECK_CURRENT} 
     {RULE_CURRENT} 
      - - - - -  [ {L_FIND_USERNAME} ] - - {L_NO_GROUPS} - - - {COND_CURRENT} - - -  
     {ACTION_CURRENT} 
    - -
    - - - - - - - - - - - - - - - - - - - -
    {L_DEFINED_RULES}
    #{rule.COUNT}{L_IF} {rule.CHECK}{rule.RULE}{rule.STRING}{rule.ACTION} -> {rule.FOLDER}
    {L_NO_RULES_DEFINED}
    - -
    - - - - - - - - - - - - - - - - - -
    {L_RENAME_FOLDER}
    {L_RENAME_FOLDER}{L_COLON}
    {L_NEW_FOLDER_NAME}{L_COLON}
    - -
    - - - - - - - - - - - - - - - - - - - - -
    {L_ADD_FOLDER}
    {L_MAX_FOLDER_REACHED}
    {L_ADD_FOLDER}{L_COLON}
    - - -
    - - - - - - - - - - - - - - - - - - - - - - - -
    {L_REMOVE_FOLDER}
    {L_REMOVE_FOLDER}{L_COLON} {L_AND}
      {L_MOVE_DELETED_MESSAGES_TO}  
      {L_DELETE_MESSAGES_IN_FOLDER}
     
    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_FOLDER_OPTIONS}
    {L_IF_FOLDER_FULL}{L_COLON}  {L_DELETE_OLDEST_MESSAGES}
      {L_MOVE_TO_FOLDER}{L_COLON}
      {L_HOLD_NEW_MESSAGES}
    {L_DEFAULT_ACTION}{L_COLON}
    {L_DEFAULT_ACTION_EXPLAIN}
    {DEFAULT_ACTION}
    -{S_FORM_TOKEN} -
    - diff --git a/phpBB/styles/subsilver2/template/ucp_pm_viewfolder.html b/phpBB/styles/subsilver2/template/ucp_pm_viewfolder.html deleted file mode 100644 index edcf553b84..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_pm_viewfolder.html +++ /dev/null @@ -1,131 +0,0 @@ - - -
    - - - - - -
    - - - - - - - -
    - - - - - - - - - - - - - - - - - -
    {L_OPTIONS}
    {L_DELIMITER}{L_COLON}
    {L_ENCLOSURE}{L_COLON}
      
    - {S_FORM_TOKEN} - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - {RULE_REMOVED_MESSAGES} -
    - - - {NOT_MOVED_MESSAGES}
    {RELEASE_MESSAGE_INFO} - -
     {L_SUBJECT}  {L_RECIPIENTS}{L_AUTHOR}  {L_SENT_AT}  {L_MARK} 
    {messagerow.FOLDER_IMG}{messagerow.PM_ICON_IMG} - -   - - {messagerow.PM_IMG}  - - - - {messagerow.ATTACH_ICON_IMG} - - {L_MESSAGE_REMOVED_FROM_OUTBOX}
    - {L_DELETE_MESSAGE} - - {messagerow.SUBJECT} - - - {REPORTED_IMG}  - - -
    {L_PM_FROM_REMOVED_AUTHOR} - -

    {messagerow.RECIPIENTS}{messagerow.MESSAGE_AUTHOR_FULL}

    {messagerow.SENT_TIME}

    - - {L_USER_NEW_PERMISSION_DISALLOWED}{L_NO_AUTH_SEND_MESSAGE} - - {L_NO_MESSAGES} - -
    - - - - - - - -
    - -
     
    -
      
    - -
    - -
    - - - - -
    - -
    - - diff --git a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage.html b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage.html deleted file mode 100644 index 9536b1f8c5..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage.html +++ /dev/null @@ -1,136 +0,0 @@ - - -
    - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_PM_SUBJECT}{L_COLON}{SUBJECT}
    {L_PM_FROM}{L_COLON}{MESSAGE_AUTHOR_FULL}
    {L_SENT_AT}{L_COLON}{SENT_DATE}
    {L_TO}{L_COLON} - - {to_recipient.NAME}{to_recipient.NAME_FULL}  - -
    {L_BCC}{L_COLON} - - {bcc_recipient.NAME}{bcc_recipient.NAME_FULL}  - -
    - -
    - - - - - - - - - - - - - - - - - - - - - - -
    {L_MESSAGE}
    - - - - -
    -
    {MESSAGE}
    - - -

    - - - - - - - - - - -
    {L_ATTACHMENTS}{L_COLON}
    {attachment.DISPLAY_ATTACHMENT}
    - - - -

    {L_DOWNLOAD_NOTICE}
    - - -
    _________________
    {SIGNATURE}
    - - - {EDITED_MESSAGE} - - -

    - - - - - -
    {REPORT_IMG} {DELETE_IMG}
    - -
    -
    - - -
    - -
    - - -
    - -
    - - - - diff --git a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html deleted file mode 100644 index f70f39f9d8..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - -{SITENAME} :: {PAGE_TITLE} - - - - - - - - - - - - - - - - - -
    {SITENAME}
    {L_PRIVATE_MESSAGING}

    {SUBJECT}
    {PAGE_NUMBER}
    - -
    - - - - - - - - - - - - - - - - - - - - - - - -
    {L_PM_FROM}{L_COLON} {MESSAGE_AUTHOR} [ {SENT_DATE} ]
    {L_TO}{L_COLON} - - class="sep">{to_recipient.NAME}  - -
    {L_BCC}{L_COLON} - - class="sep">{bcc_recipient.NAME}  - -

    {MESSAGE}
    - -
    - - - - - - - - - -
    {PAGE_NUMBER}{S_TIMEZONE}
    Powered by phpBB® Forum Software © phpBB Limited
    https://www.phpbb.com/
    - - - diff --git a/phpBB/styles/subsilver2/template/ucp_prefs_personal.html b/phpBB/styles/subsilver2/template/ucp_prefs_personal.html deleted file mode 100644 index 1c76e3226d..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_prefs_personal.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_TITLE}
    {ERROR}
    {L_SHOW_EMAIL}{L_COLON} checked="checked" />{L_YES}   checked="checked" />{L_NO}
    {L_ADMIN_EMAIL}{L_COLON} checked="checked" />{L_YES}   checked="checked" />{L_NO}
    {L_ALLOW_PM}{L_COLON}
    {L_ALLOW_PM_EXPLAIN}
    checked="checked" />{L_YES}   checked="checked" />{L_NO}
    {L_HIDE_ONLINE}{L_COLON}
    {L_HIDE_ONLINE_EXPLAIN}
    checked="checked" />{L_YES}   checked="checked" />{L_NO}
    {L_NOTIFY_METHOD}{L_COLON}
    {L_NOTIFY_METHOD_EXPLAIN}
    checked="checked" />{L_NOTIFY_METHOD_EMAIL}   checked="checked" />{L_NOTIFY_METHOD_IM}   checked="checked" />{L_NOTIFY_METHOD_BOTH}
    {L_BOARD_LANGUAGE}{L_COLON}
    {L_BOARD_STYLE}{L_COLON}
    {L_BOARD_DATE_FORMAT}{L_COLON}
    {L_BOARD_DATE_FORMAT_EXPLAIN}
    - -
    style="display:none;">
    -
    {S_HIDDEN_FIELDS}  
    - - diff --git a/phpBB/styles/subsilver2/template/ucp_prefs_post.html b/phpBB/styles/subsilver2/template/ucp_prefs_post.html deleted file mode 100644 index 0a558b863c..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_prefs_post.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_TITLE}
    {ERROR}
    {L_DEFAULT_BBCODE}{L_COLON} checked="checked" />{L_YES}    checked="checked" />{L_NO}
    {L_DEFAULT_SMILIES}{L_COLON} checked="checked" />{L_YES}    checked="checked" />{L_NO}
    {L_DEFAULT_ADD_SIG}{L_COLON} checked="checked" />{L_YES}    checked="checked" />{L_NO}
    {L_DEFAULT_NOTIFY}{L_COLON} checked="checked" />{L_YES}    checked="checked" />{L_NO}
    {S_HIDDEN_FIELDS}  
    - - diff --git a/phpBB/styles/subsilver2/template/ucp_prefs_view.html b/phpBB/styles/subsilver2/template/ucp_prefs_view.html deleted file mode 100644 index c10c458627..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_prefs_view.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_TITLE}
    {ERROR}
    {L_VIEW_IMAGES}{L_COLON} checked="checked" />{L_YES}    checked="checked" />{L_NO}
    {L_VIEW_FLASH}{L_COLON} checked="checked" />{L_YES}    checked="checked" />{L_NO}
    {L_VIEW_SMILIES}{L_COLON} checked="checked" />{L_YES}    checked="checked" />{L_NO}
    {L_VIEW_SIGS}{L_COLON} checked="checked" />{L_YES}    checked="checked" />{L_NO}
    {L_VIEW_AVATARS}{L_COLON} checked="checked" />{L_YES}    checked="checked" />{L_NO}
    {L_DISABLE_CENSORS}{L_COLON} checked="checked" />{L_YES}    checked="checked" />{L_NO}
    {L_VIEW_TOPICS_DAYS}{L_COLON}{S_TOPIC_SORT_DAYS}
    {L_VIEW_TOPICS_KEY}{L_COLON}{S_TOPIC_SORT_KEY}
    {L_VIEW_TOPICS_DIR}{L_COLON}{S_TOPIC_SORT_DIR}
    {L_VIEW_POSTS_DAYS}{L_COLON}{S_POST_SORT_DAYS}
    {L_VIEW_POSTS_KEY}{L_COLON}{S_POST_SORT_KEY}
    {L_VIEW_POSTS_DIR}{L_COLON}{S_POST_SORT_DIR}
    {S_HIDDEN_FIELDS}  
    - - diff --git a/phpBB/styles/subsilver2/template/ucp_profile_autologin_keys.html b/phpBB/styles/subsilver2/template/ucp_profile_autologin_keys.html deleted file mode 100644 index 3f63319b59..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_profile_autologin_keys.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_TITLE}
    {ERROR}
    {L_PROFILE_AUTOLOGIN_KEYS}
    {L_LOGIN_KEY}{L_IP}{L_LOGIN_TIME}{L_MARK}
    {sessions.IP}{sessions.LOGIN_TIME}
    {L_PROFILE_NO_AUTOLOGIN_KEYS}
    - {S_HIDDEN_FIELDS} - {S_FORM_TOKEN} -
    - - - - - - diff --git a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html deleted file mode 100644 index fc52c149c6..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_TITLE}
    {ERROR}
    {L_CURRENT_IMAGE}{L_COLON}
    {L_AVATAR_EXPLAIN}

    - {AVATAR}

     {L_DELETE_AVATAR} - -
    {L_AVATAR_FEATURES_DISABLED}
    {L_AVATAR_SELECT}
    {L_AVATAR_TYPE}{L_COLON} -
    {avatar_drivers.L_EXPLAIN}
    {avatar_drivers.OUTPUT}
    {S_HIDDEN_FIELDS}  
    - - diff --git a/phpBB/styles/subsilver2/template/ucp_profile_profile_info.html b/phpBB/styles/subsilver2/template/ucp_profile_profile_info.html deleted file mode 100644 index 2d0140a15d..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_profile_profile_info.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_TITLE}
    {ERROR}
    {L_PROFILE_INFO_NOTICE}
    {L_UCP_JABBER}{L_COLON}
    {L_BIRTHDAY}{L_COLON}
    {L_BIRTHDAY_EXPLAIN}
    {L_DAY}{L_COLON} {L_MONTH}{L_COLON} {L_YEAR}{L_COLON}
    - {profile_fields.LANG_NAME}{L_COLON} - * -
    {profile_fields.LANG_EXPLAIN} -
    {profile_fields.FIELD}
    {profile_fields.ERROR}
    {S_HIDDEN_FIELDS}  
    - - diff --git a/phpBB/styles/subsilver2/template/ucp_profile_reg_details.html b/phpBB/styles/subsilver2/template/ucp_profile_reg_details.html deleted file mode 100644 index d8fe84bf79..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_profile_reg_details.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_TITLE}
    {L_FORCE_PASSWORD_EXPLAIN}
    {ERROR}
    {L_USERNAME}{L_COLON}
    {L_USERNAME_EXPLAIN}
    {USERNAME}
    {L_EMAIL_ADDRESS}{L_COLON} {EMAIL}
    {L_NEW_PASSWORD}{L_COLON}
    {L_CHANGE_PASSWORD_EXPLAIN}
    {L_CONFIRM_PASSWORD}{L_COLON}
    {L_CONFIRM_PASSWORD_EXPLAIN}
    {L_CONFIRM_CHANGES}
    {L_CURRENT_PASSWORD}{L_COLON}
    {L_CURRENT_CHANGE_PASSWORD_EXPLAIN}{L_CURRENT_PASSWORD_EXPLAIN}
    {S_HIDDEN_FIELDS}  
    - - diff --git a/phpBB/styles/subsilver2/template/ucp_profile_signature.html b/phpBB/styles/subsilver2/template/ucp_profile_signature.html deleted file mode 100644 index 5a2690edda..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_profile_signature.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_TITLE}
    {L_SIGNATURE_EXPLAIN}
    {ERROR}
    - {L_SIGNATURE_EXPLAIN} - - - - - - - - - - - - -
    {L_SMILIES}
    - - {smiley.SMILEY_CODE} - -
    {L_MORE_SMILIES}
    -
    - - - - - - - - - - - - - - -
    - - - - -
    -
    -
    -
    {L_OPTIONS}
    - - - - - - - - - - - - - - - - -
    {BBCODE_STATUS}
    {IMG_STATUS}
    {FLASH_STATUS}
    {URL_STATUS}
    {SMILIES_STATUS}
    -
    - - - - - - - - - - - - - - - - - - - -
    {L_DISABLE_BBCODE}
    {L_DISABLE_SMILIES}
    {L_DISABLE_MAGIC_URL}
    -
    {L_SIGNATURE_PREVIEW}
    {SIGNATURE_PREVIEW}
    {S_HIDDEN_FIELDS}    
    - - diff --git a/phpBB/styles/subsilver2/template/ucp_register.html b/phpBB/styles/subsilver2/template/ucp_register.html deleted file mode 100644 index 162fa2a020..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_register.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_REGISTRATION}
    {ERROR}
    {L_REG_COND}
    {L_USERNAME}{L_COLON}
    {L_USERNAME_EXPLAIN}
    {L_EMAIL_ADDRESS}{L_COLON}
    {L_PASSWORD}{L_COLON}
    {L_PASSWORD_EXPLAIN}
    {L_CONFIRM_PASSWORD}{L_COLON}
    {L_LANGUAGE}{L_COLON}
    {L_ITEMS_REQUIRED}
    - {profile_fields.LANG_NAME}{L_COLON} - * -
    {profile_fields.LANG_EXPLAIN} -
    {profile_fields.FIELD}
    {profile_fields.ERROR}
    {L_COPPA_COMPLIANCE}
    {L_COPPA_EXPLAIN}
    {S_HIDDEN_FIELDS}  
    -{S_FORM_TOKEN} -
    - - diff --git a/phpBB/styles/subsilver2/template/ucp_remind.html b/phpBB/styles/subsilver2/template/ucp_remind.html deleted file mode 100644 index f7fde4b3be..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_remind.html +++ /dev/null @@ -1,28 +0,0 @@ - - -
    - -
    - - - - - - - - - - - - - - - - -
    {L_SEND_PASSWORD}
    {L_USERNAME}{L_COLON}
    {L_EMAIL_ADDRESS}{L_COLON}
    {L_EMAIL_REMIND}
    {S_HIDDEN_FIELDS}  
    -{S_FORM_TOKEN} -
    - -
    - - diff --git a/phpBB/styles/subsilver2/template/ucp_resend.html b/phpBB/styles/subsilver2/template/ucp_resend.html deleted file mode 100644 index 62e7e96d6b..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_resend.html +++ /dev/null @@ -1,29 +0,0 @@ - - -
    - -
    - - - - - - - - - - - - - - - - -
    {L_UCP_RESEND}
    {L_USERNAME}{L_COLON}
    {L_EMAIL_ADDRESS}{L_COLON}
    {L_EMAIL_REMIND}
    {S_HIDDEN_FIELDS}  
    -{S_FORM_TOKEN} - -
    - -
    - - diff --git a/phpBB/styles/subsilver2/template/ucp_zebra_foes.html b/phpBB/styles/subsilver2/template/ucp_zebra_foes.html deleted file mode 100644 index 6149a80e69..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_zebra_foes.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_TITLE}
    {L_FOES_EXPLAIN}
    {ERROR}
    {L_YOUR_FOES}{L_COLON}
    {L_YOUR_FOES_EXPLAIN}
    {L_NO_FOES}
    {L_ADD_FOES}{L_COLON}
    {L_ADD_FOES_EXPLAIN} [ {L_FIND_USERNAME} ]

    {S_HIDDEN_FIELDS}  
    - - diff --git a/phpBB/styles/subsilver2/template/ucp_zebra_friends.html b/phpBB/styles/subsilver2/template/ucp_zebra_friends.html deleted file mode 100644 index 3e18af9969..0000000000 --- a/phpBB/styles/subsilver2/template/ucp_zebra_friends.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_TITLE}
    {L_FRIENDS_EXPLAIN}
    {ERROR}
    {L_YOUR_FRIENDS}{L_COLON}
    {L_YOUR_FRIENDS_EXPLAIN}
    {L_NO_FRIENDS}
    {L_ADD_FRIENDS}{L_COLON}
    {L_ADD_FRIENDS_EXPLAIN} [ {L_FIND_USERNAME} ]

    {S_HIDDEN_FIELDS}  
    - - diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html deleted file mode 100644 index e34d1807e6..0000000000 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ /dev/null @@ -1,359 +0,0 @@ - - - -
    - -

    {L_FORUM_RULES}


    - {L_FORUM_RULES_LINK} - -

    {L_FORUM_RULES}


    - {FORUM_RULES} - -
    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_ACTIVE_TOPICS}
     {L_TOPICS}  {L_TOPICS}  {L_AUTHOR}  {L_REPLIES}  {L_VIEWS}  {L_LAST_POST} 
    {topicrow.TOPIC_FOLDER_IMG} - - {NEWEST_POST_IMG} - {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TYPE} {topicrow.TOPIC_TITLE} - - {topicrow.UNAPPROVED_IMG}  - - - {DELETED_IMG}  - - - {REPORTED_IMG}  - - -

    [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON} - - - {topicrow.pagination.PAGE_NUMBER} - {L_ELLIPSIS} - - {topicrow.pagination.PAGE_NUMBER} - - - ]

    - - -

    {topicrow.TOPIC_AUTHOR_FULL}

    {topicrow.REPLIES}

    {topicrow.VIEWS}

    -

    {topicrow.LAST_POST_TIME}

    -

    {topicrow.LAST_POST_AUTHOR_FULL} - {LAST_POST_IMG} -

    -
    {L_NO_TOPICS}{L_NO_TOPICS_TIME_FRAME}{L_NO_TOPICS}{L_NO_TOPICS_TIME_FRAME}
     
    - -
    - - - - -
    - - - - - -

    - - -
    - - - - - - -
    {L_NO_READ_ACCESS}
    - - - -

    - -
    - - - - - - - - -

    {L_LOGIN_LOGOUT}

    {L_USERNAME}{L_COLON}   {L_PASSWORD}{L_COLON}   {L_LOG_ME_IN}  
    - {S_LOGIN_REDIRECT} -
    - - - -
    - - - - - - - - - - - - - - -
    {POST_IMG} [ {TOTAL_TOPICS} ] 
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - - - - -
    -
     {L_TOPICS}  {L_TOPICS}  {L_AUTHOR}  {L_REPLIES}  {L_VIEWS}  {L_LAST_POST} 
    {L_ANNOUNCEMENTS}
    {L_TOPICS}
    {topicrow.TOPIC_FOLDER_IMG} - - {NEWEST_POST_IMG} - {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TYPE} - {topicrow.TOPIC_TITLE} - - {topicrow.UNAPPROVED_IMG}  - - - {DELETED_IMG}  - - - {REPORTED_IMG}  - - -

    [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON} - - - {topicrow.pagination.PAGE_NUMBER} - {L_ELLIPSIS} - - {topicrow.pagination.PAGE_NUMBER} - - - ]

    - -

    {L_IN} {topicrow.FORUM_NAME}

    - -

    {topicrow.TOPIC_AUTHOR_FULL}

    {topicrow.REPLIES}

    {topicrow.VIEWS}

    -

    {topicrow.LAST_POST_TIME}

    -

    {topicrow.LAST_POST_AUTHOR_FULL} - {LAST_POST_IMG} -

    -
    {L_NO_TOPICS}{L_NO_TOPICS_TIME_FRAME}{L_NO_TOPICS}{L_NO_TOPICS_TIME_FRAME}
    - - - -
    {L_DISPLAY_TOPICS}{L_COLON} {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} 
    -
    - - - - - - - - - - - - - - -
    {POST_IMG} [ {TOTAL_TOPICS} ] 
    - - -
    -
    - - - - -
    - - - - - - - - -

    {L_WHO_IS_ONLINE}

    {LOGGED_IN_USER_LIST}

    - - - -
    - - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {FOLDER_UNREAD_IMG}{L_UNREAD_POSTS}  {FOLDER_IMG}{L_NO_UNREAD_POSTS}  {FOLDER_ANNOUNCE_IMG}{L_ICON_ANNOUNCEMENT}
    {FOLDER_HOT_UNREAD_IMG}{L_UNREAD_POSTS_HOT}  {FOLDER_HOT_IMG}{L_NO_UNREAD_POSTS_HOT}  {FOLDER_STICKY_IMG}{L_ICON_STICKY}
    {FOLDER_LOCKED_UNREAD_IMG}{L_UNREAD_POSTS_LOCKED}  {FOLDER_LOCKED_IMG}{L_NO_UNREAD_POSTS_LOCKED}  {FOLDER_MOVED_IMG}{L_TOPIC_MOVED}
    -
    {rules.RULE}
    - - -
    - - - - - - -
    - - diff --git a/phpBB/styles/subsilver2/template/viewonline_body.html b/phpBB/styles/subsilver2/template/viewonline_body.html deleted file mode 100644 index 70b8b52efa..0000000000 --- a/phpBB/styles/subsilver2/template/viewonline_body.html +++ /dev/null @@ -1,57 +0,0 @@ - - -

    {TOTAL_REGISTERED_USERS_ONLINE}

    -

    {TOTAL_GUEST_USERS_ONLINE} [ {L_SWITCH_GUEST_DISPLAY} ]

    -
    - - - - - - - -
    - - - - - - - - - - - - - - - - - - - - - -
    {L_USERNAME}{L_LAST_UPDATED}{L_FORUM_LOCATION}

    {user_row.USERNAME_FULL}

    {L_IP}{L_COLON} {user_row.USER_IP} » {L_WHOIS}

    - {user_row.USER_BROWSER}

     {user_row.LASTUPDATE}

    {user_row.FORUM_LOCATION}

    {L_LEGEND} :: {LEGEND}
    - - - - - - - -
    - - -
    {L_ONLINE_EXPLAIN}
    - -
    - - - -
    - -
    - - diff --git a/phpBB/styles/subsilver2/template/viewonline_whois.html b/phpBB/styles/subsilver2/template/viewonline_whois.html deleted file mode 100644 index ca5b326df8..0000000000 --- a/phpBB/styles/subsilver2/template/viewonline_whois.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - -
    {L_WHOIS}
    {WHOIS}

    {L_CLOSE_WINDOW}
    - - diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html deleted file mode 100644 index 0f34b50950..0000000000 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ /dev/null @@ -1,440 +0,0 @@ - - - -
    - -

    {L_FORUM_RULES}


    - {L_FORUM_RULES_LINK} - -

    {L_FORUM_RULES}


    - {FORUM_RULES} - -
    - -
    - - - - -

    - -
    - - - - - - - - - - -
    - - {POST_IMG}  - {REPLY_IMG} - -  [ {TOTAL_POSTS} ] 
    - - - - - - - - - - -
    - - - - - -
    -

    - -
    - - - - - - - - - - - - - - - - - - - - - - -
    {POLL_QUESTION}
    {L_POLL_LENGTH}
    - - - - - - class="most-votes"> - - checked="checked" /> - - checked="checked" /> - - - - - - - - - - - - - - - -
    {poll_option.POLL_OPTION_CAPTION}{POLL_LEFT_CAP_IMG}{poll_option.POLL_OPTION_PERCENT}{POLL_RIGHT_CAP_IMG} {poll_option.POLL_OPTION_PERCENT} [ {poll_option.POLL_OPTION_RESULT} ]x
    -
    {L_MAX_VOTES}

    {L_TOTAL_VOTES}{L_COLON} {TOTAL_VOTES}
    {L_VIEW_RESULTS}
    - {S_HIDDEN_FIELDS} - {S_FORM_TOKEN} -
    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_AUTHOR}{L_MESSAGE}
    - - - - - {postrow.L_POST_DELETED_MESSAGE} - - {postrow.L_IGNORE_POST} - -
    {postrow.L_POST_DISPLAY} - -
    - - data-url="{postrow.U_MINI_POST}"> - - - - - - - - - - - -
     {L_POST_SUBJECT}{L_COLON} {postrow.POST_SUBJECT}
    {postrow.MINI_POST_IMG}{postrow.MINI_POST_IMG}{L_POSTED}{L_COLON} {postrow.POST_DATE} 
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {postrow.ONLINE_IMG}
    {postrow.RANK_TITLE}
    {postrow.RANK_IMG}
    {postrow.POSTER_AVATAR}
    - - -
    {L_JOINED}{L_COLON} {postrow.POSTER_JOINED} -
    {L_POSTS}{L_COLON} {postrow.POSTER_POSTS} -
    {L_WARNINGS}{L_COLON} {postrow.POSTER_WARNINGS} - - - -
    {postrow.PROFILE_FIELD1_NAME}{L_COLON} {postrow.PROFILE_FIELD1_VALUE} - - - - - -
    {postrow.custom_fields.PROFILE_FIELD_NAME}{L_COLON} {postrow.custom_fields.PROFILE_FIELD_VALUE} - - - -
    - -
    - - - - -
    - - - - - -
    - {UNAPPROVED_IMG} {L_POST_UNAPPROVED}
    - {DELETED_IMG} {L_POST_DELETED}
    - {REPORTED_IMG} {L_POST_REPORTED} -
    - -
    - - -
    {postrow.MESSAGE}
    - - -

    - - - - - - - - - - -
    {L_ATTACHMENTS}{L_COLON}
    {postrow.attachment.DISPLAY_ATTACHMENT}
    - - - -

    {L_DOWNLOAD_NOTICE}
    - - -

    _________________
    {postrow.SIGNATURE}
    - - - - - -

    - - - - - - - -
    {postrow.DELETED_MESSAGE}
    {postrow.DELETE_REASON}
    - -

    - {postrow.DELETED_MESSAGE} - - - -

    - - - - - - - -
    {postrow.EDITED_MESSAGE}
    {postrow.EDIT_REASON}
    - -

    - {postrow.EDITED_MESSAGE} - - - - -

    {postrow.BUMPED_MESSAGE}
    - - - -

    - - - - - -
    - - {REPORT_IMG} - {INFO_IMG} - {WARN_IMG} - {DELETE_IMG} - -
    -
    -
    {L_BACK_TO_TOP} - -
    - - - {EDIT_IMG} - {QUOTE_IMG} - - -  
    -
    - - - - - - - - -
    {L_DISPLAY_POSTS}{L_COLON} {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} 
    - - - - - - - - - - - - - -
    - - {POST_IMG}  - {REPLY_IMG} - -  [ {TOTAL_POSTS} ] 
    - -
    - - - -
    - - - - - - - - -
    - - - - - - - - -

    {L_WHO_IS_ONLINE}

    {LOGGED_IN_USER_LIST}

    - - -
    - - - - - - -
    - -
    - {L_QUICK_MOD}{L_COLON} - - -
    - -
    {rules.RULE}
    - -
    - - - - - - -
    - - diff --git a/phpBB/styles/subsilver2/template/viewtopic_print.html b/phpBB/styles/subsilver2/template/viewtopic_print.html deleted file mode 100644 index a99d807cf2..0000000000 --- a/phpBB/styles/subsilver2/template/viewtopic_print.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - -{SITENAME} :: {PAGE_TITLE} - - - - - - - - - - - - - - - - - -
    {SITENAME}
    {U_FORUM}

    {TOPIC_TITLE}
    {U_TOPIC}
    {PAGE_NUMBER}
    - - - -
    - - - - - - - - - - - - - -
    {L_AUTHOR}{L_COLON} {postrow.POST_AUTHOR} [ {postrow.POST_DATE} ]
    {L_POST_SUBJECT}{L_COLON} {postrow.POST_SUBJECT}

    {postrow.MESSAGE} - - -

    - - - - - - - - - - -
    {L_ATTACHMENTS}{L_COLON}
    {postrow.attachment.DISPLAY_ATTACHMENT}
    - - -
    - - -
    - - - - - - - - - -
    {PAGE_NUMBER}{S_TIMEZONE}
    Powered by phpBB® Forum Software © phpBB Limited
    https://www.phpbb.com/
    - - - diff --git a/phpBB/styles/subsilver2/theme/en/button_pm_new.gif b/phpBB/styles/subsilver2/theme/en/button_pm_new.gif deleted file mode 100644 index 07df748d3a..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/button_pm_new.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/button_pm_reply.gif b/phpBB/styles/subsilver2/theme/en/button_pm_reply.gif deleted file mode 100644 index c476f06a44..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/button_pm_reply.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/button_topic_locked.gif b/phpBB/styles/subsilver2/theme/en/button_topic_locked.gif deleted file mode 100644 index 124a2d4a7d..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/button_topic_locked.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/button_topic_new.gif b/phpBB/styles/subsilver2/theme/en/button_topic_new.gif deleted file mode 100644 index 66e1007129..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/button_topic_new.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/button_topic_reply.gif b/phpBB/styles/subsilver2/theme/en/button_topic_reply.gif deleted file mode 100644 index e8fe5115a0..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/button_topic_reply.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/icon_contact_aim.gif b/phpBB/styles/subsilver2/theme/en/icon_contact_aim.gif deleted file mode 100644 index c6533e2817..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/icon_contact_aim.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/icon_contact_email.gif b/phpBB/styles/subsilver2/theme/en/icon_contact_email.gif deleted file mode 100644 index f126a1960d..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/icon_contact_email.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/icon_contact_icq.gif b/phpBB/styles/subsilver2/theme/en/icon_contact_icq.gif deleted file mode 100644 index ba3fa12436..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/icon_contact_icq.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/icon_contact_jabber.gif b/phpBB/styles/subsilver2/theme/en/icon_contact_jabber.gif deleted file mode 100644 index be2e53f9c2..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/icon_contact_jabber.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/icon_contact_msnm.gif b/phpBB/styles/subsilver2/theme/en/icon_contact_msnm.gif deleted file mode 100644 index 1bf681e9a2..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/icon_contact_msnm.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/icon_contact_pm.gif b/phpBB/styles/subsilver2/theme/en/icon_contact_pm.gif deleted file mode 100644 index 26ac558c2f..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/icon_contact_pm.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/icon_contact_www.gif b/phpBB/styles/subsilver2/theme/en/icon_contact_www.gif deleted file mode 100644 index 14a33b36a5..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/icon_contact_www.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/icon_contact_yahoo.gif b/phpBB/styles/subsilver2/theme/en/icon_contact_yahoo.gif deleted file mode 100644 index d11711789f..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/icon_contact_yahoo.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/icon_post_delete.gif b/phpBB/styles/subsilver2/theme/en/icon_post_delete.gif deleted file mode 100644 index e008e5ff9f..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/icon_post_delete.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/icon_post_edit.gif b/phpBB/styles/subsilver2/theme/en/icon_post_edit.gif deleted file mode 100644 index 1511ee34d3..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/icon_post_edit.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/icon_post_info.gif b/phpBB/styles/subsilver2/theme/en/icon_post_info.gif deleted file mode 100644 index 166de2724f..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/icon_post_info.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/icon_post_quote.gif b/phpBB/styles/subsilver2/theme/en/icon_post_quote.gif deleted file mode 100644 index 4cf103280c..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/icon_post_quote.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/icon_post_report.gif b/phpBB/styles/subsilver2/theme/en/icon_post_report.gif deleted file mode 100644 index 9a3f65b1e3..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/icon_post_report.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/icon_user_offline.gif b/phpBB/styles/subsilver2/theme/en/icon_user_offline.gif deleted file mode 100644 index 3065f4d7fe..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/icon_user_offline.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/icon_user_online.gif b/phpBB/styles/subsilver2/theme/en/icon_user_online.gif deleted file mode 100644 index b950612c57..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/icon_user_online.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/icon_user_profile.gif b/phpBB/styles/subsilver2/theme/en/icon_user_profile.gif deleted file mode 100644 index d9cf7f4c4a..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/icon_user_profile.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/icon_user_search.gif b/phpBB/styles/subsilver2/theme/en/icon_user_search.gif deleted file mode 100644 index 46475fbf4c..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/icon_user_search.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/icon_user_warn.gif b/phpBB/styles/subsilver2/theme/en/icon_user_warn.gif deleted file mode 100644 index 44cbcc953a..0000000000 Binary files a/phpBB/styles/subsilver2/theme/en/icon_user_warn.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/en/stylesheet.css b/phpBB/styles/subsilver2/theme/en/stylesheet.css deleted file mode 100644 index 57f9fce26d..0000000000 --- a/phpBB/styles/subsilver2/theme/en/stylesheet.css +++ /dev/null @@ -1,116 +0,0 @@ -/* EN Language Pack */ -.imageset.phpbb_aol-icon, .imageset.icon_contact_aim { - background-image: url("./icon_contact_aim.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.icon_contact_email { - background-image: url("./icon_contact_email.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.phpbb_icq-icon, .imageset.icon_contact_icq { - background-image: url("./icon_contact_icq.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.icon_contact_jabber { - background-image: url("./icon_contact_jabber.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.phpbb_wlm-icon, .imageset.icon_contact_msnm { - background-image: url("./icon_contact_msnm.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.icon_contact_pm { - background-image: url("./icon_contact_pm.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.phpbb_yahoo-icon, .imageset.icon_contact_yahoo { - background-image: url("./icon_contact_yahoo.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.phpbb_website-icon, .imageset.icon_contact_www { - background-image: url("./icon_contact_www.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.icon_post_delete { - background-image: url("./icon_post_delete.gif"); - padding-left: 20px; - padding-top: 20px; -} -.imageset.icon_post_edit { - background-image: url("./icon_post_edit.gif"); - padding-left: 90px; - padding-top: 20px; -} -.imageset.icon_post_info { - background-image: url("./icon_post_info.gif"); - padding-left: 20px; - padding-top: 20px; -} -.imageset.icon_post_quote { - background-image: url("./icon_post_quote.gif"); - padding-left: 90px; - padding-top: 20px; -} -.imageset.icon_post_report { - background-image: url("./icon_post_report.gif"); - padding-left: 20px; - padding-top: 20px; -} -.imageset.icon_user_online { - background-image: url("./icon_user_online.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.icon_user_offline { - background-image: url("./icon_user_offline.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.icon_user_profile { - background-image: url("./icon_user_profile.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.icon_user_search { - background-image: url("./icon_user_search.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.icon_user_warn { - background-image: url("./icon_user_warn.gif"); - padding-left: 20px; - padding-top: 20px; -} -.imageset.button_pm_new { - background-image: url("./button_pm_new.gif"); - padding-left: 97px; - padding-top: 27px; -} -.imageset.button_pm_reply { - background-image: url("./button_pm_reply.gif"); - padding-left: 90px; - padding-top: 20px; -} -.imageset.button_topic_locked { - background-image: url("./button_topic_locked.gif"); - padding-left: 97px; - padding-top: 27px; -} -.imageset.button_topic_new { - background-image: url("./button_topic_new.gif"); - padding-left: 97px; - padding-top: 27px; -} -.imageset.button_topic_reply { - background-image: url("./button_topic_reply.gif"); - padding-left: 97px; - padding-top: 27px; -} diff --git a/phpBB/styles/subsilver2/theme/images/announce_read.gif b/phpBB/styles/subsilver2/theme/images/announce_read.gif deleted file mode 100644 index 0589feb14f..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/announce_read.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/announce_read_locked.gif b/phpBB/styles/subsilver2/theme/images/announce_read_locked.gif deleted file mode 100644 index a738616e06..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/announce_read_locked.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/announce_read_locked_mine.gif b/phpBB/styles/subsilver2/theme/images/announce_read_locked_mine.gif deleted file mode 100644 index f7ffe7f8dd..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/announce_read_locked_mine.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/announce_read_mine.gif b/phpBB/styles/subsilver2/theme/images/announce_read_mine.gif deleted file mode 100644 index 636d353867..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/announce_read_mine.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/announce_unread.gif b/phpBB/styles/subsilver2/theme/images/announce_unread.gif deleted file mode 100644 index 56b2702b17..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/announce_unread.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/announce_unread_locked.gif b/phpBB/styles/subsilver2/theme/images/announce_unread_locked.gif deleted file mode 100644 index 37033da653..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/announce_unread_locked.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/announce_unread_locked_mine.gif b/phpBB/styles/subsilver2/theme/images/announce_unread_locked_mine.gif deleted file mode 100644 index d91f2520ca..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/announce_unread_locked_mine.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/announce_unread_mine.gif b/phpBB/styles/subsilver2/theme/images/announce_unread_mine.gif deleted file mode 100644 index e1dd23a0bf..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/announce_unread_mine.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/background.gif b/phpBB/styles/subsilver2/theme/images/background.gif deleted file mode 100644 index 5c731e4fc2..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/background.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/cellpic.gif b/phpBB/styles/subsilver2/theme/images/cellpic.gif deleted file mode 100644 index 47457ef5f7..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/cellpic.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/cellpic1.gif b/phpBB/styles/subsilver2/theme/images/cellpic1.gif deleted file mode 100644 index 715b8d4aa8..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/cellpic1.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/cellpic2.jpg b/phpBB/styles/subsilver2/theme/images/cellpic2.jpg deleted file mode 100644 index a0ca7e89d3..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/cellpic2.jpg and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/cellpic2_rtl.jpg b/phpBB/styles/subsilver2/theme/images/cellpic2_rtl.jpg deleted file mode 100644 index 201e063725..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/cellpic2_rtl.jpg and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/cellpic3.gif b/phpBB/styles/subsilver2/theme/images/cellpic3.gif deleted file mode 100644 index ecf70e1fd1..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/cellpic3.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/created_by.jpg b/phpBB/styles/subsilver2/theme/images/created_by.jpg deleted file mode 100644 index f27472781e..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/created_by.jpg and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/forum_link.gif b/phpBB/styles/subsilver2/theme/images/forum_link.gif deleted file mode 100644 index d5e86d47d7..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/forum_link.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/forum_read.gif b/phpBB/styles/subsilver2/theme/images/forum_read.gif deleted file mode 100644 index 9b2bc47c67..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/forum_read.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/forum_read_locked.gif b/phpBB/styles/subsilver2/theme/images/forum_read_locked.gif deleted file mode 100644 index 436f3d21c8..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/forum_read_locked.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/forum_read_subforum.gif b/phpBB/styles/subsilver2/theme/images/forum_read_subforum.gif deleted file mode 100644 index 9179303e7f..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/forum_read_subforum.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/forum_unread.gif b/phpBB/styles/subsilver2/theme/images/forum_unread.gif deleted file mode 100644 index 5eec565b38..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/forum_unread.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/forum_unread_locked.gif b/phpBB/styles/subsilver2/theme/images/forum_unread_locked.gif deleted file mode 100644 index 58a79c376c..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/forum_unread_locked.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/forum_unread_subforum.gif b/phpBB/styles/subsilver2/theme/images/forum_unread_subforum.gif deleted file mode 100644 index af3c93b1a1..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/forum_unread_subforum.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/icon_mini_faq.gif b/phpBB/styles/subsilver2/theme/images/icon_mini_faq.gif deleted file mode 100644 index fc50e7ca30..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/icon_mini_faq.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/icon_mini_groups.gif b/phpBB/styles/subsilver2/theme/images/icon_mini_groups.gif deleted file mode 100644 index a4d1c7bb70..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/icon_mini_groups.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/icon_mini_login.gif b/phpBB/styles/subsilver2/theme/images/icon_mini_login.gif deleted file mode 100644 index c7590a423f..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/icon_mini_login.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/icon_mini_members.gif b/phpBB/styles/subsilver2/theme/images/icon_mini_members.gif deleted file mode 100644 index d636089b38..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/icon_mini_members.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/icon_mini_message.gif b/phpBB/styles/subsilver2/theme/images/icon_mini_message.gif deleted file mode 100644 index b8aea1eafb..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/icon_mini_message.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/icon_mini_notification.gif b/phpBB/styles/subsilver2/theme/images/icon_mini_notification.gif deleted file mode 100644 index f165d3cb27..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/icon_mini_notification.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/icon_mini_profile.gif b/phpBB/styles/subsilver2/theme/images/icon_mini_profile.gif deleted file mode 100644 index 1ec7c649e9..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/icon_mini_profile.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/icon_mini_register.gif b/phpBB/styles/subsilver2/theme/images/icon_mini_register.gif deleted file mode 100644 index b49ac31ec9..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/icon_mini_register.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/icon_mini_search.gif b/phpBB/styles/subsilver2/theme/images/icon_mini_search.gif deleted file mode 100644 index 2bd1a648c0..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/icon_mini_search.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/icon_post_target.gif b/phpBB/styles/subsilver2/theme/images/icon_post_target.gif deleted file mode 100644 index d172abb060..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/icon_post_target.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/icon_post_target_unread.gif b/phpBB/styles/subsilver2/theme/images/icon_post_target_unread.gif deleted file mode 100644 index 8ec44a1787..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/icon_post_target_unread.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/icon_topic_attach.gif b/phpBB/styles/subsilver2/theme/images/icon_topic_attach.gif deleted file mode 100644 index 1c9c89bc70..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/icon_topic_attach.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/icon_topic_deleted.png b/phpBB/styles/subsilver2/theme/images/icon_topic_deleted.png deleted file mode 100644 index 494b4fb563..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/icon_topic_deleted.png and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/icon_topic_latest.gif b/phpBB/styles/subsilver2/theme/images/icon_topic_latest.gif deleted file mode 100644 index b45e57aedb..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/icon_topic_latest.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/icon_topic_newest.gif b/phpBB/styles/subsilver2/theme/images/icon_topic_newest.gif deleted file mode 100644 index eca2861836..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/icon_topic_newest.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/icon_topic_reported.gif b/phpBB/styles/subsilver2/theme/images/icon_topic_reported.gif deleted file mode 100644 index 026092854a..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/icon_topic_reported.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/icon_topic_unapproved.gif b/phpBB/styles/subsilver2/theme/images/icon_topic_unapproved.gif deleted file mode 100644 index 2ccaf19c23..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/icon_topic_unapproved.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/index.htm b/phpBB/styles/subsilver2/theme/images/index.htm deleted file mode 100644 index 29531416fe..0000000000 --- a/phpBB/styles/subsilver2/theme/images/index.htm +++ /dev/null @@ -1,16 +0,0 @@ - - -subSilver created by subBlue Design - - - - - - - - - -
    Created by subBlue Design
    - - - \ No newline at end of file diff --git a/phpBB/styles/subsilver2/theme/images/no_avatar.gif b/phpBB/styles/subsilver2/theme/images/no_avatar.gif deleted file mode 100644 index ad73330e71..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/no_avatar.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/poll_center.gif b/phpBB/styles/subsilver2/theme/images/poll_center.gif deleted file mode 100644 index 99473151ec..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/poll_center.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/poll_left.gif b/phpBB/styles/subsilver2/theme/images/poll_left.gif deleted file mode 100644 index 269088b81d..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/poll_left.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/poll_right.gif b/phpBB/styles/subsilver2/theme/images/poll_right.gif deleted file mode 100644 index f9584e23a1..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/poll_right.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/site_logo.gif b/phpBB/styles/subsilver2/theme/images/site_logo.gif deleted file mode 100644 index abce3cd51d..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/site_logo.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/spacer.gif b/phpBB/styles/subsilver2/theme/images/spacer.gif deleted file mode 100644 index 5bfd67a2d6..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/spacer.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/sticky_read.gif b/phpBB/styles/subsilver2/theme/images/sticky_read.gif deleted file mode 100644 index 09861a996c..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/sticky_read.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/sticky_read_locked.gif b/phpBB/styles/subsilver2/theme/images/sticky_read_locked.gif deleted file mode 100644 index 24bca303d6..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/sticky_read_locked.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/sticky_read_locked_mine.gif b/phpBB/styles/subsilver2/theme/images/sticky_read_locked_mine.gif deleted file mode 100644 index 3fd04ec3a9..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/sticky_read_locked_mine.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/sticky_read_mine.gif b/phpBB/styles/subsilver2/theme/images/sticky_read_mine.gif deleted file mode 100644 index 381634c364..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/sticky_read_mine.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/sticky_unread.gif b/phpBB/styles/subsilver2/theme/images/sticky_unread.gif deleted file mode 100644 index dd2e366543..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/sticky_unread.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/sticky_unread_locked.gif b/phpBB/styles/subsilver2/theme/images/sticky_unread_locked.gif deleted file mode 100644 index 608f4822e3..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/sticky_unread_locked.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/sticky_unread_locked_mine.gif b/phpBB/styles/subsilver2/theme/images/sticky_unread_locked_mine.gif deleted file mode 100644 index fe5e115312..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/sticky_unread_locked_mine.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/sticky_unread_mine.gif b/phpBB/styles/subsilver2/theme/images/sticky_unread_mine.gif deleted file mode 100644 index b5fc3b3627..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/sticky_unread_mine.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/topic_moved.gif b/phpBB/styles/subsilver2/theme/images/topic_moved.gif deleted file mode 100644 index fe758f02ca..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/topic_moved.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/topic_read.gif b/phpBB/styles/subsilver2/theme/images/topic_read.gif deleted file mode 100644 index c16bfa75d5..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/topic_read.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/topic_read_hot.gif b/phpBB/styles/subsilver2/theme/images/topic_read_hot.gif deleted file mode 100644 index a7a7e8fc78..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/topic_read_hot.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/topic_read_hot_mine.gif b/phpBB/styles/subsilver2/theme/images/topic_read_hot_mine.gif deleted file mode 100644 index 853452a74b..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/topic_read_hot_mine.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/topic_read_locked.gif b/phpBB/styles/subsilver2/theme/images/topic_read_locked.gif deleted file mode 100644 index 10eb776972..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/topic_read_locked.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/topic_read_locked_mine.gif b/phpBB/styles/subsilver2/theme/images/topic_read_locked_mine.gif deleted file mode 100644 index 3f24928b48..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/topic_read_locked_mine.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/topic_read_mine.gif b/phpBB/styles/subsilver2/theme/images/topic_read_mine.gif deleted file mode 100644 index 560927aa06..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/topic_read_mine.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/topic_unread.gif b/phpBB/styles/subsilver2/theme/images/topic_unread.gif deleted file mode 100644 index 4e56157dce..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/topic_unread.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/topic_unread_hot.gif b/phpBB/styles/subsilver2/theme/images/topic_unread_hot.gif deleted file mode 100644 index ceef4919d5..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/topic_unread_hot.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/topic_unread_hot_mine.gif b/phpBB/styles/subsilver2/theme/images/topic_unread_hot_mine.gif deleted file mode 100644 index 1c748f708a..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/topic_unread_hot_mine.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/topic_unread_locked.gif b/phpBB/styles/subsilver2/theme/images/topic_unread_locked.gif deleted file mode 100644 index 720e210289..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/topic_unread_locked.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/topic_unread_locked_mine.gif b/phpBB/styles/subsilver2/theme/images/topic_unread_locked_mine.gif deleted file mode 100644 index 90873431ef..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/topic_unread_locked_mine.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/topic_unread_mine.gif b/phpBB/styles/subsilver2/theme/images/topic_unread_mine.gif deleted file mode 100644 index 34fd2ec179..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/topic_unread_mine.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/upload_bar.gif b/phpBB/styles/subsilver2/theme/images/upload_bar.gif deleted file mode 100644 index 75cf61c59e..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/upload_bar.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/images/whosonline.gif b/phpBB/styles/subsilver2/theme/images/whosonline.gif deleted file mode 100644 index b450927432..0000000000 Binary files a/phpBB/styles/subsilver2/theme/images/whosonline.gif and /dev/null differ diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css deleted file mode 100644 index 3c7ff23db5..0000000000 --- a/phpBB/styles/subsilver2/theme/stylesheet.css +++ /dev/null @@ -1,1242 +0,0 @@ -/* phpBB3 Style Sheet - -------------------------------------------------------------- - Style name: subsilver2 - Based on style: subSilver (the default phpBB 2.0.x style) - Original author: Tom Beddard ( http://www.subblue.com/ ) - Modified by: phpBB Limited ( https://www.phpbb.com/ ) - -------------------------------------------------------------- -*/ - -/* Layout - ------------ */ -* { - /* Reset browsers default margin, padding and font sizes */ - margin: 0; - padding: 0; -} - -html { - font-size: 100%; -} - -body { - /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */ - font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; - color: #323D4F; - background-color: #FFFFFF; - font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */ - margin: 0; -} - -#wrapheader { - height: auto !important; - padding: 0; -} - -#wrapcentre { - margin: 15px 25px 0 25px; -} - -#wrapfooter { - text-align: center; - clear: both; -} - -#wrapnav { - width: 100%; - margin: 0; - background-color: #ECECEC; - border-width: 1px; - border-style: solid; - border-color: #A9B8C2; -} - -#logodesc { - background-color: #C1CAD2; - background-image: url('./images/background.gif'); - background-repeat: repeat-x; - background-position: center bottom; - padding: 0 25px 15px 25px; -} - -#menubar { - margin: 0 25px; -} - -#datebar { - margin: 10px 25px 0 25px; -} - -#findbar { - width: 100%; - margin: 0; - padding: 0; - border: 0; -} - -.forumrules { - background-color: #F9CC79; - border-width: 1px; - border-style: solid; - border-color: #BB9860; - padding: 4px; - font-weight: normal; - font-size: 1.1em; - font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; -} - -.forumrules h3 { - color: red; -} - -#pageheader { } -#pagecontent { } -#pagefooter { } - -#poll { } -#postrow { } -#postdata { } - - -/* Text - --------------------- */ -h1 { - color: black; - font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; - font-weight: bold; - font-size: 1.8em; - text-decoration: none; -} - -h2 { - font-family: Arial, Helvetica, sans-serif; - font-weight: bold; - font-size: 1.5em; - text-decoration: none; - line-height: 120%; -} - -h3 { - font-size: 1.3em; - font-weight: bold; - font-family: Arial, Helvetica, sans-serif; - line-height: 120%; -} - -h4 { - margin: 0; - font-size: 1.1em; - font-weight: bold; -} - -p { - font-size: 1.1em; -} - -p.moderators { - margin: 0; - float: left; - color: black; - font-weight: bold; -} - -.rtl p.moderators { - float: right; -} - -p.linkmcp { - margin: 0; - float: right; - white-space: nowrap; -} - -.rtl p.linkmcp { - float: left; -} - -p.breadcrumbs { - margin: 0; - float: left; - color: black; - font-weight: bold; - white-space: normal; - font-size: 1em; -} - -.rtl p.breadcrumbs { - float: right; -} - -p.datetime { - margin: 0; - float: right; - white-space: nowrap; - font-size: 1em; -} - -.rtl p.datetime { - float: left; -} - -p.searchbar { - padding: 2px 0; - white-space: nowrap; -} - -p.searchbarreg { - margin: 0; - float: right; - white-space: nowrap; -} - -.rtl p.searchbarreg { - float: left; -} - -p.forumdesc { - padding-bottom: 4px; -} - -p.topicauthor { - margin: 1px 0; -} - -p.topicdetails { - margin: 1px 0; -} - -.postreported, .postreported a:link, .postreported a:visited, .postreported a:hover, .postreported a:active { - margin: 1px 0; - color: red; - font-weight:bold; -} - -.postapprove, .postapprove a:link, .postapprove a:visited, .postapprove a:hover, .postapprove a:active { - color: green; - font-weight:bold; -} - -.postapprove img, .postreported img { - vertical-align: bottom; - padding-top: 5px; -} - -.postauthor { - color: #000000; -} - -.postdetails { - color: #000000; -} - -.postbody { - font-size: 1.3em; - line-height: 1.4em; - font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; -} - -.postbody li, ol, ul { - margin: 0 0 0 1.5em; -} - -.rtl .postbody li, .rtl ol, .rtl ul { - margin: 0 1.5em 0 0; -} - -.posthilit { - background-color: yellow; -} - -.nav { - margin: 0; - color: black; - font-weight: bold; -} - -.pagination { - padding: 4px; - color: black; - font-size: 1em; - font-weight: bold; -} - -.cattitle { - -} - -.gen { - margin: 1px 1px; - font-size: 1.2em; -} - -.genmed { - margin: 1px 1px; - font-size: 1.1em; -} - -.gensmall { - margin: 1px 1px; - font-size: 1em; -} - -.copyright { - color: #444; - font-weight: normal; - font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; -} - -.titles { - font-family: "Lucida Grande", Helvetica, Arial, sans-serif; - font-weight: bold; - font-size: 1.3em; - text-decoration: none; -} - -.online { - color: green; -} - -.offline, .error, .inactive { - color: red; -} - - -/* Tables - ------------ */ -#color_palette_placeholder table { - border-collapse: separate; - border-spacing: 1px; -} - -#color_palette_placeholder td { - padding: 0; -} - -th { - color: #FFA34F; - font-size: 1.1em; - font-weight: bold; - background-color: #006699; - background-image: url('./images/cellpic3.gif'); - white-space: nowrap; - padding: 7px 5px; -} - -td { - padding: 2px; -} -td.profile { - padding: 4px; -} - -.tablebg { - background-color: #A9B8C2; -} - -.catdiv { - height: 28px; - margin: 0; - padding: 0; - border: 0; - background: white url('./images/cellpic2.jpg') repeat-y scroll top left; -} -.rtl .catdiv { - background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right; -} - -.cat { - height: 28px; - margin: 0; - padding: 0; - border: 0; - background-color: #C7D0D7; - background-image: url('./images/cellpic1.gif'); - text-indent: 4px; -} - -.row1 { - background-color: #ECECEC; - padding: 4px; -} - -.row2 { - background-color: #DCE1E5; - padding: 4px; -} - -.row3 { - background-color: #C0C8D0; - padding: 4px; -} - -.spacer { - background-color: #D1D7DC; -} - -.current { - background-color: lightblue; -} - -hr { - height: 1px; - border-width: 0; - background-color: #D1D7DC; - color: #D1D7DC; -} - -.legend { - text-align:center; - margin: 0 auto; -} - -/* Links - ------------ */ - -/* Links adjustment to correctly display an order of rtl/ltr mixed content */ -.rtl a { - direction: rtl; - unicode-bidi: embed; -} - -/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */ -/* See http://www.phpbb.com/bugs/phpbb3/59685 */ -a:link { - color: #006597; - text-decoration: none; -} - -a:visited { - color: #005784; - text-decoration: none; -} - -a:hover { - color: #D46400; - text-decoration: underline; -} - -a:active { - color: #005784; - text-decoration: none; -} - -a.forumlink { - color: #069; - font-weight: bold; - font-family: "Lucida Grande", Helvetica, Arial, sans-serif; - font-size: 1.2em; -} - -a.topictitle { - margin: 1px 0; - font-family: "Lucida Grande", Helvetica, Arial, sans-serif; - font-weight: bold; - font-size: 1.2em; -} - -a.topictitle:visited { - color: #5493B4; - text-decoration: none; -} - -a.lastsubject { - font-weight: bold; - text-decoration: none; -} - -a.lastsubject:hover { - text-decoration: underline; -} - -th a, -th a:visited { - color: #FFA34F !important; - text-decoration: none; -} - -th a:hover { - text-decoration: underline; -} - -a.anchor { - display: block; -} - - -/* Form Elements - ------------ */ -form { - margin: 0; - padding: 0; - border: 0; -} - -input { - color: #333333; - font-family: "Lucida Grande", Verdana, Helvetica, sans-serif; - font-size: 1.1em; - font-weight: normal; - padding: 1px; - border: 1px solid #A9B8C2; - background-color: #FAFAFA; -} - -textarea { - background-color: #FAFAFA; - color: #333333; - font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; - font-size: 1.3em; - line-height: 1.4em; - font-weight: normal; - border: 1px solid #A9B8C2; - padding: 2px; -} - -select { - color: #333333; - background-color: #FAFAFA; - font-family: "Lucida Grande", Verdana, Helvetica, sans-serif; - font-size: 1.1em; - font-weight: normal; - border: 1px solid #A9B8C2; - padding: 1px; -} - -option { - padding: 0 1em 0 0; -} - -option.disabled-option { - color: graytext; -} - -.rtl option { - padding: 0 0 0 1em; -} - -input.radio { - border: none; - background-color: transparent; -} - -.post { - background-color: white; - border-style: solid; - border-width: 1px; -} - -.btnbbcode { - color: #000000; - font-weight: normal; - font-size: 1.1em; - font-family: "Lucida Grande", Verdana, Helvetica, sans-serif; - background-color: #EFEFEF; - border: 1px solid #666666; -} - -.btnmain { - font-weight: bold; - background-color: #ECECEC; - border: 1px solid #A9B8C2; - cursor: pointer; - padding: 1px 5px; - font-size: 1.1em; -} - -.btnlite { - font-weight: normal; - background-color: #ECECEC; - border: 1px solid #A9B8C2; - cursor: pointer; - padding: 1px 5px; - font-size: 1.1em; -} - -.btnfile { - font-weight: normal; - background-color: #ECECEC; - border: 1px solid #A9B8C2; - padding: 1px 5px; - font-size: 1.1em; -} - -.helpline { - background-color: #DEE3E7; - border-style: none; -} - -input:focus, select:focus, textarea:focus { - outline-style: none; -} - -/* BBCode - ------------ */ -.quotetitle, .attachtitle { - margin: 10px 5px 0 5px; - padding: 4px; - border-width: 1px 1px 0 1px; - border-style: solid; - border-color: #A9B8C2; - color: #333333; - background-color: #A9B8C2; - font-size: 0.85em; - font-weight: bold; -} - -.quotetitle .quotetitle { - font-size: 1em; -} - -.quotecontent, .attachcontent { - margin: 0 5px 10px 5px; - padding: 5px; - border-color: #A9B8C2; - border-width: 0 1px 1px 1px; - border-style: solid; - font-weight: normal; - font-size: 1em; - line-height: 1.4em; - font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; - background-color: #FAFAFA; - color: #4B5C77; -} - -.attachcontent { - font-size: 0.85em; -} - -.codetitle { - margin: 10px 5px 0 5px; - padding: 2px 4px; - border-width: 1px 1px 0 1px; - border-style: solid; - border-color: #A9B8C2; - color: #333333; - background-color: #A9B8C2; - font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; - font-size: 0.8em; -} - -.codecontent { - direction: ltr; - margin: 0 5px 10px 5px; - padding: 5px; - border-color: #A9B8C2; - border-width: 0 1px 1px 1px; - border-style: solid; - font-weight: normal; - color: #006600; - font-size: 0.85em; - font-family: Monaco, 'Courier New', monospace; - background-color: #FAFAFA; -} - -.postimage { - max-width: 100%; -} - -.syntaxbg { - color: #FFFFFF; -} - -.syntaxcomment { - color: #FF8000; -} - -.syntaxdefault { - color: #0000BB; -} - -.syntaxhtml { - color: #000000; -} - -.syntaxkeyword { - color: #007700; -} - -.syntaxstring { - color: #DD0000; -} - - -/* Private messages - ------------------ */ -.pm_marked_colour { - background-color: #000000; -} - -.pm_replied_colour { - background-color: #A9B8C2; -} - -.pm_friend_colour { - background-color: #007700; -} - -.pm_foe_colour { - background-color: #DD0000; -} - - -/* Misc - ------------ */ -img { - border: none; -} - -.sep { - color: black; - background-color: #FFA34F; -} - -table.colortable td { - padding: 0; -} - -pre { - font-size: 1.1em; - font-family: Monaco, 'Courier New', monospace; -} - -.nowrap { - white-space: nowrap; -} - -.username-coloured { - font-weight: bold; -} - - -/* Former imageset */ -span.imageset { - display: inline-block; - background: transparent none 0 0 no-repeat; - margin: 0; - padding: 0; - width: 0; - height: 0; - overflow: hidden; -} -a.imageset { - text-decoration: none !important; -} - -/* Global imageset items */ -.imageset.site_logo { - background-image: url("./images/site_logo.gif"); - padding-left: 170px; - padding-top: 94px; -} -.imageset.upload_bar { - background-image: url("./images/upload_bar.gif"); - padding-left: 280px; - padding-top: 16px; -} -.imageset.poll_left { - background-image: url("./images/poll_left.gif"); - padding-left: 4px; - padding-top: 12px; -} -.imageset.poll_center { - background-image: url("./images/poll_center.gif"); - padding-left: 1px; - padding-top: 12px; -} -.imageset.poll_right { - background-image: url("./images/poll_right.gif"); - padding-left: 4px; - padding-top: 12px; -} -.imageset.forum_link { - background-image: url("./images/forum_link.gif"); - padding-left: 46px; - padding-top: 25px; -} -.imageset.forum_read { - background-image: url("./images/forum_read.gif"); - padding-left: 46px; - padding-top: 25px; -} -.imageset.forum_read_locked { - background-image: url("./images/forum_read_locked.gif"); - padding-left: 46px; - padding-top: 25px; -} -.imageset.forum_read_subforum { - background-image: url("./images/forum_read_subforum.gif"); - padding-left: 46px; - padding-top: 25px; -} -.imageset.forum_unread { - background-image: url("./images/forum_unread.gif"); - padding-left: 46px; - padding-top: 25px; -} -.imageset.forum_unread_locked { - background-image: url("./images/forum_unread_locked.gif"); - padding-left: 46px; - padding-top: 25px; -} -.imageset.forum_unread_subforum { - background-image: url("./images/forum_unread_subforum.gif"); - padding-left: 46px; - padding-top: 25px; -} -.imageset.topic_moved { - background-image: url("./images/topic_moved.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.topic_read { - background-image: url("./images/topic_read.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.topic_read_mine { - background-image: url("./images/topic_read_mine.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.topic_read_hot { - background-image: url("./images/topic_read_hot.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.topic_read_hot_mine { - background-image: url("./images/topic_read_hot_mine.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.topic_read_locked { - background-image: url("./images/topic_read_locked.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.topic_read_locked_mine { - background-image: url("./images/topic_read_locked_mine.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.topic_unread { - background-image: url("./images/topic_unread.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.topic_unread_mine { - background-image: url("./images/topic_unread_mine.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.topic_unread_hot { - background-image: url("./images/topic_unread_hot.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.topic_unread_hot_mine { - background-image: url("./images/topic_unread_hot_mine.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.topic_unread_locked { - background-image: url("./images/topic_unread_locked.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.topic_unread_locked_mine { - background-image: url("./images/topic_unread_locked_mine.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.sticky_read { - background-image: url("./images/sticky_read.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.sticky_read_mine { - background-image: url("./images/sticky_read_mine.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.sticky_read_locked { - background-image: url("./images/sticky_read_locked.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.sticky_read_locked_mine { - background-image: url("./images/sticky_read_locked_mine.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.sticky_unread { - background-image: url("./images/sticky_unread.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.sticky_unread_mine { - background-image: url("./images/sticky_unread_mine.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.sticky_unread_locked { - background-image: url("./images/sticky_unread_locked.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.sticky_unread_locked_mine { - background-image: url("./images/sticky_unread_locked_mine.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.announce_read { - background-image: url("./images/announce_read.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.announce_read_mine { - background-image: url("./images/announce_read_mine.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.announce_read_locked { - background-image: url("./images/announce_read_locked.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.announce_read_locked_mine { - background-image: url("./images/announce_read_locked_mine.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.announce_unread { - background-image: url("./images/announce_unread.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.announce_unread_mine { - background-image: url("./images/announce_unread_mine.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.announce_unread_locked { - background-image: url("./images/announce_unread_locked.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.announce_unread_locked_mine { - background-image: url("./images/announce_unread_locked_mine.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.global_read { - background-image: url("./images/announce_read.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.global_read_mine { - background-image: url("./images/announce_read_mine.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.global_read_locked { - background-image: url("./images/announce_read_locked.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.global_read_locked_mine { - background-image: url("./images/announce_read_locked_mine.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.global_unread { - background-image: url("./images/announce_unread.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.global_unread_mine { - background-image: url("./images/announce_unread_mine.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.global_unread_locked { - background-image: url("./images/announce_unread_locked.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.global_unread_locked_mine { - background-image: url("./images/announce_unread_locked_mine.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.pm_read { - background-image: url("./images/topic_read.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.pm_unread { - background-image: url("./images/topic_unread.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.icon_post_target { - background-image: url("./images/icon_post_target.gif"); - padding-left: 12px; - padding-top: 9px; -} -.imageset.icon_post_target_unread { - background-image: url("./images/icon_post_target_unread.gif"); - padding-left: 12px; - padding-top: 9px; -} -.imageset.icon_topic_attach { - background-image: url("./images/icon_topic_attach.gif"); - padding-left: 14px; - padding-top: 18px; -} -.imageset.icon_topic_latest { - background-image: url("./images/icon_topic_latest.gif"); - padding-left: 18px; - padding-top: 9px; -} -.imageset.icon_topic_newest { - background-image: url("./images/icon_topic_newest.gif"); - padding-left: 18px; - padding-top: 9px; -} -.imageset.icon_topic_reported { - background-image: url("./images/icon_topic_reported.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.icon_topic_unapproved { - background-image: url("./images/icon_topic_unapproved.gif"); - padding-left: 19px; - padding-top: 18px; -} -.imageset.icon_topic_deleted { - background-image: url("./images/icon_topic_deleted.png"); - padding-left: 14px; - padding-top: 14px; -} - - -/* English images for fallback */ -.imageset.phpbb_aol-icon, .imageset.icon_contact_aim { - background-image: url("./en/icon_contact_aim.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.icon_contact_email { - background-image: url("./en/icon_contact_email.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.phpbb_icq-icon, .imageset.icon_contact_icq { - background-image: url("./en/icon_contact_icq.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.icon_contact_jabber { - background-image: url("./en/icon_contact_jabber.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.phpbb_wlm-icon, .imageset.icon_contact_msnm { - background-image: url("./en/icon_contact_msnm.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.icon_contact_pm { - background-image: url("./en/icon_contact_pm.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.phpbb_yahoo-icon, .imageset.icon_contact_yahoo { - background-image: url("./en/icon_contact_yahoo.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.phpbb_website-icon, .imageset.icon_contact_www { - background-image: url("./en/icon_contact_www.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.icon_post_delete { - background-image: url("./en/icon_post_delete.gif"); - padding-left: 20px; - padding-top: 20px; -} -.imageset.icon_post_edit { - background-image: url("./en/icon_post_edit.gif"); - padding-left: 90px; - padding-top: 20px; -} -.imageset.icon_post_info { - background-image: url("./en/icon_post_info.gif"); - padding-left: 20px; - padding-top: 20px; -} -.imageset.icon_post_quote { - background-image: url("./en/icon_post_quote.gif"); - padding-left: 90px; - padding-top: 20px; -} -.imageset.icon_post_report { - background-image: url("./en/icon_post_report.gif"); - padding-left: 20px; - padding-top: 20px; -} -.imageset.icon_user_online { - background-image: url("./en/icon_user_online.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.icon_user_offline { - background-image: url("./en/icon_user_offline.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.icon_user_profile { - background-image: url("./en/icon_user_profile.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.icon_user_search { - background-image: url("./en/icon_user_search.gif"); - padding-left: 72px; - padding-top: 20px; -} -.imageset.icon_user_warn { - background-image: url("./en/icon_user_warn.gif"); - padding-left: 20px; - padding-top: 20px; -} -.imageset.button_pm_new { - background-image: url("./en/button_pm_new.gif"); - padding-left: 97px; - padding-top: 27px; -} -.imageset.button_pm_reply { - background-image: url("./en/button_pm_reply.gif"); - padding-left: 90px; - padding-top: 20px; -} -.imageset.button_topic_locked { - background-image: url("./en/button_topic_locked.gif"); - padding-left: 97px; - padding-top: 27px; -} -.imageset.button_topic_new { - background-image: url("./en/button_topic_new.gif"); - padding-left: 97px; - padding-top: 27px; -} -.imageset.button_topic_reply { - background-image: url("./en/button_topic_reply.gif"); - padding-left: 97px; - padding-top: 27px; -} - -/* RTL imageset entries */ -.rtl .imageset.site_logo { - padding-right: 170px; - padding-left: 0; -} -.rtl .imageset.upload_bar { - padding-right: 280px; - padding-left: 0; -} -.rtl .imageset.poll_left, .rtl .imageset.poll_right { - padding-right: 4px; - padding-left: 0; -} -.rtl .imageset.poll_center { - padding-right: 1px; - padding-left: 0; -} -.rtl .imageset.forum_link, .rtl .imageset.forum_read, .rtl .imageset.forum_read_locked, .rtl .imageset.forum_read_subforum, .rtl .imageset.forum_unread, .rtl .imageset.forum_unread_locked, .rtl .imageset.forum_unread_subforum { - padding-right: 46px; - padding-left: 0; -} -.rtl .imageset.topic_moved, .rtl .imageset.topic_read, .rtl .imageset.topic_read_mine, .rtl .imageset.topic_read_hot, .rtl .imageset.topic_read_hot_mine, .rtl .imageset.topic_read_locked, .rtl .imageset.topic_read_locked_mine, .rtl .imageset.topic_unread, .rtl .imageset.topic_unread_mine, .rtl .imageset.topic_unread_hot, .rtl .imageset.topic_unread_hot_mine, .rtl .imageset.topic_unread_locked, .rtl .imageset.topic_unread_locked_mine, .rtl .imageset.sticky_read, .rtl .imageset.sticky_read_mine, .rtl .imageset.sticky_read_locked, .rtl .imageset.sticky_read_locked_mine, .rtl .imageset.sticky_unread, .rtl .imageset.sticky_unread_mine, .rtl .imageset.sticky_unread_locked, .rtl .imageset.sticky_unread_locked_mine, .rtl .imageset.announce_read, .rtl .imageset.announce_read_mine, .rtl .imageset.announce_read_locked, .rtl .imageset.announce_read_locked_mine, .rtl .imageset.announce_unread, .rtl .imageset.announce_unread_mine, .rtl .imageset.announce_unread_locked, .rtl .imageset.announce_unread_locked_mine, .rtl .imageset.global_read, .rtl .imageset.global_read_mine, .rtl .imageset.global_read_locked, .rtl .imageset.global_read_locked_mine, .rtl .imageset.global_unread, .rtl .imageset.global_unread_mine, .rtl .imageset.global_unread_locked, .rtl .imageset.global_unread_locked_mine, .rtl .imageset.pm_read, .rtl .imageset.pm_unread, .rtl .imageset.icon_topic_reported, .rtl .imageset.icon_topic_unapproved { - padding-right: 19px; - padding-left: 0; -} -.rtl .imageset.icon_post_target, .rtl .imageset.icon_post_target_unread { - padding-right: 12px; - padding-left: 0; -} -.rtl .imageset.icon_topic_attach { - padding-right: 14px; - padding-left: 0; -} -.rtl .imageset.icon_topic_latest, .rtl .imageset.icon_topic_newest { - padding-right: 18px; - padding-left: 0; -} - -#notification_list { - display: none; - position: absolute; - width: 310px; - z-index: 1; - box-shadow: 3px 3px 5px darkgray; -} - -#notification_list .notification_scroll { - max-height: 350px; - overflow-y: auto; - overflow-x: hidden; -} - -#notification_list table { - width: 100%; -} - -#notification_list .notification_title { - padding: 3px; -} - -#notification_list .notification_title:after { - clear: both; - content: ''; - display: block; -} - -#notification_list .header { - padding: 5px; - font-weight: bold; - border: 1px solid #A9B8C2; - border-bottom: 0; -} - -#notification_list > .header > .header_settings { - float: right; - font-weight: normal; - text-transform: none; -} - -#notification_list .footer { - text-align: center; - font-size: 1.2em; - border: 1px solid #A9B8C2; - border-top: 0; -} - -.notification_list img { - max-width: 50px; - max-height: 50px; -} - -#notification_list .footer > a { - display: block; -} - -#notification_list .notification-time { - font-size: 0.9em; - float: right; -} - -.notification_list .notifications_time { - font-size: 0.8em; -} diff --git a/tests/event/md_exporter_test.php b/tests/event/md_exporter_test.php index 0f9d855caa..28649e4f21 100644 --- a/tests/event/md_exporter_test.php +++ b/tests/event/md_exporter_test.php @@ -41,7 +41,6 @@ class phpbb_event_md_exporter_test extends phpbb_test_case $styles = array( 'adm/style/' => 'adm', 'styles/prosilver/template/' => 'styles', - 'styles/subsilver2/template/' => 'styles', ); foreach ($styles as $path => $filter) { diff --git a/tests/test_framework/phpbb_functional_test_case.php b/tests/test_framework/phpbb_functional_test_case.php index 80e6293ff9..6a33fd7711 100644 --- a/tests/test_framework/phpbb_functional_test_case.php +++ b/tests/test_framework/phpbb_functional_test_case.php @@ -474,7 +474,7 @@ class phpbb_functional_test_case extends phpbb_test_case )); $db->sql_query($sql); - if ($style_path != 'prosilver' && $style_path != 'subsilver2') + if ($style_path != 'prosilver') { @mkdir($phpbb_root_path . 'styles/' . $style_path, 0777); @mkdir($phpbb_root_path . 'styles/' . $style_path . '/template', 0777); @@ -513,7 +513,7 @@ class phpbb_functional_test_case extends phpbb_test_case $db->sql_query('DELETE FROM ' . STYLES_TEMPLATE_TABLE . ' WHERE template_id = ' . $style_id); $db->sql_query('DELETE FROM ' . STYLES_THEME_TABLE . ' WHERE theme_id = ' . $style_id); - if ($style_path != 'prosilver' && $style_path != 'subsilver2') + if ($style_path != 'prosilver') { @rmdir($phpbb_root_path . 'styles/' . $style_path . '/template'); @rmdir($phpbb_root_path . 'styles/' . $style_path);