From d644f6dcd6c92b8b0777b5969cce8dc852d1bbdd Mon Sep 17 00:00:00 2001 From: james Date: Mon, 26 Feb 2007 20:15:07 +0000 Subject: [PATCH] If school access type is open or openorinvite, show a message on the school access page to tell the school that they do not need to login in order to have their students register for the fair. --- schoolaccess.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/schoolaccess.php b/schoolaccess.php index e902199b..3109e7ec 100644 --- a/schoolaccess.php +++ b/schoolaccess.php @@ -214,6 +214,14 @@ else echo "

\n"; + if($config['participant_registration_type']=="open" || $config['participant_registration_type']=="openorinvite") + { + echo i18n("Note: Schools do not need to login in order to have students register from their school. Students can register by going to the Participant Registration Page. The only benefit of logging in is to update your school contact information or submit feedback.:"); + echo "
"; + echo "   ",i18n("Participant Registration")."
"; + + } + echo "
"; echo i18n("Please login below by selecting your school and entering your school Access Code that you received in your package"); ?>