Make WordPress Core


Ignore:
Timestamp:
12/20/2010 06:45:05 PM (14 years ago)
Author:
ryan
Message:

List table spinner. Props scribu. see #15580

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-plugin-install-list-table.php

    r16992 r17090  
    112112    function display_tablenav( $which ) {
    113113        if ( 'top' ==  $which ) { ?>
    114             <div class="tablenav">
     114            <div class="tablenav top">
    115115                <div class="alignleft actions">
    116116                    <?php do_action( 'install_plugins_table_header' ); ?>
    117117                </div>
    118118                <?php $this->pagination( $which ); ?>
     119                <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" />
    119120                <br class="clear" />
    120121            </div>
    121122        <?php } else { ?>
    122             <div class="tablenav">
     123            <div class="tablenav bottom">
    123124                <?php $this->pagination( $which ); ?>
     125                <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" />
    124126                <br class="clear" />
    125127            </div>
Note: See TracChangeset for help on using the changeset viewer.