1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12376] Add template events viewtopic_body_polls

PHPBB3-12376
This commit is contained in:
PayBas
2014-04-09 14:15:57 +02:00
parent b60108dc78
commit 4e79764aca
3 changed files with 34 additions and 2 deletions

View File

@@ -72,10 +72,11 @@
<table cellspacing="0" cellpadding="4" border="0" align="center">
<tr>
<td align="center"><span class="gen"><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></span><br /><span class="gensmall">{L_POLL_LENGTH}</span></td>
</tr>
<tr>
<td align="{S_CONTENT_FLOW_BEGIN}">
<!-- EVENT viewtopic_body_poll_fieldset_prepend -->
<table cellspacing="0" cellpadding="2" border="0">
<!-- BEGIN poll_option -->
<tr>
@@ -100,6 +101,7 @@
</tr>
<!-- END poll_option -->
</table>
<!-- EVENT viewtopic_body_poll_fieldset_append -->
</td>
</tr>
<!-- IF S_CAN_VOTE -->