Changeset 6845 for trunk/wp-admin/edit-link-category-form.php
- Timestamp:
- 02/14/2008 06:18:17 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-link-category-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-category-form.php
r6303 r6845 24 24 <input type="hidden" name="cat_ID" value="<?php echo $category->term_id ?>" /> 25 25 <?php wp_nonce_field($nonce_action); ?> 26 <table class=" editform" width="100%" cellspacing="2" cellpadding="5">26 <table class="niceblue" width="100%"> 27 27 <tr class="form-field form-required"> 28 <th width="33%"scope="row" valign="top"><label for="name"><?php _e('Category name:') ?></label></th>29 <td width="67%"><input name="name" id="name" type="text" value="<?php echo $category->name; ?>" size="40" /></td>28 <th scope="row" valign="top"><label for="name"><?php _e('Category name:') ?></label></th> 29 <td><input name="name" id="name" type="text" value="<?php echo $category->name; ?>" size="40" /></td> 30 30 </tr> 31 31 <tr class="form-field">
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)