From 54d63424bb431cd3c0f1defa247913243eeebf95 Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Thu, 1 Mar 2012 14:06:30 +0000 Subject: [PATCH] Remove more back buttons, let's not confuse the user when he/she has a back button. --- WebContent/jsp/ugradpage2i.jsp | 2 -- WebContent/jsp/ugradpage2r.jsp | 2 -- WebContent/jsp/ugradpage2v.jsp | 2 -- 3 files changed, 6 deletions(-) diff --git a/WebContent/jsp/ugradpage2i.jsp b/WebContent/jsp/ugradpage2i.jsp index 3cc944a..e198bbc 100644 --- a/WebContent/jsp/ugradpage2i.jsp +++ b/WebContent/jsp/ugradpage2i.jsp @@ -486,8 +486,6 @@ <input type="submit" value="Submit to Admissions" name="btnSubmit" onclick="action.value='submit';setRequiredFields(document.ugPage2);" /> - - <input type="submit" value="Go Back to Previous Page" name="reset" onclick="action.value='saveAndGoBack';" /> </form> <!-- Special Form used by the popup Window to search for Institution --> diff --git a/WebContent/jsp/ugradpage2r.jsp b/WebContent/jsp/ugradpage2r.jsp index 2d636c2..bb6ae26 100644 --- a/WebContent/jsp/ugradpage2r.jsp +++ b/WebContent/jsp/ugradpage2r.jsp @@ -502,8 +502,6 @@ function setRequiredFields(frm) { <div style="clear:both;"> <input type="submit" value="Submit to Admissions" name="btnSubmit" onclick="action.value ='submit';setRequiredFields(document.ugPage2);" /> - - <input type="submit" value="Go Back to Previous Page" name="reset" onclick="action.value = 'saveAndGoBack';" /> </div> </form> diff --git a/WebContent/jsp/ugradpage2v.jsp b/WebContent/jsp/ugradpage2v.jsp index 944b25a..3ff06fe 100644 --- a/WebContent/jsp/ugradpage2v.jsp +++ b/WebContent/jsp/ugradpage2v.jsp @@ -366,8 +366,6 @@ <input type="submit" value="Submit to Admissions" name="btnSubmit" onclick="action.value ='submit';setRequiredFields(document.ugPage2);" /> - - <input type="submit" value="Go Back to Previous Page" name="reset" onclick="action.value = 'saveAndGoBack';" /> </form> -- GitLab