1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11972] Add posting_editor_subject_before template event

PHPBB3-11972
This commit is contained in:
David King
2013-10-30 21:25:57 -07:00
parent 069f806169
commit 3be5fe5354
3 changed files with 11 additions and 2 deletions

View File

@@ -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
===