Ticket #21456: 21456.2.diff
File 21456.2.diff, 22.7 KB (added by , 13 years ago) |
---|
-
wp-includes/class-wp-editor.php
671 671 672 672 <div id="wp-fullscreen-save"> 673 673 <span><?php if ( $post->post_status == 'publish' ) _e('Updated.'); else _e('Saved.'); ?></span> 674 <img src="<?php echo admin_url('images/wpspin_light.gif'); ?>" alt="" />674 <img src="<?php echo admin_url('images/wpspin_light.gif'); ?>" alt="" width="16" /> 675 675 <input type="button" class="button-primary" value="<?php echo $save; ?>" onclick="fullscreen.save();" /> 676 676 </div> 677 677 … … 787 787 <label> 788 788 <span><?php _e( 'Search' ); ?></span> 789 789 <input type="search" id="search-field" class="link-search-field" autocomplete="off" /> 790 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />790 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" width="16" /> 791 791 </label> 792 792 </div> 793 793 <div id="search-results" class="query-results"> 794 794 <ul></ul> 795 795 <div class="river-waiting"> 796 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />796 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" width="16" /> 797 797 </div> 798 798 </div> 799 799 <div id="most-recent-results" class="query-results"> 800 800 <div class="query-notice"><em><?php _e( 'No search term specified. Showing recent items.' ); ?></em></div> 801 801 <ul></ul> 802 802 <div class="river-waiting"> 803 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />803 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" width="16" /> 804 804 </div> 805 805 </div> 806 806 </div> -
wp-admin/includes/class-wp-posts-list-table.php
1039 1039 $update_text = __( 'Update' ); 1040 1040 ?> 1041 1041 <a accesskey="s" href="#inline-edit" title="<?php esc_attr_e( 'Update' ); ?>" class="button-primary save alignright"><?php echo esc_attr( $update_text ); ?></a> 1042 <img class="waiting" style="display:none;" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />1042 <img class="waiting" style="display:none;" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" width="16" /> 1043 1043 <?php } else { 1044 1044 submit_button( __( 'Update' ), 'button-primary alignright', 'bulk_edit', false, array( 'accesskey' => 's' ) ); 1045 1045 } ?> -
wp-admin/includes/class-wp-terms-list-table.php
361 361 <a accesskey="c" href="#inline-edit" title="<?php esc_attr_e( 'Cancel' ); ?>" class="cancel button-secondary alignleft"><?php _e( 'Cancel' ); ?></a> 362 362 <?php $update_text = $tax->labels->update_item; ?> 363 363 <a accesskey="s" href="#inline-edit" title="<?php echo esc_attr( $update_text ); ?>" class="save button-primary alignright"><?php echo $update_text; ?></a> 364 <img class="waiting" style="display:none;" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />364 <img class="waiting" style="display:none;" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" width="16" /> 365 365 <span class="error" style="display:none;"></span> 366 366 <?php wp_nonce_field( 'taxinlineeditnonce', '_inline_edit', false ); ?> 367 367 <input type="hidden" name="taxonomy" value="<?php echo esc_attr( $this->screen->taxonomy ); ?>" /> -
wp-admin/includes/dashboard.php
535 535 <input type="reset" value="<?php esc_attr_e( 'Reset' ); ?>" class="button" /> 536 536 <span id="publishing-action"> 537 537 <input type="submit" name="publish" id="publish" accesskey="p" class="button-primary" value="<?php current_user_can('publish_posts') ? esc_attr_e('Publish') : esc_attr_e('Submit for Review'); ?>" /> 538 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />538 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" width="16" /> 539 539 </span> 540 540 <br class="clear" /> 541 541 </p> -
wp-admin/includes/class-wp-plugin-install-list-table.php
115 115 <?php do_action( 'install_plugins_table_header' ); ?> 116 116 </div> 117 117 <?php $this->pagination( $which ); ?> 118 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" />118 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" width="16" /> 119 119 <br class="clear" /> 120 120 </div> 121 121 <?php } else { ?> 122 122 <div class="tablenav bottom"> 123 123 <?php $this->pagination( $which ); ?> 124 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" />124 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" width="16" /> 125 125 <br class="clear" /> 126 126 </div> 127 127 <?php -
wp-admin/includes/class-wp-theme-install-list-table.php
134 134 <?php do_action( 'install_themes_table_header' ); ?> 135 135 </div> 136 136 <?php $this->pagination( 'top' ); ?> 137 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" />137 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" width="16" /> 138 138 <br class="clear" /> 139 139 </div> 140 140 -
wp-admin/includes/class-wp-upgrader.php
1288 1288 1289 1289 function before($title = '') { 1290 1290 $this->in_loop = true; 1291 printf( '<h4>' . $this->upgrader->strings['skin_before_update_header'] . ' <img alt="" src="' . admin_url( 'images/wpspin_light.gif' ) . '" class="hidden waiting-' . $this->upgrader->update_current . '" style="vertical-align:middle;" /></h4>', $title, $this->upgrader->update_current, $this->upgrader->update_count);1291 printf( '<h4>' . $this->upgrader->strings['skin_before_update_header'] . ' <img alt="" src="' . admin_url( 'images/wpspin_light.gif' ) . '" class="hidden waiting-' . $this->upgrader->update_current . '" style="vertical-align:middle;" width="16" /></h4>', $title, $this->upgrader->update_current, $this->upgrader->update_count); 1292 1292 echo '<script type="text/javascript">jQuery(\'.waiting-' . esc_js($this->upgrader->update_current) . '\').show();</script>'; 1293 1293 echo '<div class="update-messages hide-if-js" id="progress-' . esc_attr($this->upgrader->update_current) . '"><p>'; 1294 1294 $this->flush_output(); -
wp-admin/includes/meta-boxes.php
32 32 <?php } elseif ( 'pending' == $post->post_status && $can_publish ) { ?> 33 33 <input type="submit" name="save" id="save-post" value="<?php esc_attr_e('Save as Pending'); ?>" class="button" /> 34 34 <?php } ?> 35 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading" id="draft-ajax-loading" alt="" />35 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading" id="draft-ajax-loading" alt="" width="16" /> 36 36 </div> 37 37 <?php if ( $post_type_object->public ) : ?> 38 38 <div id="preview-action"> … … 200 200 </div> 201 201 202 202 <div id="publishing-action"> 203 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading" id="ajax-loading" alt="" />203 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading" id="ajax-loading" alt="" width="16" /> 204 204 <?php 205 205 if ( !in_array( $post->post_status, array('publish', 'future', 'private') ) || 0 == $post->ID ) { 206 206 if ( $can_publish ) : … … 489 489 } 490 490 491 491 ?> 492 <p class="hide-if-no-js" id="show-comments"><a href="#commentstatusdiv" onclick="commentsBox.get(<?php echo $total; ?>);return false;"><?php _e('Show comments'); ?></a> <img class="waiting" style="display:none;" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" /></p>492 <p class="hide-if-no-js" id="show-comments"><a href="#commentstatusdiv" onclick="commentsBox.get(<?php echo $total; ?>);return false;"><?php _e('Show comments'); ?></a> <img class="waiting" style="display:none;" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" width="16" /></p> 493 493 <?php 494 494 } 495 495 -
wp-admin/includes/widgets.php
211 211 <a class="widget-control-close" href="#close"><?php _e('Close'); ?></a> 212 212 </div> 213 213 <div class="alignright<?php if ( 'noform' === $has_form ) echo ' widget-control-noform'; ?>"> 214 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-feedback" title="" alt="" />214 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-feedback" title="" alt="" width="16" /> 215 215 <?php submit_button( __( 'Save' ), 'button-primary widget-control-save', 'savewidget', false, array( 'id' => 'widget-' . esc_attr( $id_format ) . '-savewidget' ) ); ?> 216 216 </div> 217 217 <br class="clear" /> -
wp-admin/includes/class-wp-themes-list-table.php
91 91 ?> 92 92 <div class="tablenav themes <?php echo $which; ?>"> 93 93 <?php $this->pagination( $which ); ?> 94 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" />94 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" width="16" /> 95 95 <br class="clear" /> 96 96 </div> 97 97 <?php -
wp-admin/includes/template.php
360 360 <span id="savebtn" style="display:none;"><?php _e('Update Comment'); ?></span> 361 361 <span id="replybtn" style="display:none;"><?php _e('Submit Reply'); ?></span></a> 362 362 <a href="#comments-form" class="cancel button-secondary alignleft"><?php _e('Cancel'); ?></a> 363 <img class="waiting" style="display:none;" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />363 <img class="waiting" style="display:none;" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" width="16" /> 364 364 <span class="error" style="display:none;"></span> 365 365 <br class="clear" /> 366 366 </p> -
wp-admin/includes/media.php
1112 1112 $image_edit_button = ''; 1113 1113 if ( gd_edit_image_support( $post->post_mime_type ) ) { 1114 1114 $nonce = wp_create_nonce( "image_editor-$post->ID" ); 1115 $image_edit_button = "<input type='button' id='imgedit-open-btn-$post->ID' onclick='imageEdit.open( $post->ID, \"$nonce\" )' class='button' value='" . esc_attr__( 'Edit Image' ) . "' /> <img src='" . esc_url( admin_url( 'images/wpspin_light.gif' ) ) . "' class='imgedit-wait-spin' alt='' />";1115 $image_edit_button = "<input type='button' id='imgedit-open-btn-$post->ID' onclick='imageEdit.open( $post->ID, \"$nonce\" )' class='button' value='" . esc_attr__( 'Edit Image' ) . "' /> <img src='" . esc_url( admin_url( 'images/wpspin_light.gif' ) ) . "' class='imgedit-wait-spin' alt='' width='16' />"; 1116 1116 } 1117 1117 1118 1118 $attachment_url = get_permalink( $attachment_id ); … … 1580 1580 return false; 1581 1581 } 1582 1582 1583 document.getElementById('status_img').innerHTML = '<img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />';1583 document.getElementById('status_img').innerHTML = '<img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" width="16" />'; 1584 1584 t.preloadImg = new Image(); 1585 1585 t.preloadImg.onload = t.updateImageData; 1586 1586 t.preloadImg.onerror = t.resetImageData; -
wp-admin/includes/nav-menu.php
511 511 } 512 512 ?> 513 513 <p class="button-controls"> 514 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />514 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" width="16" /> 515 515 <?php submit_button( __( 'Save' ), 'primary', 'nav-menu-locations', false, disabled( $nav_menu_selected_id, 0, false ) ); ?> 516 516 </p> 517 517 <?php … … 560 560 561 561 <p class="button-controls"> 562 562 <span class="add-to-menu"> 563 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />563 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" width="16" /> 564 564 <input type="submit"<?php disabled( $nav_menu_selected_id, 0 ); ?> class="button-secondary submit-add-to-menu" value="<?php esc_attr_e('Add to Menu'); ?>" name="add-custom-menu-item" id="submit-customlinkdiv" /> 565 565 </span> 566 566 </p> … … 692 692 ?> 693 693 <p class="quick-search-wrap"> 694 694 <input type="search" class="quick-search input-with-default-title" title="<?php esc_attr_e('Search'); ?>" value="<?php echo $searched; ?>" name="quick-search-posttype-<?php echo $post_type_name; ?>" /> 695 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />695 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" width="16" /> 696 696 <?php submit_button( __( 'Search' ), 'quick-search-submit button-secondary hide-if-js', 'submit', false, array( 'id' => 'submit-quick-search-posttype-' . $post_type_name ) ); ?> 697 697 </p> 698 698 … … 779 779 </span> 780 780 781 781 <span class="add-to-menu"> 782 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />782 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" width="16" /> 783 783 <input type="submit"<?php disabled( $nav_menu_selected_id, 0 ); ?> class="button-secondary submit-add-to-menu" value="<?php esc_attr_e('Add to Menu'); ?>" name="add-post-type-menu-item" id="submit-posttype-<?php echo $post_type_name; ?>" /> 784 784 </span> 785 785 </p> … … 923 923 ?> 924 924 <p class="quick-search-wrap"> 925 925 <input type="search" class="quick-search input-with-default-title" title="<?php esc_attr_e('Search'); ?>" value="<?php echo $searched; ?>" name="quick-search-taxonomy-<?php echo $taxonomy_name; ?>" /> 926 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />926 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" width="16" /> 927 927 <?php submit_button( __( 'Search' ), 'quick-search-submit button-secondary hide-if-js', 'submit', false, array( 'id' => 'submit-quick-search-taxonomy-' . $taxonomy_name ) ); ?> 928 928 </p> 929 929 … … 955 955 </span> 956 956 957 957 <span class="add-to-menu"> 958 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />958 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" width="16" /> 959 959 <input type="submit"<?php disabled( $nav_menu_selected_id, 0 ); ?> class="button-secondary submit-add-to-menu" value="<?php esc_attr_e('Add to Menu'); ?>" name="add-taxonomy-menu-item" id="submit-taxonomy-<?php echo $taxonomy_name; ?>" /> 960 960 </span> 961 961 </p> -
wp-admin/customize.php
72 72 $save_text = $wp_customize->is_theme_active() ? __( 'Save & Publish' ) : __( 'Save & Activate' ); 73 73 submit_button( $save_text, 'primary', 'save', false ); 74 74 ?> 75 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" />75 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" width="16" /> 76 76 <a class="back button" href="<?php echo esc_url( $return ? $return : admin_url( 'themes.php' ) ); ?>"> 77 77 <?php _e( 'Cancel' ); ?> 78 78 </a> -
wp-admin/options-general.php
251 251 252 252 echo ' <label><input type="radio" name="date_format" id="date_format_custom_radio" value="\c\u\s\t\o\m"'; 253 253 checked( $custom ); 254 echo '/> ' . __('Custom:') . ' </label><input type="text" name="date_format_custom" value="' . esc_attr( get_option('date_format') ) . '" class="small-text" /> <span class="example"> ' . date_i18n( get_option('date_format') ) . "</span> <img class='ajax-loading' src='" . esc_url( admin_url( 'images/wpspin_light.gif' ) ) . "' />\n";254 echo '/> ' . __('Custom:') . ' </label><input type="text" name="date_format_custom" value="' . esc_attr( get_option('date_format') ) . '" class="small-text" /> <span class="example"> ' . date_i18n( get_option('date_format') ) . "</span> <img class='ajax-loading' src='" . esc_url( admin_url( 'images/wpspin_light.gif' ) ) . "' width='16' />\n"; 255 255 256 256 echo "\t<p>" . __('<a href="http://codex.wordpress.org/Formatting_Date_and_Time">Documentation on date and time formatting</a>.') . "</p>\n"; 257 257 ?> … … 283 283 284 284 echo ' <label><input type="radio" name="time_format" id="time_format_custom_radio" value="\c\u\s\t\o\m"'; 285 285 checked( $custom ); 286 echo '/> ' . __('Custom:') . ' </label><input type="text" name="time_format_custom" value="' . esc_attr( get_option('time_format') ) . '" class="small-text" /> <span class="example"> ' . date_i18n( get_option('time_format') ) . "</span> <img class='ajax-loading' src='" . esc_url( admin_url( 'images/wpspin_light.gif' ) ) . "' />\n";286 echo '/> ' . __('Custom:') . ' </label><input type="text" name="time_format_custom" value="' . esc_attr( get_option('time_format') ) . '" class="small-text" /> <span class="example"> ' . date_i18n( get_option('time_format') ) . "</span> <img class='ajax-loading' src='" . esc_url( admin_url( 'images/wpspin_light.gif' ) ) . "' width='16' />\n"; 287 287 ; 288 288 ?> 289 289 </fieldset> -
wp-admin/press-this.php
Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
467 467 echo '<br /><br />'; 468 468 submit_button( __( 'Submit for Review' ), 'primary', 'review', false ); 469 469 } ?> 470 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" id="saving" style="display:none;" />470 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" id="saving" style="display:none;" width="16" /> 471 471 </p> 472 472 <?php if ( current_theme_supports( 'post-formats' ) && post_type_supports( 'post', 'post-formats' ) ) : 473 473 $post_formats = get_theme_support( 'post-formats' ); … … 586 586 </div> 587 587 </div> 588 588 589 <div id="waiting" style="display: none"><img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" /> <?php esc_html_e( 'Loading...' ); ?></div>589 <div id="waiting" style="display: none"><img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" width="16" /> <?php esc_html_e( 'Loading...' ); ?></div> 590 590 591 591 <div id="extra-fields" style="display: none"></div> 592 592 -
wp-admin/css/wp-admin.css
3953 3953 position: absolute; 3954 3954 top: 0; 3955 3955 background: #FFFFFF url(../images/wpspin_light.gif) no-repeat scroll 22px 10px; 3956 background-size: 16px 16px; 3956 3957 opacity: 0.7; 3957 3958 filter: alpha(opacity=70); 3958 3959 width: 100%; -
wp-admin/widgets.php
345 345 <div class="sidebar-name"> 346 346 <div class="sidebar-name-arrow"><br /></div> 347 347 <h3><?php echo esc_html( $registered_sidebar['name'] ); ?> 348 <span><img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-feedback" title="" alt="" /></span>348 <span><img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-feedback" title="" alt="" width="16" /></span> 349 349 </h3> 350 350 </div> 351 351 <div class="widget-holder inactive"> … … 380 380 <div class="sidebar-name"> 381 381 <div class="sidebar-name-arrow"><br /></div> 382 382 <h3><?php echo esc_html( $registered_sidebar['name'] ); ?> 383 <span><img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-feedback" title="" alt="" /></span></h3></div>383 <span><img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-feedback" title="" alt="" width="16" /></span></h3></div> 384 384 <?php wp_list_widget_controls( $sidebar ); // Show the control forms for each of the widgets in this sidebar ?> 385 385 </div> 386 386 <?php