Changeset 8427
- Timestamp:
- 07/23/08 22:41:28 (4 months ago)
- Files:
-
- branches/crazyhorse/wp-admin/css/media.css (modified) (2 diffs)
- branches/crazyhorse/wp-admin/edit-form-advanced.php (modified) (1 diff)
- branches/crazyhorse/wp-admin/edit-page-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/crazyhorse/wp-admin/css/media.css
r8422 r8427 325 325 float:left; 326 326 max-width:65px; 327 padding: 7px;327 padding:6px; 328 328 text-align:center; 329 329 } … … 436 436 } 437 437 438 #media-upload #att-info p.type-single { 439 background: url(../images/media-button-other.gif) no-repeat center left; 440 } 441 438 442 .ml-submit .button { 439 443 font-size: 11px; branches/crazyhorse/wp-admin/edit-form-advanced.php
r8379 r8427 340 340 <div id="<?php echo user_can_richedit() ? 'postdivrich' : 'postdiv'; ?>" class="postarea"> 341 341 342 <div id="add-media-button"><a href="<?php echo clean_url( admin_url( 'media-upload.php?post_id=' . ( $post_ID ? $post_ID : $temp_ID ) . '& TB_iframe=true' ) ); ?>" class="thickbox button"><?php _e( 'Add Media' ); ?></a></div>342 <div id="add-media-button"><a href="<?php echo clean_url( admin_url( 'media-upload.php?post_id=' . ( $post_ID ? $post_ID : $temp_ID ) . '&ins=1&TB_iframe=true' ) ); ?>" class="thickbox button"><?php _e( 'Add Media' ); ?></a></div> 343 343 344 344 <h3><?php _e('Post') ?></h3> branches/crazyhorse/wp-admin/edit-page-form.php
r8379 r8427 259 259 <div id="<?php echo user_can_richedit() ? 'postdivrich' : 'postdiv'; ?>" class="postarea"> 260 260 261 <div id="add-media-button"><a href="<?php echo clean_url( admin_url( 'media-upload.php?post_id=' . ( $post_ID ? $post_ID : $temp_ID ) . '& TB_iframe=true' ) ); ?>" class="thickbox button"><?php _e( 'Add Media' ); ?></a></div>261 <div id="add-media-button"><a href="<?php echo clean_url( admin_url( 'media-upload.php?post_id=' . ( $post_ID ? $post_ID : $temp_ID ) . '&ins=1&TB_iframe=true' ) ); ?>" class="thickbox button"><?php _e( 'Add Media' ); ?></a></div> 262 262 263 263 <h3><?php _e('Page') ?></h3>
