Changeset 9084 for trunk/src/bp-xprofile/bp-xprofile-classes.php
- Timestamp:
- 10/16/2014 06:20:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-classes.php
r9075 r9084 494 494 <?php endif; ?> 495 495 496 <form action="<?php echo esc_url( $action ); ?>" method="post">496 <form id="bp-xprofile-add-field-group" action="<?php echo esc_url( $action ); ?>" method="post"> 497 497 <div id="poststuff"> 498 498 <div id="post-body" class="metabox-holder columns-2"> … … 500 500 <div id="titlediv"> 501 501 <div id="titlewrap"> 502 <label class="screen-reader-text" id="title-prompt-text" for="title"><?php esc_html_e( 'Field Group Title', 'buddypress') ?></label>503 <input type="text" name="group_name" autocomplete="off" id="title" value="<?php echo esc_attr( $this->name ); ?>" placeholder="<?php echo esc_attr_x( 'Group Name', 'XProfile admin edit group', 'buddypress' ); ?>" />502 <label id="title-prompt-text" for="title"><?php esc_html_e( 'Field Group Name', 'buddypress') ?></label> 503 <input type="text" name="group_name" id="title" value="<?php echo esc_attr( $this->name ); ?>" autocomplete="off" /> 504 504 </div> 505 505 </div> … … 921 921 <div id="post-body-content"> 922 922 <div id="titlediv"> 923 <input type="text" name="title" id="title" value="<?php echo esc_attr( $this->name ); ?>" placeholder="<?php echo esc_attr_x( 'Field Name', 'XProfile admin edit field', 'buddypress' ); ?>" /> 923 <div class="titlewrap"> 924 <label id="title-prompt-text" for="title"><?php echo esc_attr_x( 'Field Name', 'XProfile admin edit field', 'buddypress' ); ?></label> 925 <input type="text" name="title" id="title" value="<?php echo esc_attr( $this->name ); ?>" autocomplete="off" /> 926 </div> 924 927 </div> 925 928 <div class="postbox">
Note: See TracChangeset
for help on using the changeset viewer.