Add the schoolaccess page to the page text editor

This commit is contained in:
james 2008-01-22 19:22:51 +00:00
parent 086ee99c8f
commit 8411d614d5
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
95
96

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

@ -0,0 +1 @@
INSERT INTO `pagetext` ( `id` , `textname` , `text` , `year` , `lastupdate` ) VALUES ( '', 'schoolaccess', 'Welcome to the School Access Page. This page allows your school to provide several key pieces of information for the fair, as well as feedback about the schools experience with/at the fair.', '-1', '');

View File

@ -213,12 +213,12 @@ else
if($happymsg) echo happy($happymsg);
echo " <form method=POST action=\"schoolaccess.php\">\n";
echo i18n("Welcome to the School Access Page. This page allows your school to provide several key pieces of information for the fair, as well as feedback about the schools experience with/at the fair.");
echo output_page_text("schoolaccess");
echo " <br><br>\n";
if($config['participant_registration_type']=="open" || $config['participant_registration_type']=="openorinvite")
{
echo "<br><br>\n";
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 "<br />";
echo "&nbsp;&nbsp;&nbsp;<a href=\"register_participants.php\">",i18n("Participant Registration")."</a><br />";