Use niceblue table format for some edit forms

git-svn-id: https://develop.svn.wordpress.org/trunk@6845 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-14 06:18:17 +00:00
parent 08be3a54a0
commit d0ca80aede
3 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -23,10 +23,10 @@ if ( ! empty($cat_ID) ) {
<input type="hidden" name="action" value="<?php echo $action ?>" />
<input type="hidden" name="cat_ID" value="<?php echo $category->term_id ?>" />
<?php wp_nonce_field($nonce_action); ?>
<table class="editform" width="100%" cellspacing="2" cellpadding="5">
<table class="niceblue" width="100%">
<tr class="form-field form-required">
<th width="33%" scope="row" valign="top"><label for="name"><?php _e('Category name:') ?></label></th>
<td width="67%"><input name="name" id="name" type="text" value="<?php echo $category->name; ?>" size="40" /></td>
<th scope="row" valign="top"><label for="name"><?php _e('Category name:') ?></label></th>
<td><input name="name" id="name" type="text" value="<?php echo $category->name; ?>" size="40" /></td>
</tr>
<tr class="form-field">
<th scope="row" valign="top"><label for="slug"><?php _e('Category slug:') ?></label></th>