Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Σταύρος Παπαδάκης
e-epal
Commits
22040a4b
Commit
22040a4b
authored
Feb 28, 2017
by
Νίκος Κατσαούνος
Browse files
updated application.main component
parent
0208cd57
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/components/student-application-form/application.form.main.html
View file @
22040a4b
<div
class=
"row equal"
>
<div
class=
"col-md-
12
"
>
<div
class=
"col-md-
8
"
>
<form
novalidate
(ngSubmit)=
"onSubmit(studentDataGroup)"
[formGroup]=
"studentDataGroup"
>
<div
*ngFor=
"let studentDataField$ of studentDataFields$ | async; "
>
</div>
<!--
...
...
@@ -135,8 +135,8 @@
<span
class=
"glyphicon glyphicon-menu-left"
></span>
Πίσω
</button>
</div>
<div
class=
"col-md-
8
"
>
<button
type=
"button"
class=
"btn-primary btn-lg pull-
right
"
(click)=
"submitSelected()"
[disabled]=
"studentDataGroup.invalid"
>
<div
class=
"col-md-
2
"
>
<button
type=
"button"
class=
"btn-primary btn-lg pull-
center
"
(click)=
"submitSelected()"
[disabled]=
"studentDataGroup.invalid"
>
Συνέχεια
<span
class=
"glyphicon glyphicon-menu-right"
></span>
</button>
</div>
...
...
@@ -145,3 +145,6 @@
</form>
</div>
<div
class=
"col-md-4"
>
<application-preview-select></application-preview-select>
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment