- Timestamp:
- 12/20/2010 06:45:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-plugin-install-list-table.php
r16992 r17090 112 112 function display_tablenav( $which ) { 113 113 if ( 'top' == $which ) { ?> 114 <div class="tablenav ">114 <div class="tablenav top"> 115 115 <div class="alignleft actions"> 116 116 <?php do_action( 'install_plugins_table_header' ); ?> 117 117 </div> 118 118 <?php $this->pagination( $which ); ?> 119 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" /> 119 120 <br class="clear" /> 120 121 </div> 121 122 <?php } else { ?> 122 <div class="tablenav ">123 <div class="tablenav bottom"> 123 124 <?php $this->pagination( $which ); ?> 125 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" /> 124 126 <br class="clear" /> 125 127 </div>
Note: See TracChangeset
for help on using the changeset viewer.