Changeset 1278

Show
Ignore:
Timestamp:
05/09/08 08:49:12 (2 months ago)
Author:
donncha
Message:

Swap around Yes and No

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/wpmu-themes.php

    r1268 r1278  
    4848                                <tr valign="top" class="<?php echo $class.$class1; ?>"> 
    4949                                        <td style="text-align:center;"> 
     50                                                <label><input name="theme[<?php echo $theme_key ?>]" type="radio" id="enabled_<?php echo $theme_key ?>" value="enabled" <?php echo $enabled ?> /> <?php _e('Yes') ?></label> 
     51                                                &nbsp;&nbsp;&nbsp;  
    5052                                                <label><input name="theme[<?php echo $theme_key ?>]" type="radio" id="disabled_<?php echo $theme_key ?>" value="disabled" <?php echo $disabled ?> /> <?php _e('No') ?></label> 
    51                                                 &nbsp;&nbsp;&nbsp;  
    52                                                 <label><input name="theme[<?php echo $theme_key ?>]" type="radio" id="enabled_<?php echo $theme_key ?>" value="enabled" <?php echo $enabled ?> /> <?php _e('Yes') ?></label> 
    5353                                        </td> 
    5454                                        <th scope="row" style="text-align:left;"><?php echo $key ?></th>