From a9a28859d4852be72ce782d079ee3183c4d54852 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Tue, 15 Aug 2017 15:00:12 -0400 Subject: [ticket/15424] Multiple typo fixes in docs & comments Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424 --- phpBB/styles/prosilver/template/forum_fn.js | 2 +- phpBB/styles/prosilver/theme/icons.css | 2 +- phpBB/styles/prosilver/theme/print.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/forum_fn.js b/phpBB/styles/prosilver/template/forum_fn.js index 3f28f8a326..2e393657e8 100644 --- a/phpBB/styles/prosilver/template/forum_fn.js +++ b/phpBB/styles/prosilver/template/forum_fn.js @@ -460,7 +460,7 @@ function parseDocument($container) { $linksLast = $linksNotSkip.filter(filterLast), // The items that will be hidden last persistent = $this.attr('id') === 'nav-main', // Does this list already have a menu (such as quick-links)? html = '', - slack = 3; // Vertical slack space (in pixels). Determines how sensitive the script is in determining whether a line-break has occured. + slack = 3; // Vertical slack space (in pixels). Determines how sensitive the script is in determining whether a line-break has occurred. // Add a hidden drop-down menu to each links list (except those that already have one) if (!persistent) { diff --git a/phpBB/styles/prosilver/theme/icons.css b/phpBB/styles/prosilver/theme/icons.css index 6643f12d06..3ac598486c 100644 --- a/phpBB/styles/prosilver/theme/icons.css +++ b/phpBB/styles/prosilver/theme/icons.css @@ -5,7 +5,7 @@ /* Global module setup --------------------------------*/ -/* Renamed version of .fa class for agnostic useage of icon fonts. +/* Renamed version of .fa class for agnostic usage of icon fonts. * Just change the name of the font after the 14/1 to the name of * the font you wish to use. */ diff --git a/phpBB/styles/prosilver/theme/print.css b/phpBB/styles/prosilver/theme/print.css index 9445279773..ee916dce51 100644 --- a/phpBB/styles/prosilver/theme/print.css +++ b/phpBB/styles/prosilver/theme/print.css @@ -90,7 +90,7 @@ hr { font-size: 75%; } -/* Dont want to print url for names or titles in content area */ +/* Don't want to print url for names or titles in content area */ .postbody .author a:link, .postbody .author a:visited, html>body .postbody .author a:link:after, html>body .postbody .author a:visited:after, -- cgit v1.2.1 From 4ff986f5789b2c7dc5a8b16d8780a5a7ed2ece2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Fri, 25 May 2018 02:13:32 +0200 Subject: [ticket/15671] Limit accepted formats for avatar upload PHPBB3-15671 --- phpBB/styles/prosilver/template/ucp_avatar_options_upload.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options_upload.html b/phpBB/styles/prosilver/template/ucp_avatar_options_upload.html index 63a734ea7d..75bd1802d4 100644 --- a/phpBB/styles/prosilver/template/ucp_avatar_options_upload.html +++ b/phpBB/styles/prosilver/template/ucp_avatar_options_upload.html @@ -1,6 +1,6 @@
-
+
-- cgit v1.2.1 From dc397755d52639bf397bfba2c676438ab4f4d43d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Sun, 27 May 2018 00:06:17 +0200 Subject: [ticket/15671] Load extensions from a variable instead of harcode it PHPBB3-15671 --- phpBB/styles/prosilver/template/ucp_avatar_options_upload.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options_upload.html b/phpBB/styles/prosilver/template/ucp_avatar_options_upload.html index 75bd1802d4..4b067c00f8 100644 --- a/phpBB/styles/prosilver/template/ucp_avatar_options_upload.html +++ b/phpBB/styles/prosilver/template/ucp_avatar_options_upload.html @@ -1,6 +1,6 @@
-
+
-- cgit v1.2.1 From dc9b1c37b163a46b46b79f5b968408ede97e45e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Sun, 27 May 2018 13:40:52 +0200 Subject: [ticket/15671] Rewrite load extensions from a variable instead of harcode it PHPBB3-15671 --- phpBB/styles/prosilver/template/ucp_avatar_options_upload.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options_upload.html b/phpBB/styles/prosilver/template/ucp_avatar_options_upload.html index 4b067c00f8..666950e0ae 100644 --- a/phpBB/styles/prosilver/template/ucp_avatar_options_upload.html +++ b/phpBB/styles/prosilver/template/ucp_avatar_options_upload.html @@ -1,6 +1,6 @@
-
+
-- cgit v1.2.1 From 62e609c10c4475846bb61400872e727ecb99cbc4 Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Sun, 18 Feb 2018 16:44:05 +0100 Subject: [ticket/15522] Improve color palette syntax PHPBB3-15522 --- phpBB/styles/prosilver/template/posting_buttons.html | 2 +- phpBB/styles/prosilver/template/ucp_groups_manage.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/posting_buttons.html b/phpBB/styles/prosilver/template/posting_buttons.html index 122afdf978..fb395fb291 100644 --- a/phpBB/styles/prosilver/template/posting_buttons.html +++ b/phpBB/styles/prosilver/template/posting_buttons.html @@ -52,7 +52,7 @@ diff --git a/phpBB/styles/prosilver/template/ucp_groups_manage.html b/phpBB/styles/prosilver/template/ucp_groups_manage.html index f2b4f003e0..adc8c614e6 100644 --- a/phpBB/styles/prosilver/template/ucp_groups_manage.html +++ b/phpBB/styles/prosilver/template/ucp_groups_manage.html @@ -58,7 +58,7 @@     [ {L_COLOUR_SWATCH} ] - +
-- cgit v1.2.1 From 9f20ff7b9e998688c06737a546fbcaabd87b22ef Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Mon, 18 Jun 2018 19:46:37 +0200 Subject: [ticket/12591] Improve breadcrumb naming and extend it's usage PHPBB3-12591 --- phpBB/styles/prosilver/template/navbar_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html index dc29285922..7aa5ded752 100644 --- a/phpBB/styles/prosilver/template/navbar_header.html +++ b/phpBB/styles/prosilver/template/navbar_header.html @@ -190,7 +190,7 @@ - {navlinks.MICRODATA}>{navlinks.FORUM_NAME} + {navlinks.MICRODATA}>{navlinks.BREADCRUMB_NAME} -- cgit v1.2.1 From 1f87b25709500917438b4588dbf9377f90fbc252 Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Mon, 25 Jun 2018 10:24:56 +0200 Subject: [ticket/12591] Introduce a BC fallback PHPBB3-12591 --- phpBB/styles/prosilver/template/navbar_header.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html index 7aa5ded752..9584aaf415 100644 --- a/phpBB/styles/prosilver/template/navbar_header.html +++ b/phpBB/styles/prosilver/template/navbar_header.html @@ -189,8 +189,10 @@ {L_INDEX} + {% set NAVLINK_NAME = navlinks.BREADCRUMB_NAME | default(navlinks.FORUM_NAME) %} + {% set NAVLINK_LINK = navlinks.U_BREADCRUMB | default(navlinks.U_VIEW_FORUM) %} - {navlinks.MICRODATA}>{navlinks.BREADCRUMB_NAME} + {navlinks.MICRODATA}>{{ NAVLINK_NAME }} -- cgit v1.2.1 From 98b3aacde426c50734e66d06f91993a2839c43d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Thu, 7 Jun 2018 14:57:22 +0200 Subject: [ticket/15663] Remove flash icon and template PHPBB3-15663 --- phpBB/styles/prosilver/template/attachment.html | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/attachment.html b/phpBB/styles/prosilver/template/attachment.html index 0978d9189e..49c49f52a0 100644 --- a/phpBB/styles/prosilver/template/attachment.html +++ b/phpBB/styles/prosilver/template/attachment.html @@ -29,19 +29,6 @@
- - - - - - - - - - -

{_file.DOWNLOAD_NAME} [ {_file.FILESIZE} {_file.SIZE_LANG} | {_file.L_DOWNLOAD_COUNT} ]

- - -- cgit v1.2.1 From 3914515199ba9f3c2ce84e28b0a9a2c4e3dfb270 Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Thu, 26 Jul 2018 16:34:11 +0200 Subject: [ticket/11838] OAuth registration from ucp_register PHPBB3-11838 --- phpBB/styles/prosilver/template/ucp_register.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/ucp_register.html b/phpBB/styles/prosilver/template/ucp_register.html index bf39990c35..ee8aa319bc 100644 --- a/phpBB/styles/prosilver/template/ucp_register.html +++ b/phpBB/styles/prosilver/template/ucp_register.html @@ -12,6 +12,17 @@ } +
+
+ +

