Skip to content
Snippets Groups Projects
Commit 54d63424 authored by Seth Meranda's avatar Seth Meranda
Browse files

Remove more back buttons, let's not confuse the user when he/she has a back button.

parent f4a15858
Branches
No related tags found
No related merge requests found
......@@ -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 -->
......
......@@ -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>
......
......@@ -367,8 +367,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 -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment