Changeset 36850
- Timestamp:
- 03/30/08 11:44:10 (3 months ago)
- Files:
-
- wp-polls/trunk/polls-manager.php (modified) (1 diff)
- wp-polls/trunk/wp-polls.mo (modified) (previous)
- wp-polls/trunk/wp-polls.php (modified) (1 diff)
- wp-polls/trunk/wp-polls.pot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-polls/trunk/polls-manager.php
r36832 r36850 562 562 <table class="widefat"> 563 563 <tr> 564 <th align="left"><?php _e('Total Polls', 'wp-polls'); ?></th>565 <td align="left"><?php echo $i; ?></td>564 <th><?php _e('Total Polls', 'wp-polls'); ?></th> 565 <td><?php echo $i; ?></td> 566 566 </tr> 567 567 <tr class="alternate"> 568 <th align="left"><?php _e('Total Polls\' Answers', 'wp-polls'); ?></th>569 <td align="left"><?php echo number_format_i18n($total_ans); ?></td>568 <th><?php _e('Total Polls\' Answers', 'wp-polls'); ?></th> 569 <td><?php echo number_format_i18n($total_ans); ?></td> 570 570 </tr> 571 571 <tr> 572 <th align="left"><?php _e('Total Votes Casted', 'wp-polls'); ?></th>573 <td align="left"><?php echo number_format_i18n($total_votes); ?></td>572 <th><?php _e('Total Votes Casted', 'wp-polls'); ?></th> 573 <td><?php echo number_format_i18n($total_votes); ?></td> 574 574 </tr> 575 575 <tr class="alternate"> 576 <th align="left"><?php _e('Total Voters', 'wp-polls'); ?></th>577 <td align="left"><?php echo number_format_i18n($total_voters); ?></td>576 <th><?php _e('Total Voters', 'wp-polls'); ?></th> 577 <td><?php echo number_format_i18n($total_voters); ?></td> 578 578 </tr> 579 579 </table> wp-polls/trunk/wp-polls.php
r36798 r36850 425 425 if(!$without_poll_title) { 426 426 $temp_pollvote .= "<div id=\"polls-$poll_question_id\" class=\"wp-polls\">\n"; 427 $temp_pollvote .= "\t<form id=\"polls_form_$poll_question_id\" class=\"wp-polls-form\" action=\"".htmlspecialchars($_SERVER['REQUEST_URI'])."\" method=\"post\" disabled=\"disabled\">\n";427 $temp_pollvote .= "\t<form id=\"polls_form_$poll_question_id\" class=\"wp-polls-form\" action=\"".htmlspecialchars($_SERVER['REQUEST_URI'])."\" method=\"post\">\n"; 428 428 $temp_pollvote .= "\t\t<p style=\"display: none;\"><input type=\"hidden\" name=\"poll_id\" value=\"$poll_question_id\" /></p>\n"; 429 429 if($poll_multiple_ans > 0) { wp-polls/trunk/wp-polls.pot
r36832 r36850 3 3 "Project-Id-Version: WP-Polls 2.30\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2008-03-30 1 7:58+0800\n"5 "PO-Revision-Date: 2008-03-30 19:33+0800\n" 6 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 7 "Language-Team: Lester Chan <lesterchan@gmail.com>\n"
