| 323 | | <tfoot> |
|---|
| 324 | | <tr> |
|---|
| 325 | | <td width="20%"> </td> |
|---|
| 326 | | <td width="60%"><input type="button" value="<?php _e('Add Answer', 'wp-polls') ?>" onclick="create_poll_answer();" class="button" /> <input type="button" value="<?php _e('Remove Answer', 'wp-polls') ?>" onclick="remove_poll_answer();" class="button" /></td> |
|---|
| 327 | | <td width="20%" align="right"><strong><?php _e('Total Votes:', 'wp-polls'); ?></strong><strong id="poll_total_votes"><?php echo $poll_actual_totalvotes; ?></strong> <input type="text" size="4" readonly="readonly" id="pollq_totalvotes" name="pollq_totalvotes" value="<?php echo $poll_actual_totalvotes; ?>" onblur="check_totalvotes();" /></td> |
|---|
| 328 | | </tr> |
|---|
| 329 | | <tr> |
|---|
| 330 | | <td width="20%"> </td> |
|---|
| 331 | | <td width="60%"> </td> |
|---|
| 332 | | <td width="20%" align="right"><strong><?php _e('Total Voters:', 'wp-polls'); ?><?php echo $poll_totalvoters; ?></strong> <input type="text" size="4" name="pollq_totalvoters" value="<?php echo $poll_totalvoters; ?>" /></td> |
|---|
| 333 | | </tr> |
|---|
| 334 | | </tfoot> |
|---|
| | 350 | </tbody> |
|---|
| | 351 | <tbody> |
|---|
| | 352 | <tr> |
|---|
| | 353 | <td width="20%"> </td> |
|---|
| | 354 | <td width="60%"><input type="button" value="<?php _e('Add Answer', 'wp-polls') ?>" onclick="create_poll_answer();" class="button" /> <input type="button" value="<?php _e('Remove Answer', 'wp-polls') ?>" onclick="remove_poll_answer();" class="button" /></td> |
|---|
| | 355 | <td width="20%" align="right"><strong><?php _e('Total Votes:', 'wp-polls'); ?></strong><strong id="poll_total_votes"><?php echo $poll_actual_totalvotes; ?></strong> <input type="text" size="4" readonly="readonly" id="pollq_totalvotes" name="pollq_totalvotes" value="<?php echo $poll_actual_totalvotes; ?>" onblur="check_totalvotes();" /></td> |
|---|
| | 356 | </tr> |
|---|
| | 357 | <tr> |
|---|
| | 358 | <td width="20%"> </td> |
|---|
| | 359 | <td width="60%"> </td> |
|---|
| | 360 | <td width="20%" align="right"><strong><?php _e('Total Voters:', 'wp-polls'); ?><?php echo $poll_totalvoters; ?></strong> <input type="text" size="4" name="pollq_totalvoters" value="<?php echo $poll_totalvoters; ?>" /></td> |
|---|
| | 361 | </tr> |
|---|