From 3fbd5dcc5fe150c444036cb4b2cf368f3571229a Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 12 Jun 2003 08:01:17 +0000 Subject: [PATCH] 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. --- login/signup_form.html | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) 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 @@ " /> - - + + -- 2.39.5