summaryrefslogtreecommitdiff
path: root/www/crm/wp-admin/network/user-new.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-admin/network/user-new.php')
-rw-r--r--www/crm/wp-admin/network/user-new.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/crm/wp-admin/network/user-new.php b/www/crm/wp-admin/network/user-new.php
index 202ff90e..73a4021b 100644
--- a/www/crm/wp-admin/network/user-new.php
+++ b/www/crm/wp-admin/network/user-new.php
@@ -120,7 +120,7 @@ if ( isset( $add_user_errors ) && is_wp_error( $add_user_errors ) ) {
</div>
<?php } ?>
<form action="<?php echo network_admin_url( 'user-new.php?action=add-user' ); ?>" id="adduser" method="post" novalidate="novalidate">
- <table class="form-table">
+ <table class="form-table" role="presentation">
<tr class="form-field form-required">
<th scope="row"><label for="username"><?php _e( 'Username' ); ?></label></th>
<td><input type="text" class="regular-text" name="user[username]" id="username" autocapitalize="none" autocorrect="off" maxlength="60" /></td>
@@ -130,7 +130,7 @@ if ( isset( $add_user_errors ) && is_wp_error( $add_user_errors ) ) {
<td><input type="email" class="regular-text" name="user[email]" id="email"/></td>
</tr>
<tr class="form-field">
- <td colspan="2"><?php _e( 'A password reset link will be sent to the user via email.' ); ?></td>
+ <td colspan="2" class="td-full"><?php _e( 'A password reset link will be sent to the user via email.' ); ?></td>
</tr>
</table>
<?php