diff --git a/schoolinfo.php b/schoolinfo.php index de60d5f..4cb95ad 100644 --- a/schoolinfo.php +++ b/schoolinfo.php @@ -6,7 +6,6 @@ user_auth_required("teacher"); $schoolid=user_field_required("schools_id","user_edit.php?tab=school"); send_header("School Details"); - if($_POST['action']=="save") { // load the school info so we know which one we're saving $q=mysql_query("SELECT * FROM schools WHERE id='$schoolid'"); @@ -38,8 +37,11 @@ send_footer(); function draw_page(){ global $config, $school, $sh_email, $sh_email, $sh; + echo i18n("Please note, as a teacher you are editing the MASTER RECORD for %1. If you have switched schools you should switch your school under your account profile. Only edit the information below if the details for the school have changed.",array($school->school)); + echo "
"; + echo "
"; + echo "

$school->school

"; - echo i18n("Please make sure your school contact information is correct, make any necessary changes:"); echo "
"; echo ""; echo "";