From c386bf7911edfc4613c6a70dae37db76bfe645cb Mon Sep 17 00:00:00 2001 From: Cesar G Date: Fri, 18 Oct 2013 20:47:22 -0700 Subject: [ticket/11472] Make prosilver's editor.js an asset used by all styles. PHPBB3-11472 --- phpBB/styles/subsilver2/template/posting_buttons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/subsilver2/template/posting_buttons.html') diff --git a/phpBB/styles/subsilver2/template/posting_buttons.html b/phpBB/styles/subsilver2/template/posting_buttons.html index 1a7093e1be..6ffb1d89d8 100644 --- a/phpBB/styles/subsilver2/template/posting_buttons.html +++ b/phpBB/styles/subsilver2/template/posting_buttons.html @@ -33,7 +33,7 @@ // ]]> - + -- cgit v1.2.1 From 1ea07e2270a0e18bc6008f4ac28df03b5fd52432 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Sun, 20 Oct 2013 16:35:28 -0700 Subject: [ticket/11472] Use {T_ASSETS_PATH}. PHPBB3-11472 --- phpBB/styles/subsilver2/template/posting_buttons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/subsilver2/template/posting_buttons.html') diff --git a/phpBB/styles/subsilver2/template/posting_buttons.html b/phpBB/styles/subsilver2/template/posting_buttons.html index 6ffb1d89d8..7a3a4ca73c 100644 --- a/phpBB/styles/subsilver2/template/posting_buttons.html +++ b/phpBB/styles/subsilver2/template/posting_buttons.html @@ -33,7 +33,7 @@ // ]]> - + -- cgit v1.2.1 From 263f213ffe9fa5999fff8274983daa24eec07f55 Mon Sep 17 00:00:00 2001 From: s9e Date: Thu, 21 Nov 2013 23:20:16 +0100 Subject: [ticket/12028] Replace L_COLON with literal colon Replace L_COLON with literal colon in JavaScript context. [ci skip] PHPBB3-12028 --- phpBB/styles/subsilver2/template/posting_buttons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/subsilver2/template/posting_buttons.html') diff --git a/phpBB/styles/subsilver2/template/posting_buttons.html b/phpBB/styles/subsilver2/template/posting_buttons.html index 7a3a4ca73c..06de2c3169 100644 --- a/phpBB/styles/subsilver2/template/posting_buttons.html +++ b/phpBB/styles/subsilver2/template/posting_buttons.html @@ -27,7 +27,7 @@ d: '{LA_BBCODE_D_HELP}', tip: '{L_STYLES_TIP}' - ,cb_{custom_tags.BBCODE_ID}{L_COLON} '{custom_tags.A_BBCODE_HELPLINE}' + ,cb_{custom_tags.BBCODE_ID}: '{custom_tags.A_BBCODE_HELPLINE}' } -- cgit v1.2.1 From 35da9ab9cfa183a8ffc364b48ecb85c8575a03f0 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 4 Dec 2013 16:35:11 -0800 Subject: [ticket/12060] Add template events posting_editor_buttons_before/after PHPBB3-12060 --- phpBB/styles/subsilver2/template/posting_buttons.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/styles/subsilver2/template/posting_buttons.html') diff --git a/phpBB/styles/subsilver2/template/posting_buttons.html b/phpBB/styles/subsilver2/template/posting_buttons.html index 06de2c3169..ec5abc2c0c 100644 --- a/phpBB/styles/subsilver2/template/posting_buttons.html +++ b/phpBB/styles/subsilver2/template/posting_buttons.html @@ -36,6 +36,7 @@ + @@ -66,6 +67,7 @@ + -- cgit v1.2.1 From bd8c444c12f2bfeea957584559276e822807a01a Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 4 Dec 2013 16:37:16 -0800 Subject: [ticket/12060] Wrap subsilver2 posting buttons in div with id tags Wrap the posting buttons in div tags with id attributes to allow needed ability to process them with CSS, for example, to hide them. PHPBB3-12060 --- .../subsilver2/template/posting_buttons.html | 68 ++++++++++++---------- 1 file changed, 36 insertions(+), 32 deletions(-) (limited to 'phpBB/styles/subsilver2/template/posting_buttons.html') diff --git a/phpBB/styles/subsilver2/template/posting_buttons.html b/phpBB/styles/subsilver2/template/posting_buttons.html index ec5abc2c0c..6fe15bff23 100644 --- a/phpBB/styles/subsilver2/template/posting_buttons.html +++ b/phpBB/styles/subsilver2/template/posting_buttons.html @@ -37,36 +37,38 @@ - - - - - - - - - - - - - - - - - - - - {L_FONT_SIZE}{L_COLON} + + + + + + + + + + + + + + + + + - + {L_FONT_SIZE}{L_COLON} + @@ -74,9 +76,11 @@ - - onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')" /> - +
+ + onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')" /> + +
-- cgit v1.2.1 From 9e0dd14e1973eea7db3cad3426381999bf2a8bdb Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 12 Dec 2013 09:56:51 -0800 Subject: [ticket/12060] Remove re-tabbing of html from subsilver2 files PHPBB3-12060 --- .../subsilver2/template/posting_buttons.html | 76 +++++++++++----------- 1 file changed, 38 insertions(+), 38 deletions(-) (limited to 'phpBB/styles/subsilver2/template/posting_buttons.html') diff --git a/phpBB/styles/subsilver2/template/posting_buttons.html b/phpBB/styles/subsilver2/template/posting_buttons.html index 6fe15bff23..2c60913fc0 100644 --- a/phpBB/styles/subsilver2/template/posting_buttons.html +++ b/phpBB/styles/subsilver2/template/posting_buttons.html @@ -36,51 +36,51 @@ - -
- - - - - - - - - - - - - - - - - - - - {L_FONT_SIZE}{L_COLON} + + + + + + + + + + + + + + + + + + + {L_FONT_SIZE}{L_COLON} -
- + + + + -
- - onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')" /> - -
+
+ + onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')" /> + +
-- cgit v1.2.1