forked from science-ation/science-ation
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:
parent
0b1379fa02
commit
ebe549d56f
@ -43,7 +43,7 @@
|
||||
//send the header
|
||||
send_header("Judges Registration - Areas of Expertise Information");
|
||||
|
||||
echo "<a href=\"register_judges_main.php\"><< ".i18n("Back to Judges Registration Summary")."</a><br />";
|
||||
echo "<a href=\"register_judges_main.php\"><< ".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\"><< ".i18n("Back to Judges Registration Summary (discard changes)")."</a><br />";
|
||||
|
||||
|
||||
send_footer();
|
||||
|
@ -43,7 +43,7 @@
|
||||
//send the header
|
||||
send_header("Judges Registration - Personal Information");
|
||||
|
||||
echo "<a href=\"register_judges_main.php\"><< ".i18n("Back to Judges Registration Summary")."</a><br />";
|
||||
echo "<a href=\"register_judges_main.php\"><< ".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\"><< ".i18n("Back to Judges Registration Summary (discard changes)")."</a><br />";
|
||||
|
||||
send_footer();
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user