Skip to content

Commit

Permalink
Bring group create steps invites search form html into line with dir …
Browse files Browse the repository at this point in the history
…search html block.

N.B Placeholders still persist and ought to be removed as per #130
  • Loading branch information
hnla committed Sep 5, 2017
1 parent 710f841 commit 3557465
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@
<div class="group-invites-search subnav-search clearfix" role="search" >
<div class="bp-search">
<form action="" method="get" id="group_invites_search_form" class="bp-invites-search-form" data-bp-search="{{data.scope}}">
<label for="group_invites_search">
<input type="search" id="group_invites_search" placeholder="<?php esc_attr_e( __( 'Search', 'buddypress' ) ); ?>"/>
</label>
<label for="group_invites_search" class="bp-screen-reader-text"><?php bp_nouveau_search_default_text( 'Search Members', false ); ?></label>
<input type="search" id="group_invites_search" placeholder="<?php esc_attr_e( __( 'Search', 'buddypress' ) ); ?>"/>

<button type="submit" id="group_invites_search_submit" class="nouveau-search-submit">
<span class="dashicons dashicons-search" aria-hidden="true"></span>
<span class="bp-screen-reader-text"><?php esc_html_e( 'Search', 'buddypress' ); ?></span>
<span id="button-text" class="bp-screen-reader-text"><?php esc_html_e( 'Search', 'buddypress' ); ?></span>
</button>
</form>
</div>
Expand Down

0 comments on commit 3557465

Please sign in to comment.