{{ SITENAME }} - {{ lang('OAUTH_REGISTRATION') }}

+ + {% if PROVIDER_TEMPLATE_FILE %} + {% include PROVIDER_TEMPLATE_FILE %} + {% endif %} +
+
+
-- cgit v1.2.1 From e46d8d329d6f976ea0be50414a5fe245410ca20b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Mon, 1 Oct 2018 15:16:42 +0200 Subject: [ticket/15244] Remove unglobalise related code PHPBB3-15244 --- phpBB/styles/prosilver/template/posting_layout.html | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/posting_layout.html b/phpBB/styles/prosilver/template/posting_layout.html index bca9195f0e..7c9deb5369 100644 --- a/phpBB/styles/prosilver/template/posting_layout.html +++ b/phpBB/styles/prosilver/template/posting_layout.html @@ -38,27 +38,6 @@ - -
-
-
-

{L_SELECT_DESTINATION_FORUM}

-

{L_UNGLOBALISE_EXPLAIN}

-
-
-
-
- -
-
 
-
-
-
- -
-
- -
-- cgit v1.2.1 From 89ae1c3221c40b6394aa5da6bfc87d2f19ae4c9a Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 11 May 2019 17:30:43 +0200 Subject: [ticket/16052] Update version numbers to 3.3 PHPBB3-16052 --- phpBB/styles/prosilver/style.cfg | 4 ++-- phpBB/styles/prosilver/theme/stylesheet.css | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/style.cfg b/phpBB/styles/prosilver/style.cfg index 4485b17945..cdf67d5a0c 100644 --- a/phpBB/styles/prosilver/style.cfg +++ b/phpBB/styles/prosilver/style.cfg @@ -21,8 +21,8 @@ # General Information about this style name = prosilver copyright = © phpBB Limited, 2007 -style_version = 3.2.7 -phpbb_version = 3.2.7 +style_version = 3.3.0-b1 +phpbb_version = 3.3.0-b1 # Defining a different template bitfield # template_bitfield = //g= diff --git a/phpBB/styles/prosilver/theme/stylesheet.css b/phpBB/styles/prosilver/theme/stylesheet.css index 45eb5b6fc9..c402d563c6 100644 --- a/phpBB/styles/prosilver/theme/stylesheet.css +++ b/phpBB/styles/prosilver/theme/stylesheet.css @@ -1,21 +1,21 @@ /* phpBB3 Style Sheet -------------------------------------------------------------- - Style name: prosilver (the default phpBB 3.2.x style) + Style name: prosilver (the default phpBB 3.3.x style) Based on style: Original author: Tom Beddard ( http://www.subblue.com/ ) Modified by: phpBB Limited ( https://www.phpbb.com/ ) -------------------------------------------------------------- */ -@import url("normalize.css?v=3.2"); -@import url("base.css?v=3.2"); -@import url("utilities.css?v=3.2"); -@import url("common.css?v=3.2"); -@import url("links.css?v=3.2"); -@import url("content.css?v=3.2"); -@import url("buttons.css?v=3.2"); -@import url("cp.css?v=3.2"); -@import url("forms.css?v=3.2"); -@import url("icons.css?v=3.2"); -@import url("colours.css?v=3.2"); -@import url("responsive.css?v=3.2"); +@import url("normalize.css?v=3.3"); +@import url("base.css?v=3.3"); +@import url("utilities.css?v=3.3"); +@import url("common.css?v=3.3"); +@import url("links.css?v=3.3"); +@import url("content.css?v=3.3"); +@import url("buttons.css?v=3.3"); +@import url("cp.css?v=3.3"); +@import url("forms.css?v=3.3"); +@import url("icons.css?v=3.3"); +@import url("colours.css?v=3.3"); +@import url("responsive.css?v=3.3"); -- cgit v1.2.1 From eee18f3747592eb17ea1a16184c19e5cda1f500e Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 10 Aug 2019 15:11:43 +0200 Subject: [ticket/11327] Rename UCP reset password template PHPBB3-11327 --- phpBB/styles/prosilver/template/ucp_remind.html | 37 ---------------------- .../prosilver/template/ucp_reset_password.html | 37 ++++++++++++++++++++++ 2 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 phpBB/styles/prosilver/template/ucp_remind.html create mode 100644 phpBB/styles/prosilver/template/ucp_reset_password.html (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/ucp_remind.html b/phpBB/styles/prosilver/template/ucp_remind.html deleted file mode 100644 index 8b700de430..0000000000 --- a/phpBB/styles/prosilver/template/ucp_remind.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - -
-
- -
-

