qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -19,8 +19,8 @@ get_header(); | ... | @@ -19,8 +19,8 @@ get_header(); |
| 19 | <?php //get_search_form() ?> | 19 | <?php //get_search_form() ?> |
| 20 | <div class="top-search"> | 20 | <div class="top-search"> |
| 21 | <li class="sf-field-search"><label> | 21 | <li class="sf-field-search"><label> |
| 22 | <input placeholder="Search …" id="top-search" class="sf-input-text" type="text" value="<?php echo $_GET["_sf_s"]; ?>" title=""></label></li> | 22 | <input placeholder="<?php _e('Search …','msf');?>" id="top-search" class="sf-input-text" type="text" value="<?php echo $_GET["_sf_s"]; ?>" title=""></label></li> |
| 23 | <li class="sf-field-submit"><input type="submit" class="top-go" value="GO"><?php echo do_shortcode('[advance-search search_id="advanced-search"]'); ?></li> | 23 | <li class="sf-field-submit"><input type="submit" class="top-go" value="<?php _e('GO','msf'); ?>"><?php echo do_shortcode('[advance-search search_id="advanced-search"]'); ?></li> |
| 24 | </div> | 24 | </div> |
| 25 | <button class="btn btn-primary filter" data-bs-toggle="collapse" data-bs-target="#search-sidebar" role="button" aria-expanded="false" aria-controls="search-sidebar" > | 25 | <button class="btn btn-primary filter" data-bs-toggle="collapse" data-bs-target="#search-sidebar" role="button" aria-expanded="false" aria-controls="search-sidebar" > |
| 26 | <?php _e("SORT AND FILTER", 'msf'); ?> | 26 | <?php _e("SORT AND FILTER", 'msf'); ?> | ... | ... |
-
Please register or sign in to post a comment