mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge pull request #3853 from marc1706/ticket/14075
[ticket/14075] Add template event after poll preview panel * marc1706/ticket/14075: [ticket/14075] Update version to 3.1.7-RC1 [ticket/14075] Add template event after poll preview panel
This commit is contained in:
commit
58af8606c1
3 changed files with 11 additions and 0 deletions
|
@ -1235,6 +1235,14 @@ posting_poll_body_options_after
|
||||||
* Since: 3.1.4-RC1
|
* Since: 3.1.4-RC1
|
||||||
* Purpose: Add content after the poll options on creating a poll
|
* 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.7-RC1
|
||||||
|
* Purpose: Add content after the poll preview block
|
||||||
|
|
||||||
posting_topic_title_before
|
posting_topic_title_before
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -24,6 +24,8 @@
|
||||||
|
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
<!-- EVENT posting_preview_poll_after -->
|
||||||
|
|
||||||
<div class="postbody">
|
<div class="postbody">
|
||||||
<h3>{L_PREVIEW}{L_COLON} {PREVIEW_SUBJECT}</h3>
|
<h3>{L_PREVIEW}{L_COLON} {PREVIEW_SUBJECT}</h3>
|
||||||
|
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
<!-- EVENT posting_preview_poll_after -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1">
|
<td class="row1">
|
||||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||||
|
|
Loading…
Add table
Reference in a new issue