Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
StudentAdmissionsApplications
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
StudentAdmissionsApplications
Commits
7fed490e
Commit
7fed490e
authored
Sep 30, 2011
by
Seth Meranda
Browse files
Options
Downloads
Patches
Plain Diff
Remove the JS from the submit button, this is now handled automatically with jQuery.
parent
50a6b5e6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
WebContent/css/ugradapp.css
+1
-1
1 addition, 1 deletion
WebContent/css/ugradapp.css
WebContent/jsp/ugradpage1.jsp
+2
-2
2 additions, 2 deletions
WebContent/jsp/ugradpage1.jsp
with
3 additions
and
3 deletions
WebContent/css/ugradapp.css
+
1
−
1
View file @
7fed490e
...
...
@@ -64,7 +64,7 @@
border-top
:
1px
solid
#F2EDDE
;
padding
:
0
10px
1em
10px
;
}
#maincontent
.stuapp
>
fieldset
>
ol
>
li
:nth-child
(
odd
)
{
#maincontent
.stuapp
>
fieldset
>
ol
>
li
:nth-child
(
odd
)
,
#maincontent
.stuapp
>
fieldset
>
ol
>
li
.odd
{
clear
:
left
;
margin-left
:
0
;
}
...
...
This diff is collapsed.
Click to expand it.
WebContent/jsp/ugradpage1.jsp
+
2
−
2
View file @
7fed490e
...
...
@@ -503,7 +503,7 @@
</li>
</ol>
</fieldset>
<fieldset
class=
"grid8 first"
>
<fieldset
class=
"grid8 first"
id=
"parentInformation"
>
<legend>
Parent/Guardian Address
</legend>
<ol>
<li
class=
"full"
>
...
...
@@ -749,7 +749,7 @@
<li>
TOEFL score of 523 (computer version 193, internet version 70 with a writing subscore of 20) or higher
</li>
</ul>
</aside>
<input
type=
"submit"
value=
"Submit and continue"
name=
"btnSubmit"
onclick=
"action.value = 'submit'; setRequiredFields(document.ugPage1form);"
/>
<input
type=
"submit"
value=
"Submit and continue"
name=
"btnSubmit"
/>
</form>
<!-- **** End of maincontent **** -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment