Fix wording for open or invite registration type on schoolaccess page.

Bug #0132
This commit is contained in:
james 2007-11-21 21:09:16 +00:00
parent f864826ee4
commit edcf42443c

View File

@ -127,7 +127,10 @@ if($_SESSION['schoolid'] && $_SESSION['schoolaccesscode'])
{
echo "<h4>".i18n("Participant Registration Invitations")."</h4>";
echo i18n("In order for your school's students to register for the fair, you must first invite them via email. Use the 'Participant Registration Invitations' link below to invite your students to the fair");
if($config['participant_registration_type']=="invite")
echo i18n("In order for your school's students to register for the fair, you must first invite them via email. Use the 'Participant Registration Invitations' link below to invite your students to the fair");
else if($config['participant_registration_type']=="openorinvite" )
echo i18n("In order for your school's students to register for the fair, you can invite them via email using the 'Participant Registration Invitations' link below, or they can register on their own by accessing the 'Participant Registration' link in the menu.");
echo "<br />";
echo "<br />";
echo "&nbsp;&nbsp;&nbsp;<a href=\"schoolinvite.php\">".i18n("Participant Registration Invitations")."</a>";