| @@ -16,9 +16,9 @@ | ||
| 16 | 16 | |
| 17 | 17 | <h1 class="page-title"><?php _e( 'Forms', 'html-forms' ); ?> |
| 18 | 18 | <a href="<?php echo admin_url( 'admin.php?page=html-forms-add-form' ); ?>" class="page-title-action"> |
| 19 | 19 | <span class="dashicons dashicons-plus-alt" style="vertical-align: middle; line-height: 16px; margin: 0 4px 0 0; "></span> |
| 20 | - <?php _e( 'Add New Form', 'html-forms' ); ?> | |
| 20 | + <?php _e( 'Add new form', 'html-forms' ); ?> | |
| 21 | 21 | </a> |
| 22 | 22 | |
| 23 | 23 | <?php if ( ! empty( $_GET['s'] ) ) { |
| 24 | 24 | printf(' <span class="subtitle">' . __('Search results for “%s”') . '</span>', sanitize_text_field( $_GET['s'] ) ); |
| @@ -32,9 +32,9 @@ | ||
| 32 | 32 | <input type="hidden" name="page" value="<?php echo esc_attr( $_GET['page'] ); ?>" /> |
| 33 | 33 | <?php if( ! empty( $_GET['post_status'] ) ) { ?> |
| 34 | 34 | <input type="hidden" name="post_status" value="<?php echo esc_attr( $_GET['post_status'] ); ?>" /> |
| 35 | 35 | <?php } ?> |
| 36 | - <?php $table->search_box( 'Search Forms', 'html-forms-search' ); ?> | |
| 36 | + <?php $table->search_box( 'search', 'html-forms-search' ); ?> | |
| 37 | 37 | </form> |
| 38 | 38 | |
| 39 | 39 | <form method="post"> |
| 40 | 40 | <?php $table->display(); ?> |