@@ -966,6 +980,7 @@ function user_register($edit = array()) {
}
$output.=form_textfield(t("Username"),'name',$edit['name'],30,64,t("Your full name or your preferred username: only letters, numbers and spaces are allowed."));
$output.=form_textfield(t("E-mail address"),"mail",$edit['mail'],30,64,t("A password and instructions will be sent to this e-mail address, so make sure it is accurate."));
$output.=_user_profile($edit,$edit);
$output.=form_submit(t("Create new account"));
$items[]=l(t("Request new password"),"user/password");
$items[]=l(t("Log in"),"user/login");
...
...
@@ -1099,7 +1114,7 @@ function user_edit($edit = array()) {
@@ -966,6 +980,7 @@ function user_register($edit = array()) {
}
$output.=form_textfield(t("Username"),'name',$edit['name'],30,64,t("Your full name or your preferred username: only letters, numbers and spaces are allowed."));
$output.=form_textfield(t("E-mail address"),"mail",$edit['mail'],30,64,t("A password and instructions will be sent to this e-mail address, so make sure it is accurate."));
$output.=_user_profile($edit,$edit);
$output.=form_submit(t("Create new account"));
$items[]=l(t("Request new password"),"user/password");
$items[]=l(t("Log in"),"user/login");
...
...
@@ -1099,7 +1114,7 @@ function user_edit($edit = array()) {