Make WordPress Core


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

Add wpspin.gif and replace all spinners

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/livejournal.php

    r11109 r11150  
    964964                                        if ( jQuery( '#<?php echo $id ?>' ).length ) {
    965965                                                jQuery( "#<?php echo $id ?> input[type='submit']" ).hide();
    966                                                 str = '<?php _e( "Continuing" ) ?> <img src="images/loading-publish.gif" alt="" id="processing" align="top" />';
     966                                                str = '<?php _e( "Continuing" ) ?> <img src="images/wpspin.gif" alt="" id="processing" align="top" />';
    967967                                                jQuery( '#<?php echo $msg ?>' ).html( str );
    968968                                                jQuery( '#<?php echo $id ?>' ).submit();
     
    993993                                                jQuery( "#<?php echo $id ?> input[type='submit']" ).hide();
    994994                                                jQuery.ajaxSetup({'timeout':3600000});
    995                                                 str = '<?php _e( "Processing next batch." ) ?> <img src="images/loading-publish.gif" alt="" id="processing" align="top" />';
     995                                                str = '<?php _e( "Processing next batch." ) ?> <img src="images/wpspin.gif" alt="" id="processing" align="top" />';
    996996                                                jQuery( '#<?php echo $msg ?>' ).html( str );
    997997                                                jQuery('#ljapi-status').load(ajaxurl, {'action':'lj-importer',
Note: See TracChangeset for help on using the changeset viewer.