Make WordPress Core


Ignore:
Timestamp:
05/01/2009 07:43:22 PM (15 years ago)
Author:
azaozz
Message:

Add wpspin.gif and replace all spinners

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r11144 r11150  
    266266        <?php $update_text = ( $is_tag ) ? __( 'Update Tag' ) : __( 'Update Category' ); ?>
    267267        <a accesskey="s" href="#inline-edit" title="<?php echo attr( $update_text ); ?>" class="save button-primary alignright"><?php echo $update_text; ?></a>
    268         <img class="waiting" style="display:none;" src="images/loading.gif" alt="" />
     268        <img class="waiting" style="display:none;" src="images/wpspin.gif" alt="" />
    269269        <span class="error" style="display:none;"></span>
    270270        <?php wp_nonce_field( 'taxinlineeditnonce', '_inline_edit', false ); ?>
     
    12581258            ?>
    12591259            <a accesskey="s" href="#inline-edit" title="<?php _e('Update'); ?>" class="button-primary save alignright"><?php echo attr( $update_text ); ?></a>
    1260             <img class="waiting" style="display:none;" src="images/loading.gif" alt="" />
     1260            <img class="waiting" style="display:none;" src="images/wpspin.gif" alt="" />
    12611261        <?php } else {
    12621262            $update_text = ( $is_page ) ? __( 'Update Pages' ) : __( 'Update Posts' );
     
    22932293    <span id="savebtn" style="display:none;"><?php _e('Update Comment'); ?></span>
    22942294    <span id="replybtn" style="display:none;"><?php _e('Submit Reply'); ?></span></a>
    2295     <img class="waiting" style="display:none;" src="images/loading.gif" alt="" />
     2295    <img class="waiting" style="display:none;" src="images/wpspin.gif" alt="" />
    22962296    <span class="error" style="display:none;"></span>
    22972297    <br class="clear" />
Note: See TracChangeset for help on using the changeset viewer.