aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/PSO/viewtopic_poll_ballot.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/PSO/viewtopic_poll_ballot.tpl')
-rw-r--r--phpBB/templates/PSO/viewtopic_poll_ballot.tpl23
1 files changed, 0 insertions, 23 deletions
diff --git a/phpBB/templates/PSO/viewtopic_poll_ballot.tpl b/phpBB/templates/PSO/viewtopic_poll_ballot.tpl
deleted file mode 100644
index 4f53f92ada..0000000000
--- a/phpBB/templates/PSO/viewtopic_poll_ballot.tpl
+++ /dev/null
@@ -1,23 +0,0 @@
- <tr>
- <td class="row2" colspan="2"><br clear="all" /><form method="POST" action="{S_VOTE_ACTION}"><table cellspacing="0" cellpadding="4" border="0" align="center">
- <tr>
- <td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span></td>
- </tr>
- <tr>
- <td align="center"><table cellspacing="0" cellpadding="2" border="0">
- <!-- BEGIN poll_option -->
- <tr>
- <td><input type="radio" name="vote_id" value="{poll_option.POLL_OPTION_ID}">&nbsp;</td>
- <td><span class="gensmall">{poll_option.POLL_OPTION_CAPTION}</span></td>
- </tr>
- <!-- END poll_option -->
- </table></td>
- </tr>
- <tr>
- <td align="center"><input type="submit" name="submit" value="{L_SUBMIT_VOTE}" /></td>
- </tr>
- <tr>
- <td align="center"><span class="gensmall"><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></span></td>
- </tr>
- </table>{S_HIDDEN_FIELDS}</form></td>
- </tr> \ No newline at end of file