1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-17 07:01:22 +02:00

[ticket/14075] Add template event after poll preview panel

PHPBB3-14075
This commit is contained in:
javiexin
2015-08-06 14:43:46 +02:00
committed by Marc Alexander
parent 2d24b9b61f
commit f153342fb3
3 changed files with 11 additions and 0 deletions

View File

@@ -1219,6 +1219,14 @@ posting_poll_body_options_after
* Since: 3.1.4-RC1
* Purpose: Add content after the poll options on creating a poll
posting_preview_poll_after
===
* Locations:
+ styles/prosilver/template/posting_preview.html
+ styles/subsilver2/template/posting_preview.html
* Since: 3.1.6-RC1
* Purpose: Add content after the poll preview block
posting_topic_title_before
===
* Locations:

View File

@@ -24,6 +24,8 @@
<!-- ENDIF -->
<!-- EVENT posting_preview_poll_after -->
<div class="postbody">
<h3>{L_PREVIEW}{L_COLON} {PREVIEW_SUBJECT}</h3>

View File

@@ -38,6 +38,7 @@
</td>
</tr>
<!-- ENDIF -->
<!-- EVENT posting_preview_poll_after -->
<tr>
<td class="row1">
<table width="100%" border="0" cellspacing="0" cellpadding="0">