Changeset 6791 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-two-factor/wporg-two-factor.php
- Timestamp:
- 02/27/2018 03:37:12 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-two-factor/wporg-two-factor.php
r6789 r6791 397 397 <fieldset class="bbp-form"> 398 398 <div> 399 <button type=" cancel" class="button button-secondaryalignright"><?php esc_html_e( 'Disable Two Factor Authentication', 'wporg' ); ?></button>399 <button type="button" class="button button-secondary two-factor-disable alignright"><?php esc_html_e( 'Disable Two Factor Authentication', 'wporg' ); ?></button> 400 400 <p class="status"><?php echo wp_kses_post( __( '<strong>Status:</strong> <span>Active</span>', 'wporg' ) ); ?></p> 401 401 </div> … … 424 424 <a href="" class="button button-secondary dashicons-before dashicons-download" id="two-factor-backup-codes-download" title="<?php esc_attr_e( 'Download Codes', 'wporg' ); ?>" download="two-factor-backup-codes.txt"><span class="screen-reader-text"><?php esc_html_e( 'Download Codes', 'wporg' ); ?></span></a> 425 425 </span> 426 <button type=" submit" class="buttonbutton-secondary" disabled="disabled"><?php esc_html_e( 'All Finished!', 'wporg' ); ?></button>426 <button type="button" class="button two-factor-submit button-secondary" disabled="disabled"><?php esc_html_e( 'All Finished!', 'wporg' ); ?></button> 427 427 </div> 428 428 </div> … … 461 461 ?> 462 462 </small> 463 <button type=" cancel" class="button button-secondaryalignleft"><?php esc_html_e( 'Cancel', 'wporg' ); ?></button>464 <button type=" submit" class="button button-primaryalignright"><?php esc_html_e( 'Enable', 'wporg' ); ?></button>463 <button type="button" class="button button-secondary two-factor-cancel alignleft"><?php esc_html_e( 'Cancel', 'wporg' ); ?></button> 464 <button type="button" class="button button-primary two-factor-submit alignright"><?php esc_html_e( 'Enable', 'wporg' ); ?></button> 465 465 </div> 466 466 </fieldset> … … 484 484 ?> 485 485 </small> 486 <button type=" cancel" class="button button-secondaryalignleft"><?php esc_html_e( 'Cancel', 'wporg' ); ?></button>487 <button type=" submit" class="button button-primaryalignright"><?php esc_html_e( 'Enable', 'wporg' ); ?></button>486 <button type="button" class="button button-secondary two-factor-cancel alignleft"><?php esc_html_e( 'Cancel', 'wporg' ); ?></button> 487 <button type="button" class="button button-primary two-factor-submit alignright"><?php esc_html_e( 'Enable', 'wporg' ); ?></button> 488 488 </div> 489 489 </fieldset> … … 523 523 } 524 524 525 .two-factor-backup-codes-wrapper [type="submit"]{525 .two-factor-backup-codes-wrapper .two-factor-submit { 526 526 vertical-align: middle; 527 527 }
Note: See TracChangeset
for help on using the changeset viewer.