Changeset 6979

Show
Ignore:
Timestamp:
02/22/08 07:44:36 (11 months ago)
Author:
westi
Message:

Styling updates for the options.php. Fixes #5958 props fitztrev.

Files:

Legend:

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

    r6838 r6979  
    4949  <?php wp_nonce_field('update-options') ?> 
    5050  <input type="hidden" name="action" value="update" /> 
    51   <table width="98%"> 
     51  <table class="niceblue"> 
    5252<?php 
    5353$options = $wpdb->get_results("SELECT * FROM $wpdb->options ORDER BY option_name"); 
     
    7474    echo " 
    7575<tr> 
    76     <th scope='row'><label for='$option->option_name'>$option->option_name</label></th> 
     76    <th scope='row'>$option->option_name</th> 
    7777<td>"; 
    7878