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
1203a4fb
Commit
1203a4fb
authored
Feb 21, 2017
by
Open Source Developer
Browse files
UI
parent
ef693530
Changes
10
Hide whitespace changes
Inline
Side-by-side
myschool/main.scss
View file @
1203a4fb
...
...
@@ -51,6 +51,7 @@
border
:
none
!
important
;
width
:
200px
;
padding
:
5px
10px
;
}
...
...
source/components/student-application-form/amka-fill.ts
View file @
1203a4fb
...
...
@@ -36,10 +36,9 @@ import {AppSettings} from '../../app.settings';
</div>
<div class="row">
<div class="col-md-2 col-md-offset-5">
<div class="col-md-
1
2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-right" (click)="saveSelected()">
Συνέχεια<span class="glyphicon glyphicon-menu-right"></span>
</button>
Συνέχεια </button>
</div>
<div *ngIf="emptyselection==true">
Παρακαλώ συμπληρώστε το ΑΜΚΑ του μαθητή
...
...
source/components/student-application-form/application.form.main.html
View file @
1203a4fb
...
...
@@ -135,8 +135,8 @@
<span
class=
"glyphicon glyphicon-menu-left"
></span>
Πίσω
</button>
</div>
<div
class=
"col-md-
2
"
>
<button
type=
"button"
class=
"btn-primary btn-lg pull-
center
"
(click)=
"submitSelected()"
[disabled]=
"studentDataGroup.invalid"
>
<div
class=
"col-md-
8
"
>
<button
type=
"button"
class=
"btn-primary btn-lg pull-
right
"
(click)=
"submitSelected()"
[disabled]=
"studentDataGroup.invalid"
>
Συνέχεια
<span
class=
"glyphicon glyphicon-menu-right"
></span>
</button>
</div>
...
...
source/components/student-application-form/course.fields.select.ts
View file @
1203a4fb
...
...
@@ -32,8 +32,8 @@ import {AppSettings} from '../../app.settings';
</div>
</div>
<div class="row">
<div class="col-md-2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-
center
" (click)="saveSelected()">
<div class="col-md-
1
2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-
right
" (click)="saveSelected()">
Συνέχεια<span class="glyphicon glyphicon-menu-right"></span>
</button>
</div>
...
...
source/components/student-application-form/epal.class.select.ts
View file @
1203a4fb
...
...
@@ -30,8 +30,8 @@ import {AppSettings} from '../../app.settings';
</div>
<div class="row">
<div class="col-md-2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-
center
" (click)="saveSelected()">
<div class="col-md-
1
2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-
right
" (click)="saveSelected()">
Συνέχεια<span class="glyphicon glyphicon-menu-right"></span>
</button>
</div>
...
...
source/components/student-application-form/region.schools.select.ts
View file @
1203a4fb
...
...
@@ -52,8 +52,8 @@ import {AppSettings} from '../../app.settings';
</ul>
</div>
<div class="row">
<div class="col-md-2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-
center
" (click)="navigateToApplication()" [disabled] = "numSelected === 0" >
<div class="col-md-
1
2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-
right
" (click)="navigateToApplication()" [disabled] = "numSelected === 0" >
Συνέχεια<span class="glyphicon glyphicon-menu-right"></span>
</button>
</div>
...
...
source/components/student-application-form/schools-order-select.ts
View file @
1203a4fb
...
...
@@ -40,7 +40,9 @@ import {AppSettings} from '../../app.settings';
Προτίμηση {{i+1}}: {{schoolField$}}
</li>
</div>
<button type="button" class="btn btn-primary btn-lg pull-center" (click)="navigateToStudentForm()" >Συνέχεια</button>
<div class="col-md-12">
<button type="button" class="btn btn-primary btn-lg pull-right" (click)="navigateToStudentForm()" >Συνέχεια</button>
</div>
</form>
</div>
...
...
source/components/student-application-form/sector.courses.select.ts
View file @
1203a4fb
...
...
@@ -50,8 +50,8 @@ import {AppSettings} from '../../app.settings';
</div>
<div class="row">
<div class="col-md-2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-
center
" (click)="navigateToSchools()" [disabled]="idx === -1" >
<div class="col-md-
1
2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-
right
" (click)="navigateToSchools()" [disabled]="idx === -1" >
Συνέχεια<span class="glyphicon glyphicon-menu-right"></span>
</button>
</div>
...
...
source/components/student-application-form/sector.fields.select.ts
View file @
1203a4fb
...
...
@@ -52,8 +52,8 @@ import {AppSettings} from '../../app.settings';
</div>
<div class="row">
<div class="col-md-2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-
center
" (click)="navigateToSchools()" [disabled]="sectorActive === -1" >
<div class="col-md-
1
2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-
right
" (click)="navigateToSchools()" [disabled]="sectorActive === -1" >
Συνέχεια<span class="glyphicon glyphicon-menu-right"></span>
</button>
</div>
...
...
source/pipes/removespaces.ts
View file @
1203a4fb
...
...
@@ -6,7 +6,7 @@ import {Pipe, PipeTransform} from '@angular/core';
export
class
RemoveSpaces
implements
PipeTransform
{
transform
(
value
:
string
)
:
any
{
return
value
.
replace
(
/
^
(\s
*
([
a-zA-Z0-9_
\-\.]
+
)
@
([
a-zA-Z0-9_
\-\.]
+
)\.([
a-zA-Z
]{2,5}){1,25})
+
([
,.
](([
a-zA-Z0-9_
\-\.]
+
)
@
([
a-zA-Z0-9_
\-\.]
+
)\.([
a-zA-Z
]{2,5}){1,25})
+
\s
*
)
*$/
,
''
);
return
value
.
replace
(
/
[\s]
/g
,
''
);
}
}
...
...
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