mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/13739] Add template core event posting_poll_body_options_after
Fixing order of if statement and event PHPBB3-13739
This commit is contained in:
parent
284a5671c5
commit
1d34968967
1 changed files with 1 additions and 1 deletions
|
@ -43,8 +43,8 @@
|
||||||
<dd><label for="poll_vote_change"><input type="checkbox" id="poll_vote_change" name="poll_vote_change"{VOTE_CHANGE_CHECKED} /> {L_POLL_VOTE_CHANGE_EXPLAIN}</label></dd>
|
<dd><label for="poll_vote_change"><input type="checkbox" id="poll_vote_change" name="poll_vote_change"{VOTE_CHANGE_CHECKED} /> {L_POLL_VOTE_CHANGE_EXPLAIN}</label></dd>
|
||||||
</dl>
|
</dl>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- EVENT posting_poll_body_options_after -->
|
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
<!-- EVENT posting_poll_body_options_after -->
|
||||||
|
|
||||||
<!-- IF S_POLL_DELETE -->
|
<!-- IF S_POLL_DELETE -->
|
||||||
<dl class="fields1">
|
<dl class="fields1">
|
||||||
|
|
Loading…
Add table
Reference in a new issue