mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
[ticket/12376] Added viewtopic_body_poll_question_append
PHPBB3-12376
This commit is contained in:
parent
4e79764aca
commit
21c11c7b24
@ -711,6 +711,14 @@ viewtopic_body_poll_fieldset_prepend
|
||||
* Purpose: Add content after the items in the polls fieldset
|
||||
the list.
|
||||
|
||||
viewtopic_body_poll_question_append
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/viewtopic_body.html
|
||||
+ styles/subsilver2/template/viewtopic_body.html
|
||||
* Since: 3.1.0-b3
|
||||
* Purpose: Add content directly after the poll question on the View topic screen
|
||||
|
||||
viewtopic_body_poll_question_prepend
|
||||
===
|
||||
* Locations:
|
||||
|
@ -67,7 +67,7 @@
|
||||
<div class="inner">
|
||||
|
||||
<div class="content">
|
||||
<h2 class="poll-title"><!-- EVENT viewtopic_body_poll_question_prepend -->{POLL_QUESTION}</h2>
|
||||
<h2 class="poll-title"><!-- EVENT viewtopic_body_poll_question_prepend -->{POLL_QUESTION}<!-- EVENT viewtopic_body_poll_question_append --></h2>
|
||||
<p class="author">{L_POLL_LENGTH}<!-- IF S_CAN_VOTE and L_POLL_LENGTH --><br /><!-- ENDIF --><!-- IF S_CAN_VOTE --><span class="poll_max_votes">{L_MAX_VOTES}</span><!-- ENDIF --></p>
|
||||
|
||||
<fieldset class="polls">
|
||||
|
@ -72,7 +72,7 @@
|
||||
|
||||
<table cellspacing="0" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td align="center"><span class="gen"><!-- EVENT viewtopic_body_poll_question_prepend --><b>{POLL_QUESTION}</b></span><br /><span class="gensmall">{L_POLL_LENGTH}</span></td>
|
||||
<td align="center"><span class="gen"><!-- EVENT viewtopic_body_poll_question_prepend --><b>{POLL_QUESTION}</b><!-- EVENT viewtopic_body_poll_question_append --></span><br /><span class="gensmall">{L_POLL_LENGTH}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="{S_CONTENT_FLOW_BEGIN}">
|
||||
|
Loading…
x
Reference in New Issue
Block a user