From: moodler Date: Thu, 12 Jun 2003 08:01:17 +0000 (+0000) Subject: Removing optional items ... eventually will remove city and country as well. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3fbd5dcc5fe150c444036cb4b2cf368f3571229a;p=moodle.git Removing optional items ... eventually will remove city and country as well. This stuff will all be set via the user profile, and will be customisable by the admin or teacher as well. --- diff --git a/login/signup_form.html b/login/signup_form.html index b3e1e02048..b5f3da563a 100644 --- a/login/signup_form.html +++ b/login/signup_form.html @@ -14,12 +14,6 @@ if (empty($user->lastname)) { $user->lastname = ""; } - if (empty($user->idnumber)) { - $user->idnumber = ""; - } - if (empty($user->phone)) { - $user->phone = ""; - } if (empty($user->city)) { $user->city = ""; } @@ -71,20 +65,6 @@ lastname)) { formerr($err->lastname);} ?> - -

:

- - () - idnumber)) { formerr($err->idnumber);} ?> - - - -

:

- - () - phone)) { formerr($err->phone);} ?> - -

:

@@ -100,8 +80,8 @@ " /> - - + +