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-themes-list-table.php

    r17018 r17090  
    8686    function display() {
    8787?>
    88         <div class="tablenav">
     88        <div class="tablenav top">
    8989            <?php $this->pagination( 'top' ); ?>
     90            <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" />
    9091            <br class="clear" />
    9192        </div>
     
    9798        </table>
    9899
    99         <div class="tablenav">
     100        <div class="tablenav bottom">
    100101            <?php $this->pagination( 'bottom' ); ?>
     102            <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" />
    101103            <br class="clear" />
    102104        </div>
Note: See TracChangeset for help on using the changeset viewer.