equal
deleted
inserted
replaced
132 <div class="tablenav top themes"> |
132 <div class="tablenav top themes"> |
133 <div class="alignleft actions"> |
133 <div class="alignleft actions"> |
134 <?php do_action( 'install_themes_table_header' ); ?> |
134 <?php do_action( 'install_themes_table_header' ); ?> |
135 </div> |
135 </div> |
136 <?php $this->pagination( 'top' ); ?> |
136 <?php $this->pagination( 'top' ); ?> |
137 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" /> |
|
138 <br class="clear" /> |
137 <br class="clear" /> |
139 </div> |
138 </div> |
140 |
139 |
141 <div id="availablethemes"> |
140 <div id="availablethemes"> |
142 <?php $this->display_rows_or_placeholder(); ?> |
141 <?php $this->display_rows_or_placeholder(); ?> |
235 <div class="action-links"> |
234 <div class="action-links"> |
236 <ul> |
235 <ul> |
237 <?php foreach ( $actions as $action ): ?> |
236 <?php foreach ( $actions as $action ): ?> |
238 <li><?php echo $action; ?></li> |
237 <li><?php echo $action; ?></li> |
239 <?php endforeach; ?> |
238 <?php endforeach; ?> |
240 <li class="hide-if-no-js"><a href="#" class="theme-detail" tabindex='4'><?php _e('Details') ?></a></li> |
239 <li class="hide-if-no-js"><a href="#" class="theme-detail"><?php _e('Details') ?></a></li> |
241 </ul> |
240 </ul> |
242 </div> |
241 </div> |
243 |
242 |
244 <?php |
243 <?php |
245 $this->install_theme_info( $theme ); |
244 $this->install_theme_info( $theme ); |