{L_SEND_PASSWORD}

- -
- {% if USERNAME_REQUIRED %} -

{{ lang('EMAIL_NOT_UNIQUE') }}

- {% endif %} -
-

{L_EMAIL_REMIND}
-
-
- {% if USERNAME_REQUIRED %} -
-
-
-
- {% endif %} -
-
 
-
{S_HIDDEN_FIELDS} 
-
- {S_FORM_TOKEN} -
-
- -
-
- - - diff --git a/phpBB/styles/prosilver/template/ucp_reset_password.html b/phpBB/styles/prosilver/template/ucp_reset_password.html new file mode 100644 index 0000000000..8b700de430 --- /dev/null +++ b/phpBB/styles/prosilver/template/ucp_reset_password.html @@ -0,0 +1,37 @@ + + +
+ +
+
+ +
+

{L_SEND_PASSWORD}

+ +
+ {% if USERNAME_REQUIRED %} +

{{ lang('EMAIL_NOT_UNIQUE') }}

+ {% endif %} +
+

{L_EMAIL_REMIND}
+
+
+ {% if USERNAME_REQUIRED %} +
+
+
+
+ {% endif %} +
+
 
+
{S_HIDDEN_FIELDS} 
+
+ {S_FORM_TOKEN} +
+
+ +
+
+
+ + -- cgit v1.2.1 From cefdf8bf19d764b7fef3d04383a41ed856af5503 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 10 Aug 2019 17:18:39 +0200 Subject: [ticket/11327] Finish up initial version of password reset system PHPBB3-11327 --- .../prosilver/template/ucp_reset_password.html | 38 ++++++++++++++-------- 1 file changed, 25 insertions(+), 13 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/ucp_reset_password.html b/phpBB/styles/prosilver/template/ucp_reset_password.html index 8b700de430..3f9ffce519 100644 --- a/phpBB/styles/prosilver/template/ucp_reset_password.html +++ b/phpBB/styles/prosilver/template/ucp_reset_password.html @@ -1,32 +1,44 @@ -
+
-

