Skip to:
Content

BuddyPress.org

Changeset 11607


Ignore:
Timestamp:
06/22/2017 11:27:51 PM (7 years ago)
Author:
mercime
Message:

Improve markup of Members settings - general screen.

Props mercime, hnla.
Fixes #7546.

File:
1 edited

Legend:

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

    r11606 r11607  
    2828
    2929    <label for="pass1"><?php _e( 'Change Password <span>(leave blank for no change)</span>', 'buddypress' ); ?></label>
    30     <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 />
     30    <input type="password" name="pass1" id="pass1" size="16" value="" class="settings-input small password-entry" <?php bp_form_field_attributes( 'password' ); ?>/>
    3131    <div id="pass-strength-result"></div>
    32     <label for="pass2" class="bp-screen-reader-text"><?php
    33         /* translators: accessibility text */
    34         _e( 'Repeat New Password', 'buddypress' );
     32    <label for="pass2"><?php _e( 'Repeat New Password', 'buddypress' );
    3533    ?></label>
    36     <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' ); ?>
     34    <input type="password" name="pass2" id="pass2" size="16" value="" class="settings-input small password-entry-confirm" <?php bp_form_field_attributes( 'password' ); ?>/>
    3735
    3836    <?php
Note: See TracChangeset for help on using the changeset viewer.