Make WordPress Core


Ignore:
Timestamp:
02/22/2008 07:43:06 AM (18 years ago)
Author:
westi
Message:

Styling updates for the settings pages. Fixes #5959 props iammattthomas.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-misc.php

    r6850 r6978  
    3030
    3131<tr>
    32 <td></td>
    33 <td>
     32<th colspan="2">
    3433<label for="uploads_use_yearmonth_folders">
    3534<input name="uploads_use_yearmonth_folders" type="checkbox" id="uploads_use_yearmonth_folders" value="1" <?php checked('1', get_option('uploads_use_yearmonth_folders')); ?> />
    3635<?php _e('Organize my uploads into month- and year-based folders'); ?>
    3736</label>
    38 </td>
     37</th>
    3938</tr>
    4039</table>
    41 
    42 <p><input name="use_linksupdate" type="checkbox" id="use_linksupdate" value="1" <?php checked('1', get_option('use_linksupdate')); ?> />
    43 <label for="use_linksupdate"><?php _e('Track Links&#8217; Update Times') ?></label></p>
    44 <p>
    45 <label><input type="checkbox" name="hack_file" value="1" <?php checked('1', get_option('hack_file')); ?> /> <?php _e('Use legacy <code>my-hacks.php</code> file support') ?></label>
    46 </p>
     40<table class="niceblue">
     41<tr>
     42    <th colspan="2"><input name="use_linksupdate" type="checkbox" id="use_linksupdate" value="1" <?php checked('1', get_option('use_linksupdate')); ?> />
     43<label for="use_linksupdate"><?php _e('Track Links&#8217; Update Times') ?></label>
     44</th>
     45</tr>
     46<tr>
     47    <th colspan="2"><label><input type="checkbox" name="hack_file" value="1" <?php checked('1', get_option('hack_file')); ?> /> <?php _e('Use legacy <code>my-hacks.php</code> file support') ?></label>
     48</th>
     49</tr>
     50</table>
    4751
    4852<p class="submit">
    4953<input type="hidden" name="action" value="update" />
    5054<input type="hidden" name="page_options" value="hack_file,use_linksupdate,uploads_use_yearmonth_folders,upload_path,upload_url_path" />
    51 <input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" />
     55<input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" class="button" />
    5256</p>
    5357</form>
Note: See TracChangeset for help on using the changeset viewer.