diff --git a/admin/registration_list.php b/admin/registration_list.php
index 5e57a50..431ead0 100644
--- a/admin/registration_list.php
+++ b/admin/registration_list.php
@@ -69,7 +69,7 @@ if($auth_type == 'committee') {
'Participant Registration' => 'admin/registration.php')
);
} else {
- send_header("Registration Management",
+ send_header("Student/Project Management",
array('Fair Main' => 'fair_main.php') );
}
diff --git a/fair_main.php b/fair_main.php
index 3ade37a..0cffb11 100644
--- a/fair_main.php
+++ b/fair_main.php
@@ -41,52 +41,27 @@
*/
send_header("Science Fair Main", array());
- function tempstatus()
- {
- return 'complete';
- }
-
//only display the named greeting if we have their name
echo i18n("Hello %1",array($_SESSION['name']));
echo "
";
echo "
";
- echo i18n("Please use the checklist below to complete your data. Click on an item in the table to edit that information. When you have entered all information, the Status field will change to Complete");
- echo "
";
- echo "
";
- user_page_summary_begin();
- user_page_summary_item("Fair Information and Statistics",
- "fair_stats.php", "tempstatus", array($u));
- user_page_summary_item("Award Winner Entry",
- "", "tempstatus", array($u));
- $overallstatus = user_page_summary_end(true);
-
- /* Update fair_status */
- fair_status_update($u);
-
- echo "
";
- echo "
";
-
- /*
- if($overallstatus!='complete')
- {
- echo error(i18n("You will not be marked as an active fair until your \"Overall Status\" is \"Complete\""));
- }
- else
- {
- echo happy(i18n("Thank you for completing the fair registration process. We look forward to seeing you at the fair"));
- }
- */
- echo "
";
- echo i18n('Other Options and Things To Do').':
';
- echo '
".theme_icon("fair_stats")." ".i18n("Fair Information and Statistics")." | ";
+ echo " ".theme_icon("participant_registration")." ".i18n("Student/Project Management")." | ";
+ echo " ".theme_icon("enter_winning_projects")." ".i18n("Enter Winning Projects")." | ";
+ echo "
".theme_icon("edit_profile")." ".i18n("Edit My Profile")." | ";
+ echo " ".theme_icon("change_password")." ".i18n("Change My Password")." | ";
+ echo " ".theme_icon("manage_roles")." ".i18n("Manage My Roles")." | ";
+ echo "