diff options
author | Wolfsblvt <clemenshusung@gmx.de> | 2015-04-03 19:20:16 +0200 |
---|---|---|
committer | Wolfsblvt <clemenshusung@gmx.de> | 2015-04-03 19:20:16 +0200 |
commit | 1d34968967c2cdbff5ae7271b589a6a1b6e0222b (patch) | |
tree | b4cc1077fdd4e498721d2526451fed77d6c5d8bf /phpBB | |
parent | 284a5671c56dcf02ea4bf5c37d125707989977cc (diff) | |
download | forums-1d34968967c2cdbff5ae7271b589a6a1b6e0222b.tar forums-1d34968967c2cdbff5ae7271b589a6a1b6e0222b.tar.gz forums-1d34968967c2cdbff5ae7271b589a6a1b6e0222b.tar.bz2 forums-1d34968967c2cdbff5ae7271b589a6a1b6e0222b.tar.xz forums-1d34968967c2cdbff5ae7271b589a6a1b6e0222b.zip |
[ticket/13739] Add template core event posting_poll_body_options_after
Fixing order of if statement and event
PHPBB3-13739
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_poll_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_poll_body.html b/phpBB/styles/prosilver/template/posting_poll_body.html index 6acd371415..c3eea0d21d 100644 --- a/phpBB/styles/prosilver/template/posting_poll_body.html +++ b/phpBB/styles/prosilver/template/posting_poll_body.html @@ -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> </dl> <!-- ENDIF --> - <!-- EVENT posting_poll_body_options_after --> <!-- ENDIF --> + <!-- EVENT posting_poll_body_options_after --> <!-- IF S_POLL_DELETE --> <dl class="fields1"> |