diff options
author | David King <imkingdavid@gmail.com> | 2012-12-17 11:36:07 -0500 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:38:16 -0500 |
commit | d22f171ad0af20bbc02c44a674509371398798b7 (patch) | |
tree | 0d30cb5d99953412607077b20f3aa2722c81b183 /phpBB/styles/prosilver/template/posting_editor.html | |
parent | c6f9e4522bb53f4a6dc943f249fd6a543ad6a6c5 (diff) | |
download | forums-d22f171ad0af20bbc02c44a674509371398798b7.tar forums-d22f171ad0af20bbc02c44a674509371398798b7.tar.gz forums-d22f171ad0af20bbc02c44a674509371398798b7.tar.bz2 forums-d22f171ad0af20bbc02c44a674509371398798b7.tar.xz forums-d22f171ad0af20bbc02c44a674509371398798b7.zip |
[feature/events] Append "_prepend" to posting_editor_options
PHPBB3-9550
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_editor.html')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 0f3522bb15..8156968098 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -213,7 +213,7 @@ <div class="inner"> <fieldset class="fields1"> - <!-- EVENT posting_editor_options --> + <!-- EVENT 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 --> |