Ticket #3164: trunk_ids_001.2.diff
| File trunk_ids_001.2.diff, 1.8 KB (added by , 19 years ago) |
|---|
-
wp-admin/post-new.php
54 54 ?> 55 55 56 56 <?php if ( $is_NS4 || $is_gecko || $is_winIE ) { ?> 57 <div class="wrap">57 <div id="wp-bookmarklet" class="wrap"> 58 58 <h3><?php _e('WordPress bookmarklet'); ?></h3> 59 59 <p><?php _e('Right click on the following link and choose "Add to favorites" to create a posting shortcut.'); ?></p> 60 60 <p> -
wp-admin/edit-form-advanced.php
99 99 <div class="dbx-content"><input name="post_name" type="text" size="13" id="post_name" value="<?php echo $post->post_name ?>" /></div> 100 100 </fieldset> 101 101 102 <fieldset class="dbx-box">102 <fieldset id="poststatusdiv" class="dbx-box"> 103 103 <h3 class="dbx-handle"><?php _e('Post Status') ?></h3> 104 104 <div class="dbx-content"><?php if ( current_user_can('publish_posts') ) : ?> 105 105 <label for="post_status_publish" class="selectit"><input id="post_status_publish" name="post_status" type="radio" value="publish" <?php checked($post->post_status, 'publish'); checked($post->post_status, 'future'); ?> /> <?php _e('Published') ?></label> … … 109 109 </fieldset> 110 110 111 111 <?php if ( current_user_can('edit_posts') ) : ?> 112 <fieldset class="dbx-box">112 <fieldset id="posttimestampdiv" class="dbx-box"> 113 113 <h3 class="dbx-handle"><?php _e('Post Timestamp'); ?>:</h3> 114 114 <div class="dbx-content"><?php touch_time(($action == 'edit')); ?></div> 115 115 </fieldset> … … 204 204 </div> 205 205 206 206 <div class="dbx-box-wrapper"> 207 <fieldset class="dbx-box">207 <fieldset id="trackbacksdiv" class="dbx-box"> 208 208 <div class="dbx-handle-wrapper"> 209 209 <h3 class="dbx-handle"><?php _e('Trackbacks') ?></h3> 210 210 </div>