| @@ -14,23 +14,17 @@ | ||
| 14 | 14 | $site = get_site( $_GET['site'] ); |
| 15 | 15 | echo '<div class="notice notice-success inline" style="margin: 20px 0 0 0;"><p><strong>The database migration has been re-run for the site: ' . esc_url( $site->siteurl ) . '</strong></p></div>'; |
| 16 | 16 | } |
| 17 | 17 | ?> |
| 18 | - | |
| 19 | - <div class="notice notice-success inline" style="margin: 20px 0 0 0;"> | |
| 20 | - <p> | |
| 21 | - <strong>In order to activate Patchstack on a site, go to the <a href="admin.php?page=patchstack-multisite-settings">activation page.</a></strong> | |
| 22 | - </p> | |
| 23 | - </div> | |
| 24 | - | |
| 25 | 18 | <form method="GET" style="display: table;"> |
| 26 | 19 | <div class="wrap"> |
| 27 | - <h2>Patchstack - Available Sites</h2> | |
| 20 | + <h2>Available Sites</h2> | |
| 28 | 21 | </div> |
| 29 | 22 | <input type="hidden" name="page" value="<?php echo esc_attr( $_REQUEST['page'] ); ?>" /> |
| 30 | 23 | <?php |
| 31 | 24 | $table = new Patchstack_Network_Sites_Table(); |
| 32 | 25 | $table->prepare_items(); |
| 26 | + $table->search_box( 'Search', 'search' ); | |
| 33 | 27 | ?> |
| 34 | 28 | </form> |
| 35 | 29 | <?php |
| 36 | 30 | $table->display(); |