Changeset 8697
- Timestamp:
- 08/21/2008 02:25:14 AM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-footer.php
r8691 r8697 6 6 * @subpackage Administration 7 7 */ 8 ?> 8 9 9 if ( ! $fixed_bar ) { ?>10 10 <br class="clear" /></div><!-- wpbody-content --> 11 <?php } ?>12 13 11 </div><!-- wpbody --> 14 12 </div><!-- wpcontent --> -
trunk/wp-admin/admin-header.php
r8691 r8697 29 29 add_filter( 'admin_body_class', 'add_minwidth' ); 30 30 } 31 32 $fixed_bar_pages = array( 'post.php', 'post-new.php', 'page.php', 'page-new.php' );33 if ( ! isset($fixed_bar) ) $fixed_bar = in_array( $the_current_page, $fixed_bar_pages ) ? true : false;34 31 35 32 get_admin_page_title(); … … 143 140 ?> 144 141 <div id="wpbody"> 145 146 <?php if ( ! $fixed_bar ) { ?>147 142 <div id="wpbody-content"> 148 <?php } ?> -
trunk/wp-admin/comment.php
r8691 r8697 35 35 36 36 wp_enqueue_script('comment'); 37 $fixed_bar = true;38 39 37 require_once('admin-header.php'); 40 38 -
trunk/wp-admin/edit-form-advanced.php
r8691 r8697 57 57 58 58 <form name="post" action="post.php" method="post" id="post"> 59 <div id="wpbody-content">60 61 62 59 <?php 63 60 … … 299 296 <input name="advanced_view" type="hidden" value="1" /> 300 297 <p class="meta-options"> 301 <label for="comment_status" class="selectit"> <input name="comment_status" type="checkbox" id="comment_status" value="open" <?php checked($post->comment_status, 'open'); ?> /> <?php _e('Allow comments on this post') ?></label>298 <label for="comment_status" class="selectit"> <input name="comment_status" type="checkbox" id="comment_status" value="open" <?php checked($post->comment_status, 'open'); ?> /> <?php _e('Allow comments on this post') ?></label> 302 299 </p> 303 300 <?php 304 305 301 306 302 if ( !$post_ID || $post_ID < 0 ) … … 318 314 <tr> 319 315 <th scope="col"><?php _e('Comments') ?></th> 316 <th scope="col"><?php _e('Author') ?></th> 320 317 <th scope="col"><?php _e('Submitted') ?></th> 321 318 </tr> … … 536 533 537 534 </div> 538 <br class="clear" />539 </div>540 541 535 </form> 542 536 -
trunk/wp-admin/edit-form-comment.php
r8691 r8697 17 17 18 18 <form name="post" action="comment.php" method="post" id="post"> 19 <div id="wpbody-content">20 21 19 <?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?> 22 20 <div class="wrap"> … … 26 24 <a class="button" href="<?php echo get_comment_link(); ?>" target="_blank"><?php _e('View this Comment'); ?></a> 27 25 </div> 28 26 <div id="poststuff"> 29 27 <input type="hidden" name="user_ID" value="<?php echo (int) $user_ID ?>" /> 30 28 <input type="hidden" name="action" value='<?php echo $form_action . $form_extra ?>' /> … … 118 116 </div> 119 117 </div> 120 </div>121 122 118 </form> 123 119 -
trunk/wp-admin/edit-link-form.php
r8691 r8697 258 258 add_meta_box('linkadvanceddiv', __('Advanced'), 'link_advanced_meta_box', 'link', 'normal', 'core'); 259 259 260 ?> 261 262 <?php echo $form ?> 263 <div id="wpbody-content"> 264 265 <?php echo $link_added; ?> 266 267 <?php wp_nonce_field($nonce_action); ?> 268 <?php wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?> 269 <?php wp_nonce_field( 'meta-box-order', 'meta-box-order-nonce', false ); ?> 260 echo $form; 261 echo $link_added; 262 263 wp_nonce_field($nonce_action); 264 wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); 265 wp_nonce_field( 'meta-box-order', 'meta-box-order-nonce', false ); ?> 270 266 271 267 <div class="wrap"> … … 362 358 363 359 </div> 364 365 <br class="clear" />366 </div>367 368 360 </form> -
trunk/wp-admin/edit-page-form.php
r8691 r8697 48 48 49 49 <form name="post" action="page.php" method="post" id="post"> 50 <div id="wpbody-content">51 52 50 <?php if ( $notice ) : ?> 53 51 <div id="notice" class="error"><p><?php echo $notice ?></p></div> … … 396 394 397 395 </div> 398 399 <br class="clear" />400 </div>401 396 </form> 402 397 -
trunk/wp-admin/link-add.php
r8691 r8697 27 27 '<div id="message" class="updated fade"><p>' . __('Link added.') . '</p></div>' : ''; 28 28 29 $fixed_bar = true;30 29 require('admin-header.php'); 31 30 ?> -
trunk/wp-admin/link.php
r8691 r8697 107 107 wp_die(__('Link not found.')); 108 108 109 $fixed_bar = true;110 109 include_once ('admin-header.php'); 111 110 include ('edit-link-form.php'); -
trunk/wp-admin/wp-admin.css
r8691 r8697 1092 1092 } 1093 1093 1094 #submitdiv div.inside { 1094 #submitdiv div.inside, 1095 #pagesubmitdiv div.inside, 1096 #linksubmitdiv div.inside, 1097 div.inside { 1095 1098 padding: 0; 1096 1099 margin: 0; … … 1250 1253 } 1251 1254 1252 #poststuff .inside-submitbox { 1255 #poststuff .inside-submitbox, 1256 #side-info-column .inside-submitbox { 1253 1257 margin: 0 12px 12px; 1254 1258 font-size: 11px; … … 1793 1797 margin: 0; 1794 1798 } 1795 1799 /* 1796 1800 p.meta-options { 1797 1801 border: 1px solid; 1798 1802 padding: 1em .5em; 1799 1803 } 1800 1804 */ 1801 1805 .ui-sortable .postbox h3 { 1802 1806 cursor:move;
Note: See TracChangeset
for help on using the changeset viewer.