{L_SEND_PASSWORD}

+

{{ lang('RESET_PASSWORD') }}

+ {% if S_IS_PASSWORD_RESET %} + {% if ERROR %}

{{ ERROR }}

{% endif %} +
+
+
+
+
+
+
+
+ {% else %} {% if USERNAME_REQUIRED %}

{{ lang('EMAIL_NOT_UNIQUE') }}

{% endif %} -
-

{L_EMAIL_REMIND}
-
-
- {% if USERNAME_REQUIRED %} -
-
-
-
+
+

{{ lang('EMAIL_REMIND') }}
+
+
+ {% if USERNAME_REQUIRED %} +
+
+
+
+ {% endif %} {% endif %}
 
-
{S_HIDDEN_FIELDS} 
+
{{ S_HIDDEN_FIELDS }} 
- {S_FORM_TOKEN} + {{ S_FORM_TOKEN }}
-- cgit v1.2.1 From ba92e7d2d6fa946de715e3ff6b72275374824f8d Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 10 Aug 2019 21:23:54 +0200 Subject: [ticket/11327] Clean up code a bit PHPBB3-11327 --- phpBB/styles/prosilver/template/ucp_reset_password.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/ucp_reset_password.html b/phpBB/styles/prosilver/template/ucp_reset_password.html index 3f9ffce519..8003a5646a 100644 --- a/phpBB/styles/prosilver/template/ucp_reset_password.html +++ b/phpBB/styles/prosilver/template/ucp_reset_password.html @@ -1,6 +1,6 @@ - +
-- cgit v1.2.1 From 454ea081f17c0dfb9eb75287698a301e5c5d275b Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 26 Aug 2019 18:14:39 +0200 Subject: [ticket/11327] Use U_ prefix for reset password URL template variable PHPBB3-11327 --- phpBB/styles/prosilver/template/ucp_reset_password.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/ucp_reset_password.html b/phpBB/styles/prosilver/template/ucp_reset_password.html index 8003a5646a..fffaa1b59e 100644 --- a/phpBB/styles/prosilver/template/ucp_reset_password.html +++ b/phpBB/styles/prosilver/template/ucp_reset_password.html @@ -1,6 +1,6 @@ - +
-- cgit v1.2.1 From 8048d817ca0198b214457066a549db6f92b85bc0 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 30 Aug 2019 09:44:10 +0200 Subject: [ticket/11327] Move html output to reset password html file PHPBB3-11327 --- phpBB/styles/prosilver/template/ucp_reset_password.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/ucp_reset_password.html b/phpBB/styles/prosilver/template/ucp_reset_password.html index fffaa1b59e..0a05f69aed 100644 --- a/phpBB/styles/prosilver/template/ucp_reset_password.html +++ b/phpBB/styles/prosilver/template/ucp_reset_password.html @@ -10,7 +10,7 @@
{% if S_IS_PASSWORD_RESET %} - {% if ERROR %}

{{ ERROR }}

{% endif %} + {% if PASSWORD_RESET_ERRORS %}

