Make WordPress Core


Ignore:
Timestamp:
12/20/2010 06:45:05 PM (15 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-theme-install-list-table.php

    r17002 r17090  
    128128    function display() {
    129129?>
    130         <div class="tablenav">
     130        <div class="tablenav top">
    131131            <div class="alignleft actions">
    132132                <?php do_action( 'install_themes_table_header' ); ?>
    133133            </div>
    134134            <?php $this->pagination( 'top' ); ?>
     135            <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" />
    135136            <br class="clear" />
    136137        </div>
     
    142143        </table>
    143144
    144         <div class="tablenav">
     145        <div class="tablenav bottom">
    145146            <?php $this->pagination( 'bottom' ); ?>
     147            <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" />
    146148            <br class="clear" />
    147149        </div>
Note: See TracChangeset for help on using the changeset viewer.