Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Χάρης Παπαδόπουλος
e-epal
Commits
920ebdf1
Commit
920ebdf1
authored
Jun 16, 2017
by
Χάρης Παπαδόπουλος
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pde-dde-views' into 'develop'
others See merge request !188
parents
810631f8
51def950
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
myschool/footer.scss
myschool/footer.scss
+3
-2
source/components/student-application-form/disclaimer.ts
source/components/student-application-form/disclaimer.ts
+13
-0
No files found.
myschool/footer.scss
View file @
920ebdf1
...
...
@@ -2,7 +2,7 @@
// position: absolute;
// bottom: 41px;
background-color
:
#dcdcdc
;
height
:
10
0px
;
height
:
5
0px
;
width
:
100%
;
}
...
...
@@ -12,10 +12,11 @@
//position: absolute;
//bottom: 0;
width
:
100%
;
height
:
8
0px
;
height
:
12
0px
;
line-height
:
20px
;
background-color
:
#3a3a3a
;
color
:
#909090
;
padding-top
:
10px
;
.ft-text
{
font-size
:
12px
;
a
{
...
...
source/components/student-application-form/disclaimer.ts
View file @
920ebdf1
...
...
@@ -53,7 +53,20 @@ import {
<p>Επίσης πρέπει να γνωρίζετε ότι η Ηλεκτρονική Δήλωση Προτίμησης υπέχει θέση Υπ. Δήλωσης του ν. 1599/1986 (Α ́ 75) και οφείλετε τα στοιχεία που καταχωρίζετε σε αυτή να είναι αληθή.</p>
<form novalidate [formGroup]="formGroup" #form>
<legal-info></legal-info>
<br>
<br>
<div class="row">
<div class="col-md-1 ">
<input type="checkbox" [checked]="disclaimerChecked | async" formControlName="disclaimerChecked" >
</div>
<div class="col-md-9">
<label for="disclaimerChecked">Συμφωνώ με τα παραπάνω</label>
</div>
</div>
</form>
<div class="row" style="margin-top: 20px; margin-bottom: 20px;">
<div class="col-md-6">
<button type="button" class="btn-primary btn-lg pull-left" (click)="navigateBack()">
...
...
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