Changeset 36850

Show
Ignore:
Timestamp:
03/30/08 11:44:10 (3 months ago)
Author:
GamerZ
Message:

Some Minor Bug Fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wp-polls/trunk/polls-manager.php

    r36832 r36850  
    562562                  <table class="widefat"> 
    563563                  <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> 
    566566                  </tr> 
    567567                  <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> 
    570570                  </tr> 
    571571                  <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> 
    574574                  </tr> 
    575575                  <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> 
    578578                  </tr> 
    579579                  </table> 
  • wp-polls/trunk/wp-polls.php

    r36798 r36850  
    425425            if(!$without_poll_title) { 
    426426                  $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"; 
    428428                  $temp_pollvote .= "\t\t<p style=\"display: none;\"><input type=\"hidden\" name=\"poll_id\" value=\"$poll_question_id\" /></p>\n"; 
    429429                  if($poll_multiple_ans > 0) { 
  • wp-polls/trunk/wp-polls.pot

    r36832 r36850  
    33"Project-Id-Version: WP-Polls 2.30\n" 
    44"POT-Creation-Date: \n" 
    5 "PO-Revision-Date: 2008-03-30 17:58+0800\n" 
     5"PO-Revision-Date: 2008-03-30 19:33+0800\n" 
    66"Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 
    77"Language-Team: Lester Chan <lesterchan@gmail.com>\n"