duplicate "back to judges registration summary" link at bottom of page as well

and change it to say "discard changes"
This commit is contained in:
james 2005-02-16 18:21:32 +00:00
parent 0b1379fa02
commit ebe549d56f
2 changed files with 6 additions and 2 deletions

View File

@ -43,7 +43,7 @@
//send the header
send_header("Judges Registration - Areas of Expertise Information");
echo "<a href=\"register_judges_main.php\">&lt;&lt; ".i18n("Back to Judges Registration Summary")."</a><br />";
echo "<a href=\"register_judges_main.php\">&lt;&lt; ".i18n("Back to Judges Registration Summary (discard changes)")."</a><br />";
echo "<br />";
if($_POST['action']=="save")
@ -165,6 +165,8 @@ else
echo "<input type=\"submit\" value=\"".i18n("Save Areas of Expertise Information")."\" />\n";
echo "</form>";
echo "<br />";
echo "<a href=\"register_judges_main.php\">&lt;&lt; ".i18n("Back to Judges Registration Summary (discard changes)")."</a><br />";
send_footer();

View File

@ -43,7 +43,7 @@
//send the header
send_header("Judges Registration - Personal Information");
echo "<a href=\"register_judges_main.php\">&lt;&lt; ".i18n("Back to Judges Registration Summary")."</a><br />";
echo "<a href=\"register_judges_main.php\">&lt;&lt; ".i18n("Back to Judges Registration Summary (discard changes)")."</a><br />";
echo "<br />";
if($_POST['action']=="save")
@ -249,6 +249,8 @@ echo "</table>";
echo "<input type=\"submit\" value=\"".i18n("Save Personal Information")."\" />\n";
echo "</form>";
echo "<br />";
echo "<a href=\"register_judges_main.php\">&lt;&lt; ".i18n("Back to Judges Registration Summary (discard changes)")."</a><br />";
send_footer();
?>