mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/14075] Add template event after poll preview panel
PHPBB3-14075
This commit is contained in:
parent
2d24b9b61f
commit
f153342fb3
3 changed files with 11 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- EVENT posting_preview_poll_after -->
|
||||
|
||||
<div class="postbody">
|
||||
<h3>{L_PREVIEW}{L_COLON} {PREVIEW_SUBJECT}</h3>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue