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}