aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-04-06 14:26:35 +0200
committerJoas Schilling <nickvergessen@gmx.de>2015-04-06 14:26:35 +0200
commit7d08bf5b3eab62cdb6ef29d4d3a780e92ced3b27 (patch)
tree9b25d6cb5c0591137e4b3746428973be4c6734ff
parent84df2250387f01aa545508182acdc3e486b0cced (diff)
parent1d34968967c2cdbff5ae7271b589a6a1b6e0222b (diff)
downloadforums-7d08bf5b3eab62cdb6ef29d4d3a780e92ced3b27.tar
forums-7d08bf5b3eab62cdb6ef29d4d3a780e92ced3b27.tar.gz
forums-7d08bf5b3eab62cdb6ef29d4d3a780e92ced3b27.tar.bz2
forums-7d08bf5b3eab62cdb6ef29d4d3a780e92ced3b27.tar.xz
forums-7d08bf5b3eab62cdb6ef29d4d3a780e92ced3b27.zip
Merge pull request #3517 from Wolfsblvt/ticket/13739
[ticket/13739] Add template core event posting_poll_body_options_after
-rw-r--r--phpBB/docs/events.md8
-rw-r--r--phpBB/styles/prosilver/template/posting_poll_body.html4
-rw-r--r--phpBB/styles/subsilver2/template/posting_poll_body.html1
3 files changed, 12 insertions, 1 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index a76da95f7b..28f8cf7bf0 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -984,6 +984,14 @@ posting_pm_header_find_username_before
* Since: 3.1.0-RC4
* Purpose: Add content before the find username link on composing pm
+posting_poll_body_options_after
+===
+* Locations:
+ + styles/prosilver/template/posting_poll_body.html
+ + styles/subsilver2/template/posting_poll_body.html
+* Since: 3.1.4-RC1
+* Purpose: Add content after the poll options on creating a poll
+
quickreply_editor_panel_after
===
* Locations:
diff --git a/phpBB/styles/prosilver/template/posting_poll_body.html b/phpBB/styles/prosilver/template/posting_poll_body.html
index a131c10533..c3eea0d21d 100644
--- a/phpBB/styles/prosilver/template/posting_poll_body.html
+++ b/phpBB/styles/prosilver/template/posting_poll_body.html
@@ -43,8 +43,10 @@
<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 -->
+ <!-- ENDIF -->
+ <!-- EVENT posting_poll_body_options_after -->
- <!-- ELSEIF S_POLL_DELETE -->
+ <!-- IF S_POLL_DELETE -->
<dl class="fields1">
<dt><label for="poll_delete">{L_POLL_DELETE}{L_COLON}</label></dt>
<dd><label for="poll_delete"><input type="checkbox" name="poll_delete" id="poll_delete"<!-- IF S_POLL_DELETE_CHECKED --> checked="checked"<!-- ENDIF --> /> </label></dd>
diff --git a/phpBB/styles/subsilver2/template/posting_poll_body.html b/phpBB/styles/subsilver2/template/posting_poll_body.html
index 8d98b36c86..07cb6d527e 100644
--- a/phpBB/styles/subsilver2/template/posting_poll_body.html
+++ b/phpBB/styles/subsilver2/template/posting_poll_body.html
@@ -27,6 +27,7 @@
<td class="row2"><input type="checkbox" class="radio" name="poll_vote_change"{VOTE_CHANGE_CHECKED} /></td>
</tr>
<!-- ENDIF -->
+<!-- EVENT posting_poll_body_options_after -->
<!-- IF S_POLL_DELETE -->
<tr>