mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch '3.1.x'
* 3.1.x: [ticket/14075] Update version to 3.1.7-RC1 [ticket/14075] Add template event after poll preview panel
This commit is contained in:
commit
28da758163
2 changed files with 9 additions and 0 deletions
|
@ -1121,6 +1121,13 @@ 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
|
||||||
|
* 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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue