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:
@@ -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">
|
||||
|
Reference in New Issue
Block a user