type email for email field in add user form
This commit is contained in:
parent
f3d49cbfa8
commit
8b558eb7ea
|
@ -1000,7 +1000,7 @@ function admin_page_users(&$a){
|
||||||
'$users' => $users,
|
'$users' => $users,
|
||||||
'$newusername' => array('new_user_name', t("Name"), '', t("Name of the new user.")),
|
'$newusername' => array('new_user_name', t("Name"), '', t("Name of the new user.")),
|
||||||
'$newusernickname' => array('new_user_nickname', t("Nickname"), '', t("Nickname of the new user.")),
|
'$newusernickname' => array('new_user_nickname', t("Nickname"), '', t("Nickname of the new user.")),
|
||||||
'$newuseremail' => array('new_user_email', t("Email"), '', t("Email address of the new user.")),
|
'$newuseremail' => array('new_user_email', t("Email"), '', t("Email address of the new user."), '', '', 'email'),
|
||||||
));
|
));
|
||||||
$o .= paginate($a);
|
$o .= paginate($a);
|
||||||
return $o;
|
return $o;
|
||||||
|
|
Loading…
Reference in a new issue