{{ PASSWORD_RESET_ERRORS | join('
') }}

{% endif %}
-- cgit v1.2.1 From ccc21a8c94d9ee3d9cb2d1f869837bd03336ac9d Mon Sep 17 00:00:00 2001 From: mrgoldy Date: Mon, 9 Sep 2019 16:27:16 +0200 Subject: [ticket/12539] Live member search improvements PHPBB3-12539 --- phpBB/styles/prosilver/template/memberlist_search.html | 2 +- phpBB/styles/prosilver/theme/colours.css | 5 +++++ phpBB/styles/prosilver/theme/forms.css | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/memberlist_search.html b/phpBB/styles/prosilver/template/memberlist_search.html index b1c7a81709..34915ebc41 100644 --- a/phpBB/styles/prosilver/template/memberlist_search.html +++ b/phpBB/styles/prosilver/template/memberlist_search.html @@ -12,7 +12,7 @@
- + -- cgit v1.2.1 From 734c1cd5bdc452e8b425188e87be55f4b5c6f303 Mon Sep 17 00:00:00 2001 From: 3D-I <480857+3D-I@users.noreply.github.com> Date: Thu, 24 Oct 2019 07:07:08 +0200 Subject: [ticket/16187] Correctly display registration using external services PHPBB3-16187 --- phpBB/styles/prosilver/template/ucp_register.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/ucp_register.html b/phpBB/styles/prosilver/template/ucp_register.html index ee8aa319bc..f44382f500 100644 --- a/phpBB/styles/prosilver/template/ucp_register.html +++ b/phpBB/styles/prosilver/template/ucp_register.html @@ -12,16 +12,16 @@ } -
-
+{% if PROVIDER_TEMPLATE_FILE %} +
+
-

{{ SITENAME }} - {{ lang('OAUTH_REGISTRATION') }}

+

{{ SITENAME }} - {{ lang('OAUTH_REGISTRATION') }}

- {% if PROVIDER_TEMPLATE_FILE %} {% include PROVIDER_TEMPLATE_FILE %} - {% endif %} +
-
+{% endif %} -- cgit v1.2.1 From eb94fe973bbf7b56e61b0287cf9a765197bed27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Bartus?= Date: Fri, 11 May 2018 17:29:49 +0200 Subject: [ticket/9837] Display unapproved posts to their authors Basic functionality mock up. PHPBB3-9837 --- phpBB/styles/prosilver/template/viewtopic_body.html | 6 ++++++ phpBB/styles/prosilver/theme/colours.css | 4 ++++ 2 files changed, 10 insertions(+) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 9bfa07e52b..5a469b8d85 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -294,6 +294,7 @@ +

@@ -304,6 +305,11 @@ {S_FORM_TOKEN}

+ +

+ {L_POST_UNAPPROVED} +

+

diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index ffaa71034f..d8ee4f73a7 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -1161,3 +1161,7 @@ li.notification-reported strong, li.notification-disapproved strong { background-color: #D31141; color: #ffffff; } + +p.information { + background-color: #b8d3e0; +} -- cgit v1.2.1 From 01b0ec19c681b76b59ae37c77d56357b2197bb8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Bartus?= Date: Sun, 13 May 2018 13:13:38 +0200 Subject: [ticket/9837] Small fixes PHPBB3-9837 --- phpBB/styles/prosilver/template/viewtopic_body.html | 2 +- phpBB/styles/prosilver/theme/colours.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 5a469b8d85..16e28651bf 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -306,7 +306,7 @@

-

+

{L_POST_UNAPPROVED}

diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index d8ee4f73a7..c44b5cd37d 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -1162,6 +1162,6 @@ li.notification-reported strong, li.notification-disapproved strong { color: #ffffff; } -p.information { +.information { background-color: #b8d3e0; } -- cgit v1.2.1 From 78a913581c727801240758c0a8c3bfae86d124ca Mon Sep 17 00:00:00 2001 From: v12mike Date: Tue, 10 Sep 2019 16:32:13 -0400 Subject: [ticket/9837] Display unapproved posts to posters Add tests and improve style template PHPBB3-9837 --- phpBB/styles/prosilver/template/viewtopic_body.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 16e28651bf..f627852969 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -306,8 +306,9 @@

-

- {L_POST_UNAPPROVED} +

+ + {L_POST_UNAPPROVED}

-- cgit v1.2.1 From 92362441bd17dd18fb006a7b9f7a05c65ed2b432 Mon Sep 17 00:00:00 2001 From: v12mike Date: Wed, 11 Sep 2019 04:52:07 -0400 Subject: [ticket/9837] Make unapproved posts visible to posters Add tests Tidy up code Improve user message formatting PHPBB3-9837 --- phpBB/styles/prosilver/template/viewtopic_body.html | 2 +- phpBB/styles/prosilver/theme/colours.css | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index f627852969..6af33f2f87 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -308,7 +308,7 @@

- {L_POST_UNAPPROVED} + {L_POST_UNAPPROVED_EXPLAIN}

diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index c44b5cd37d..ffaa71034f 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -1161,7 +1161,3 @@ li.notification-reported strong, li.notification-disapproved strong { background-color: #D31141; color: #ffffff; } - -.information { - background-color: #b8d3e0; -} -- cgit v1.2.1 From 3149b45ebafb42f347cb2b537c8fef2a51bd4783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Bartus?= Date: Fri, 11 May 2018 17:29:49 +0200 Subject: [ticket/9837] Display unapproved posts to their authors Basic functionality mock up. PHPBB3-9837 --- phpBB/styles/prosilver/theme/colours.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index ffaa71034f..d8ee4f73a7 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -1161,3 +1161,7 @@ li.notification-reported strong, li.notification-disapproved strong { background-color: #D31141; color: #ffffff; } + +p.information { + background-color: #b8d3e0; +} -- cgit v1.2.1 From e39753083ddf702696747206abbf0916b9b0c904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Bartus?= Date: Sun, 13 May 2018 13:13:38 +0200 Subject: [ticket/9837] Small fixes PHPBB3-9837 --- phpBB/styles/prosilver/theme/colours.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index d8ee4f73a7..c44b5cd37d 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -1162,6 +1162,6 @@ li.notification-reported strong, li.notification-disapproved strong { color: #ffffff; } -p.information { +.information { background-color: #b8d3e0; } -- cgit v1.2.1 From 9fff4cf2536821ef75e4908cc22be2122dcc67a9 Mon Sep 17 00:00:00 2001 From: v12mike Date: Wed, 11 Sep 2019 04:52:07 -0400 Subject: [ticket/9837] Make unapproved posts visible to posters Add tests Tidy up code Improve user message formatting PHPBB3-9837 --- phpBB/styles/prosilver/theme/colours.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index c44b5cd37d..ffaa71034f 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -1161,7 +1161,3 @@ li.notification-reported strong, li.notification-disapproved strong { background-color: #D31141; color: #ffffff; } - -.information { - background-color: #b8d3e0; -} -- cgit v1.2.1 From db1040ec6930c43a546b94e785cd78084496949d Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 22 Nov 2019 11:04:32 +0100 Subject: [prep-release-3.3.0-b2] Update version numbers to 3.3.0-b2 --- phpBB/styles/prosilver/style.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/style.cfg b/phpBB/styles/prosilver/style.cfg index cdf67d5a0c..9b9a02c1fb 100644 --- a/phpBB/styles/prosilver/style.cfg +++ b/phpBB/styles/prosilver/style.cfg @@ -21,8 +21,8 @@ # General Information about this style name = prosilver copyright = © phpBB Limited, 2007 -style_version = 3.3.0-b1 -phpbb_version = 3.3.0-b1 +style_version = 3.3.0-b2 +phpbb_version = 3.3.0-b2 # Defining a different template bitfield # template_bitfield = //g= -- cgit v1.2.1 From 8ffbd66cba87bb880783ee6909d4f7414ce32858 Mon Sep 17 00:00:00 2001 From: hanakin Date: Sat, 7 Dec 2019 08:05:21 -1000 Subject: [ticket/16248] Swap out logos PHPBB3-16248 --- phpBB/styles/prosilver/template/overall_header.html | 9 ++++++++- phpBB/styles/prosilver/theme/colours.css | 3 --- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 09824d0a16..51058297e1 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -84,7 +84,14 @@
- +

{SITENAME}

{SITE_DESCRIPTION}

diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index ffaa71034f..a0ebaef62f 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -148,9 +148,6 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) { background-color: #E7E8EA; } -.site_logo { - background-image: url("./images/site_logo.gif"); -} /* Horizontal lists ----------------------------------------*/ -- cgit v1.2.1 From 0fc6fbf9169a8e4d66d83f50f842b357d553f9f7 Mon Sep 17 00:00:00 2001 From: hanakin Date: Sat, 7 Dec 2019 08:12:52 -1000 Subject: [ticket/16248] Remove all unused theme/images PHPBB3-16248 --- phpBB/styles/prosilver/theme/images/bg_header.gif | Bin 690 -> 0 bytes phpBB/styles/prosilver/theme/images/bg_list.gif | Bin 664 -> 0 bytes phpBB/styles/prosilver/theme/images/icon_download.gif | Bin 198 -> 0 bytes phpBB/styles/prosilver/theme/images/icon_offline.gif | Bin 322 -> 0 bytes phpBB/styles/prosilver/theme/images/icon_online.gif | Bin 331 -> 0 bytes phpBB/styles/prosilver/theme/images/icon_rate_bad.gif | Bin 465 -> 0 bytes phpBB/styles/prosilver/theme/images/icon_rate_good.gif | Bin 462 -> 0 bytes phpBB/styles/prosilver/theme/images/quote.gif | Bin 153 -> 0 bytes phpBB/styles/prosilver/theme/images/quote_rtl.gif | Bin 154 -> 0 bytes phpBB/styles/prosilver/theme/images/site_logo.gif | Bin 5070 -> 0 bytes 10 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 phpBB/styles/prosilver/theme/images/bg_header.gif delete mode 100644 phpBB/styles/prosilver/theme/images/bg_list.gif delete mode 100644 phpBB/styles/prosilver/theme/images/icon_download.gif delete mode 100644 phpBB/styles/prosilver/theme/images/icon_offline.gif delete mode 100644 phpBB/styles/prosilver/theme/images/icon_online.gif delete mode 100644 phpBB/styles/prosilver/theme/images/icon_rate_bad.gif delete mode 100644 phpBB/styles/prosilver/theme/images/icon_rate_good.gif delete mode 100644 phpBB/styles/prosilver/theme/images/quote.gif delete mode 100644 phpBB/styles/prosilver/theme/images/quote_rtl.gif delete mode 100644 phpBB/styles/prosilver/theme/images/site_logo.gif (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/theme/images/bg_header.gif b/phpBB/styles/prosilver/theme/images/bg_header.gif deleted file mode 100644 index 351de9f46a..0000000000 Binary files a/phpBB/styles/prosilver/theme/images/bg_header.gif and /dev/null differ diff --git a/phpBB/styles/prosilver/theme/images/bg_list.gif b/phpBB/styles/prosilver/theme/images/bg_list.gif deleted file mode 100644 index 89f8963fde..0000000000 Binary files a/phpBB/styles/prosilver/theme/images/bg_list.gif and /dev/null differ diff --git a/phpBB/styles/prosilver/theme/images/icon_download.gif b/phpBB/styles/prosilver/theme/images/icon_download.gif deleted file mode 100644 index 70cd61caf2..0000000000 Binary files a/phpBB/styles/prosilver/theme/images/icon_download.gif and /dev/null differ diff --git a/phpBB/styles/prosilver/theme/images/icon_offline.gif b/phpBB/styles/prosilver/theme/images/icon_offline.gif deleted file mode 100644 index 5dc4212e9f..0000000000 Binary files a/phpBB/styles/prosilver/theme/images/icon_offline.gif and /dev/null differ diff --git a/phpBB/styles/prosilver/theme/images/icon_online.gif b/phpBB/styles/prosilver/theme/images/icon_online.gif deleted file mode 100644 index d0d202dde5..0000000000 Binary files a/phpBB/styles/prosilver/theme/images/icon_online.gif and /dev/null differ diff --git a/phpBB/styles/prosilver/theme/images/icon_rate_bad.gif b/phpBB/styles/prosilver/theme/images/icon_rate_bad.gif deleted file mode 100644 index 7901889408..0000000000 Binary files a/phpBB/styles/prosilver/theme/images/icon_rate_bad.gif and /dev/null differ diff --git a/phpBB/styles/prosilver/theme/images/icon_rate_good.gif b/phpBB/styles/prosilver/theme/images/icon_rate_good.gif deleted file mode 100644 index 6d23034d71..0000000000 Binary files a/phpBB/styles/prosilver/theme/images/icon_rate_good.gif and /dev/null differ diff --git a/phpBB/styles/prosilver/theme/images/quote.gif b/phpBB/styles/prosilver/theme/images/quote.gif deleted file mode 100644 index d1992273e6..0000000000 Binary files a/phpBB/styles/prosilver/theme/images/quote.gif and /dev/null differ diff --git a/phpBB/styles/prosilver/theme/images/quote_rtl.gif b/phpBB/styles/prosilver/theme/images/quote_rtl.gif deleted file mode 100644 index ac719cf280..0000000000 Binary files a/phpBB/styles/prosilver/theme/images/quote_rtl.gif and /dev/null differ diff --git a/phpBB/styles/prosilver/theme/images/site_logo.gif b/phpBB/styles/prosilver/theme/images/site_logo.gif deleted file mode 100644 index 2517fbedd6..0000000000 Binary files a/phpBB/styles/prosilver/theme/images/site_logo.gif and /dev/null differ -- cgit v1.2.1 From 8be1ad4568495bb5240d02d93a62b2610bbdf471 Mon Sep 17 00:00:00 2001 From: hanakin Date: Sat, 7 Dec 2019 08:20:59 -1000 Subject: [ticket/16248] loaaaad svg old way for BC PHPBB3-16248 --- phpBB/styles/prosilver/template/overall_header.html | 7 +------ phpBB/styles/prosilver/theme/colours.css | 3 +++ phpBB/styles/prosilver/theme/common.css | 1 + phpBB/styles/prosilver/theme/images/site_logo.svg | 6 ++++++ 4 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 phpBB/styles/prosilver/theme/images/site_logo.svg (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 51058297e1..b1f7184a9d 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -85,12 +85,7 @@

{SITENAME}

{SITE_DESCRIPTION}

diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index a0ebaef62f..ded4f40811 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -148,6 +148,9 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) { background-color: #E7E8EA; } +.site_logo { + background-image: url("./images/site_logo.svg"); +} /* Horizontal lists ----------------------------------------*/ diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index a0dc5e043b..eb04c66223 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -176,6 +176,7 @@ a:hover { text-decoration: underline; } } .site_logo { + background-repeat: no-repeat; display: inline-block; width: 149px; height: 52px; diff --git a/phpBB/styles/prosilver/theme/images/site_logo.svg b/phpBB/styles/prosilver/theme/images/site_logo.svg new file mode 100644 index 0000000000..4ce8903417 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/site_logo.svg @@ -0,0 +1,6 @@ + + + + + + -- cgit v1.2.1 From fce796517b7feb88468d52e96db8d3c1d3a41cbe Mon Sep 17 00:00:00 2001 From: hanakin Date: Tue, 17 Dec 2019 14:28:53 -0800 Subject: [ticket/16248] Convert to twig PHPBB3-16248 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index b1f7184a9d..44b580a903 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -84,7 +84,7 @@
-

{SITENAME}

-- cgit v1.2.1 From 26c4dfb9d783e78436f7c8ddc4f84bb84f8eb125 Mon Sep 17 00:00:00 2001 From: hanakin Date: Tue, 17 Dec 2019 15:35:15 -0800 Subject: [ticket/16248] add quotes to lang PHPBB3-16248 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 44b580a903..992e040152 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -84,7 +84,7 @@
-

{SITENAME}

-- cgit v1.2.1 From 8e54e5cc798b522d84ebd95b4fd5da398ba175b9 Mon Sep 17 00:00:00 2001 From: hanakin Date: Tue, 17 Dec 2019 17:41:21 -0800 Subject: [ticket/16248] stupid lack of standards are stupid PHPBB3-16248 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 992e040152..2867802de4 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -84,7 +84,7 @@
-

{SITENAME}

-- cgit v1.2.1 From 84f01ed0dab5a45ea945361ac3283f8928a4a57f Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 21 Dec 2019 10:46:12 +0100 Subject: [prep-release-3.3.0-RC1] Update version numbers to 3.3.0-RC1 --- phpBB/styles/prosilver/style.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/style.cfg b/phpBB/styles/prosilver/style.cfg index 9b9a02c1fb..7cc7ba4922 100644 --- a/phpBB/styles/prosilver/style.cfg +++ b/phpBB/styles/prosilver/style.cfg @@ -21,8 +21,8 @@ # General Information about this style name = prosilver copyright = © phpBB Limited, 2007 -style_version = 3.3.0-b2 -phpbb_version = 3.3.0-b2 +style_version = 3.3.0-RC1 +phpbb_version = 3.3.0-RC1 # Defining a different template bitfield # template_bitfield = //g= -- cgit v1.2.1 From 580126cff3537d4f689059f2bfdcb2eccb9c9494 Mon Sep 17 00:00:00 2001 From: Alfredo Ramos Date: Sun, 29 Dec 2019 11:54:07 -0600 Subject: [ticket/15592] Fix attachments place inline button if BBCode is disabled PHPBB3-15592 --- phpBB/styles/prosilver/template/posting_attach_body.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/posting_attach_body.html b/phpBB/styles/prosilver/template/posting_attach_body.html index ff5bfe1b55..0363fe0f05 100644 --- a/phpBB/styles/prosilver/template/posting_attach_body.html +++ b/phpBB/styles/prosilver/template/posting_attach_body.html @@ -38,7 +38,7 @@ -   + {% if S_BBCODE_ALLOWED %} {% endif %} @@ -64,7 +64,7 @@ {attach_row.FILENAME} {% EVENT posting_attach_body_attach_row_controls_prepend %} -   + {% if S_BBCODE_ALLOWED and S_INLINE_ATTACHMENT_OPTIONS %} {% endif %} {% EVENT posting_attach_body_attach_row_controls_append %} -- cgit v1.2.1 From eb8ace14c8d4fb7f0d080bf28ffb16f8d5fe8424 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 4 Jan 2020 14:33:22 +0100 Subject: [prep-release-3.3.0] Update version numbers for 3.3.0 release --- phpBB/styles/prosilver/style.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/style.cfg b/phpBB/styles/prosilver/style.cfg index 7cc7ba4922..0c7eba6700 100644 --- a/phpBB/styles/prosilver/style.cfg +++ b/phpBB/styles/prosilver/style.cfg @@ -21,8 +21,8 @@ # General Information about this style name = prosilver copyright = © phpBB Limited, 2007 -style_version = 3.3.0-RC1 -phpbb_version = 3.3.0-RC1 +style_version = 3.3.0 +phpbb_version = 3.3.0 # Defining a different template bitfield # template_bitfield = //g= -- cgit v1.2.1