Update wording on school info page to be more clear

This commit is contained in:
james 2011-03-02 05:25:31 +00:00
parent 0c3f01f238
commit 963e1cdd31

View File

@ -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 "<br />";
echo "<br />";
echo "<h2>$school->school</h2>";
echo i18n("Please make sure your school contact information is correct, make any necessary changes:");
echo "<form method=\"post\" action=\"schoolinfo.php\">";
echo "<input type=\"hidden\" name=\"action\" value=\"save\">";
echo "<table border=0 cellspacing=0 cellpadding=3>";