From 963e1cdd31c81949d8d61d466388b5d510cdd727 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 2 Mar 2011 05:25:31 +0000 Subject: [PATCH] Update wording on school info page to be more clear --- schoolinfo.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 "";