diff options
author | Alfredo Ramos <alfredo.ramos.sanchez@gmail.com> | 2019-01-21 12:23:05 -0600 |
---|---|---|
committer | Alfredo Ramos <alfredo.ramos.sanchez@gmail.com> | 2019-01-21 12:25:41 -0600 |
commit | 7fc8b55f8c03a8d17bc19933d9313a02b251bbdb (patch) | |
tree | f7fbb183494f4826ae303c629d0cc3a0d1bedd80 /phpBB/styles/prosilver | |
parent | 713c996a0839664570ba24940e6a039ceee654ff (diff) | |
download | forums-7fc8b55f8c03a8d17bc19933d9313a02b251bbdb.tar forums-7fc8b55f8c03a8d17bc19933d9313a02b251bbdb.tar.gz forums-7fc8b55f8c03a8d17bc19933d9313a02b251bbdb.tar.bz2 forums-7fc8b55f8c03a8d17bc19933d9313a02b251bbdb.tar.xz forums-7fc8b55f8c03a8d17bc19933d9313a02b251bbdb.zip |
[ticket/15949] Add ucp_profile_signature_posting_editor_options_prepend
It adds a template event in the signature posting editor to add custom
options to be consistent with the default posting editor.
PHPBB3-15949
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_profile_signature.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_profile_signature.html b/phpBB/styles/prosilver/template/ucp_profile_signature.html index 614f6f440d..ed28b7ab02 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_signature.html +++ b/phpBB/styles/prosilver/template/ucp_profile_signature.html @@ -24,6 +24,7 @@ <!-- INCLUDE posting_editor.html --> <h3>{L_OPTIONS}</h3> <fieldset> + {% EVENT ucp_profile_signature_posting_editor_options_prepend %} <!-- IF S_BBCODE_ALLOWED --> <div><label for="disable_bbcode"><input type="checkbox" name="disable_bbcode" id="disable_bbcode"{S_BBCODE_CHECKED} /> {L_DISABLE_BBCODE}</label></div> <!-- ENDIF --> |