From e4336de68d8aca0c8aa0507c2d30597817eb6622 Mon Sep 17 00:00:00 2001 From: David King Date: Sat, 25 Jun 2016 21:16:54 +0100 Subject: [ticket/14695] Add posting_editor_subject_prepend/append template events PHPBB3-14695 --- phpBB/styles/prosilver/template/posting_editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index f897bf7a3b..fc51a17433 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -23,7 +23,7 @@
-
+
-- cgit v1.2.1 From 1455be2260e8fbc7e24b20214154655ef87ef224 Mon Sep 17 00:00:00 2001 From: David King Date: Tue, 9 Aug 2016 21:14:03 -0400 Subject: [ticket/14695] Put posting_editor_subject_append/prepend events on newlines As per request in the PR. PHPBB3-14695 --- phpBB/styles/prosilver/template/posting_editor.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index fc51a17433..5258ea09a2 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -23,7 +23,11 @@
-
+
+ + + +
-- cgit v1.2.1 From 0771eaa732a4c40fd126bd816987dc4c8963af40 Mon Sep 17 00:00:00 2001 From: David King Date: Tue, 9 Aug 2016 21:16:33 -0400 Subject: [ticket/14695] Added posting_editor_subject_append/prepend events to subsilver As per request in PR. PHPBB3-14695 --- phpBB/styles/subsilver2/template/posting_body.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index b984c9f96f..95f817e838 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -166,7 +166,11 @@ {L_SUBJECT}{L_COLON} - + + + + + -- cgit v1.2.1