Changeset 11732 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/locale-projects.php
- Timestamp:
- 04/01/2022 11:42:40 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/locale-projects.php
r9291 r11732 94 94 <div class="sort-bar"> 95 95 <form id="sort-filter" action="" method="GET"> 96 <input type="hidden" name="s" value="<?php echo esc_attr( $search ?? '' ); ?>" 96 <input type="hidden" name="s" value="<?php echo esc_attr( $search ?? '' ); ?>"> 97 97 <input type="hidden" name="page" value="1"> 98 98 … … 114 114 ?> 115 115 <label for="filter">Filter:</label> 116 <select id="filter" name="filter">116 <select id="filter" class="is-small" name="filter"> 117 117 <?php 118 118 $sorts = array(); … … 141 141 </select> 142 142 143 <button type="submit" ><?php echo ( 1 === $filter_count ? 'Apply Filter' : 'Apply Filters' ); ?></button>143 <button type="submit" class="button is-small"><?php echo ( 1 === $filter_count ? 'Apply Filter' : 'Apply Filters' ); ?></button> 144 144 </form> 145 145 </div>
Note: See TracChangeset
for help on using the changeset viewer.