Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/01/2015 09:34:19 PM (9 years ago)
Author:
mercime
Message:

Add label for the password confirmation input field.

Accessibility fix in the Settings > General page.

See #6531.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/single/settings/general.php

    r9819 r10089  
    1919    <input type="password" name="pass1" id="pass1" size="16" value="" class="settings-input small password-entry" <?php bp_form_field_attributes( 'password' ); ?>/> &nbsp;<?php _e( 'New Password', 'buddypress' ); ?><br />
    2020    <div id="pass-strength-result"></div>
     21    <label for="pass2" class="bp-screen-reader-text"><?php _e( 'Repeat New Password', 'buddypress' ); ?></label>
    2122    <input type="password" name="pass2" id="pass2" size="16" value="" class="settings-input small password-entry-confirm" <?php bp_form_field_attributes( 'password' ); ?>/> &nbsp;<?php _e( 'Repeat New Password', 'buddypress' ); ?>
    2223
Note: See TracChangeset for help on using the changeset viewer.