forked from science-ation/science-ation
Fix wording for open or invite registration type on schoolaccess page.
Bug #0132
This commit is contained in:
parent
f864826ee4
commit
edcf42443c
@ -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 " <a href=\"schoolinvite.php\">".i18n("Participant Registration Invitations")."</a>";
|
||||
|
Loading…
Reference in New Issue
Block a user