From 4c44f40b3d9882f5c852a707ddfe089b9343b444 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 22 Oct 2009 18:27:32 +0000 Subject: [PATCH] Switch emergency contact relation to a select box instead of text entry --- register_participants_emergencycontact.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/register_participants_emergencycontact.php b/register_participants_emergencycontact.php index e11a31a..b78e50f 100644 --- a/register_participants_emergencycontact.php +++ b/register_participants_emergencycontact.php @@ -152,7 +152,16 @@ while($sr=mysql_fetch_object($sq)) echo " ".i18n("Last Name").": lastname\" />".REQUIREDFIELD.""; echo "\n"; echo ""; - echo " ".i18n("Relation").": relation\" />".REQUIREDFIELD.""; + echo " ".i18n("Relation").": "; + echo " \n"; + echo REQUIREDFIELD.""; echo " ".i18n("Email Address").": email\" />"; echo "\n"; echo "";