diff options
Diffstat (limited to 'phpBB/templates/subSilver/posting_poll_body.tpl')
-rw-r--r-- | phpBB/templates/subSilver/posting_poll_body.tpl | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/phpBB/templates/subSilver/posting_poll_body.tpl b/phpBB/templates/subSilver/posting_poll_body.tpl index f6493f3303..e2738b6d2d 100644 --- a/phpBB/templates/subSilver/posting_poll_body.tpl +++ b/phpBB/templates/subSilver/posting_poll_body.tpl @@ -12,16 +12,12 @@ <!-- BEGIN poll_option_rows --> <tr> <td class="row1"><span class="gen"><b>{L_POLL_OPTION}</b></span></td> - <td class="row2"><span class="genmed"><input type="text" name="poll_option_text[{poll_option_rows.S_POLL_OPTION_NUM}]" size="50" class="post" maxlength="255" value="{poll_option_rows.POLL_OPTION}" /></span> <input type="submit" name="edit_poll_option[{poll_option_rows.S_POLL_OPTION_NUM}]" value="{L_UPDATE_OPTION}" class="liteoption" /> - <input type="submit" name="del_poll_option[{poll_option_rows.S_POLL_OPTION_NUM}]" value="{L_DELETE_OPTION}" class="liteoption" /> - </td> + <td class="row2"><span class="genmed"><input type="text" name="poll_option_text[{poll_option_rows.S_POLL_OPTION_NUM}]" size="50" class="post" maxlength="255" value="{poll_option_rows.POLL_OPTION}" /></span> <input type="submit" name="edit_poll_option" value="{L_UPDATE_OPTION}" class="liteoption" /> <input type="submit" name="del_poll_option[{poll_option_rows.S_POLL_OPTION_NUM}]" value="{L_DELETE_OPTION}" class="liteoption" /></td> </tr> <!-- END poll_option_rows --> <tr> <td class="row1"><span class="gen"><b>{L_POLL_OPTION}</b></span></td> - <td class="row2"><span class="genmed"><input type="text" name="add_poll_option_text" size="50" maxlength="255" class="post" value="{ADD_POLL_OPTION}" /></span> - <input type="submit" name="add_poll_option" value="{L_ADD_OPTION}" class="liteoption" /> - </td> + <td class="row2"><span class="genmed"><input type="text" name="add_poll_option_text" size="50" maxlength="255" class="post" value="{ADD_POLL_OPTION}" /></span> <input type="submit" name="add_poll_option" value="{L_ADD_OPTION}" class="liteoption" /></td> </tr> <tr> <td class="row1"><span class="gen"><b>{L_POLL_LENGTH}</b></span></td> |