Make WordPress Core

Changeset 5254


Ignore:
Timestamp:
04/12/2007 04:13:37 PM (17 years ago)
Author:
rob1n
Message:

Tidy up the tags interface. Props andy. fixes #4140

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r5182 r5254  
    160160<?php echo $form_prevstatus ?>
    161161
    162 <div class="tagdiv"><p><?php _e('Enter tags (keywords) that you feel describe this post separated by commas: (ex: dogs, san francisco, cats.)'); ?><br />
    163 <input type="text" name="tags_input" id="tags_input" size="30" tabindex="3" value="<?php echo get_tags_to_edit( $post_ID ); ?>" />
    164 </p></div>
     162<fieldset id="tagdiv">
     163    <legend><?php _e('Tags (separate multiple tags with commas: cats, pet food, dogs)'); ?></legend>
     164    <div><input type="text" name="tags_input" id="tags_input" size="30" tabindex="3" value="<?php echo get_tags_to_edit( $post_ID ); ?>" /></div>
     165</fieldset>
    165166
    166167<p class="submit">
  • trunk/wp-admin/wp-admin.css

    r5185 r5254  
    539539}
    540540
    541 #postdiv, #titlediv, #guiddiv {
     541#postdiv, #titlediv, #guiddiv, #tagdiv {
    542542    margin: 0 8px 0 0;
    543543    padding: 0;
     
    559559}
    560560
    561 #titlediv input, #guiddiv input, #tags_input {
     561#titlediv input, #guiddiv input, #tagdiv input {
    562562    margin: 0;
    563563    width: 100%;
Note: See TracChangeset for help on using the changeset viewer.