Make WordPress Core


Ignore:
Timestamp:
05/05/2009 06:57:43 PM (16 years ago)
Author:
azaozz
Message:

Add wpspin_light and wpspin_dark spinners

File:
1 edited

Legend:

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

    r11196 r11203  
    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/wpspin.gif" alt="" />
     268        <img class="waiting" style="display:none;" src="images/wpspin_light.gif" alt="" />
    269269        <span class="error" style="display:none;"></span>
    270270        <?php wp_nonce_field( 'taxinlineeditnonce', '_inline_edit', false ); ?>
     
    12591259            ?>
    12601260            <a accesskey="s" href="#inline-edit" title="<?php _e('Update'); ?>" class="button-primary save alignright"><?php echo attr( $update_text ); ?></a>
    1261             <img class="waiting" style="display:none;" src="images/wpspin.gif" alt="" />
     1261            <img class="waiting" style="display:none;" src="images/wpspin_light.gif" alt="" />
    12621262        <?php } else {
    12631263            $update_text = ( $is_page ) ? __( 'Update Pages' ) : __( 'Update Posts' );
     
    22942294    <span id="savebtn" style="display:none;"><?php _e('Update Comment'); ?></span>
    22952295    <span id="replybtn" style="display:none;"><?php _e('Submit Reply'); ?></span></a>
    2296     <img class="waiting" style="display:none;" src="images/wpspin.gif" alt="" />
     2296    <img class="waiting" style="display:none;" src="images/wpspin_light.gif" alt="" />
    22972297    <span class="error" style="display:none;"></span>
    22982298    <br class="clear" />
Note: See TracChangeset for help on using the changeset viewer.