List table spinner. Props scribu. see #15580

git-svn-id: https://develop.svn.wordpress.org/trunk@17090 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-12-20 18:45:05 +00:00
parent 034024021a
commit 1f3ea01d78
9 changed files with 38 additions and 40 deletions
+7 -3
View File
@@ -199,6 +199,7 @@ class WP_List_Table {
<input type="text" id="<?php echo $input_id ?>" name="s" value="<?php _admin_search_query(); ?>" />
<?php submit_button( $text, 'button', 'submit', false ); ?>
</p>
<img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" />
<?php
}
@@ -730,11 +731,14 @@ class WP_List_Table {
<div class="alignleft actions">
<?php $this->bulk_actions( $which ); ?>
</div>
<?php
<?php
$this->extra_tablenav( $which );
$this->pagination( $which );
?>
if ( 'bottom' == $which ) {
?>
<img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" />
<?php } ?>
<br class="clear" />
</div>