From 3be5fe535470f075af9718dc301b06981c9c695f Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 30 Oct 2013 21:25:57 -0700 Subject: [PATCH] [ticket/11972] Add posting_editor_subject_before template event PHPBB3-11972 --- phpBB/docs/events.md | 9 ++++++++- phpBB/styles/prosilver/template/posting_editor.html | 2 ++ phpBB/styles/subsilver2/template/posting_body.html | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index fc49c67a32..501a1c0acd 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -169,7 +169,14 @@ posting_editor_subject_after * Locations: + styles/prosilver/template/posting_editor.html + styles/subsilver2/template/posting_body.html -* Purpose: Add field (e.g. textbox) to the posting screen under the subject +* Purpose: Add field (e.g. textbox) to the posting screen after the subject + +posting_editor_subject_before +=== +* Locations: + + styles/prosilver/template/posting_editor.html + + styles/subsilver2/template/posting_body.html +* Purpose: Add field (e.g. textbox) to the posting screen before the subject simple_footer_after === diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index a4be602bdf..9e7716e542 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -86,6 +86,8 @@ + +
diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index ea35ccc20f..efd606550e 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -163,7 +163,7 @@ - + {L_SUBJECT}{L_COLON}