Make WordPress Core


Ignore:
Timestamp:
05/08/2004 01:15:03 AM (22 years ago)
Author:
saxmatt
Message:

Hot buttons!

File:
1 edited

Legend:

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

    r1239 r1240  
    9292<?php echo $form_pingback ?>
    9393<?php echo $form_trackback; ?>
    94 <p><input name="saveasdraft" type="submit" id="saveasdraft" tabindex="9" value="<?php _e('Save as Draft') ?>" />
     94<p class="submit"><input name="saveasdraft" type="submit" id="saveasdraft" tabindex="9" value="<?php _e('Save as Draft') ?>" />
    9595  <input name="saveasprivate" type="submit" id="saveasprivate" tabindex="10" value="<?php _e('Save as Private') ?>" />
    9696  <input name="publish" type="submit" id="publish" tabindex="6" style="font-weight: bold;" value="<?php _e('Publish') ?>" />
Note: See TracChangeset for help on using the changeset viewer.