move the wording on the judges "invitaion only" screen into the page text editor so the fairs can make it say whatever they want it to say.

This commit is contained in:
james 2007-10-31 20:31:00 +00:00
parent 1cc99b4ef9
commit 41053418d8
3 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
54
55

1
db/db.update.55.sql Normal file
View File

@ -0,0 +1 @@
INSERT INTO `pagetext` ( `textname` , `text` , `year` , `lastupdate` ) VALUES ('register_judges_invite', 'Thank you for volunteering as a judge for the fair. Judge registration is by invitation only. To get started, please contact the chief judge. We will then send you an email with instructions on how to complete your registration. This extra step is only required for first time judges. We are confident that you will find the experience sufficiently enriching that you will continue to serve as a judge in future years. Thanks again for your willingness to participate.', '-1', NOW() );

View File

@ -257,11 +257,9 @@
{
if($config['judge_registration_type']=="invite")
{
echo i18n("Judge registration is by invitation only. In order to register you must have your account created for you by the science fair committee. Once your account is created you'll be invited via email to login and complete your judge registration information");
echo i18n("Thank you for volunteering as a judge for the %1. Judge registration is by invitation only. To get started, please send an email expressing your willingness to serve to us here <a href=\"mailto:%2\">%2</a>. We will then send you an email with instructions on how to complete your registration. This extra step is only required for first time judges. We are confident that you will find the experience sufficiently enriching that you will continue to serve as a judge in future years. Thanks again for your willingness to participate",array($config['fairname'],$config['fairmanageremail']));
output_page_text("register_judges_invite");
echo "<br />";
echo "<br />";
echo i18n("Please enter your email address to :");
echo "<ul>";
}