Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
55bd53a0
authored
Aug 11, 2017
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fixing dizzy behaviour in new sup accounts scrolling
parent
e0c86330
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
sails/src/assets/scripts/modules/login/views/login.html
sails/src/assets/scripts/modules/login/views/login.html
View file @
55bd53a0
...
@@ -143,9 +143,9 @@
...
@@ -143,9 +143,9 @@
<!--
<!--
SLIDE 3: Tutor account form
SLIDE 3: Tutor account form
-->
-->
<form
name=
"forms.tutorForm"
role=
"form"
ng-submit=
"signup('tutorForm')"
novalidate
ng-if=
"formdata.role == 'tutor'"
>
<div
ng-class=
"slide.back ? 'switch-animation-back' : 'switch-animation'"
ng-switch-when=
"tutor"
>
<div
ng-class=
"slide.back ? 'switch-animation-back' : 'switch-animation'"
ng-switch-when=
"tutor"
>
<form
name=
"forms.tutorForm"
role=
"form"
ng-submit=
"signup('tutorForm')"
novalidate
>
<legend
translate
>
parents_tutor
</legend>
<legend
translate
>
parents_tutor
</legend>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-4 text-center"
>
<div
class=
"col-md-4 text-center"
>
...
@@ -191,17 +191,17 @@
...
@@ -191,17 +191,17 @@
<button
type=
"submit"
class=
"btn btn-primary"
ng-disabled=
"forms.tutorForm.$invalid || !formdata.disclaimer_accepted"
>
{{ 'create_account' | translate }}
>>
</button>
<button
type=
"submit"
class=
"btn btn-primary"
ng-disabled=
"forms.tutorForm.$invalid || !formdata.disclaimer_accepted"
>
{{ 'create_account' | translate }}
>>
</button>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</form>
<!--
<!--
SLIDE 4: Therapist account form
SLIDE 4: Therapist account form
-->
-->
<form
name=
"forms.therapistForm"
role=
"form"
ng-submit=
"signup('therapistForm')"
novalidate
ng-if=
"formdata.role == 'therapist'"
>
<div
ng-class=
"slide.back ? 'switch-animation-back' : 'switch-animation'"
ng-switch-when=
"therapist"
>
<div
ng-class=
"slide.back ? 'switch-animation-back' : 'switch-animation'"
ng-switch-when=
"therapist"
>
<form
name=
"forms.therapistForm"
role=
"form"
ng-submit=
"signup('therapistForm')"
novalidate
>
<legend
translate
>
therapist
</legend>
<legend
translate
>
therapist
</legend>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-4 text-center"
>
<div
class=
"col-md-4 text-center"
>
...
@@ -242,17 +242,17 @@
...
@@ -242,17 +242,17 @@
<button
type=
"submit"
class=
"btn btn-primary"
ng-disabled=
"forms.therapistForm.$invalid || !formdata.disclaimer_accepted"
>
{{ 'create_account' | translate }}
>>
</button>
<button
type=
"submit"
class=
"btn btn-primary"
ng-disabled=
"forms.therapistForm.$invalid || !formdata.disclaimer_accepted"
>
{{ 'create_account' | translate }}
>>
</button>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</form>
<!--
<!--
SLIDE 5: Office account form
SLIDE 5: Office account form
-->
-->
<form
name=
"forms.officeForm"
role=
"form"
ng-submit=
"signup('officeForm')"
novalidate
ng-if=
"formdata.role == 'office'"
>
<div
ng-class=
"slide.back ? 'switch-animation-back' : 'switch-animation'"
ng-switch-when=
"office"
>
<div
ng-class=
"slide.back ? 'switch-animation-back' : 'switch-animation'"
ng-switch-when=
"office"
>
<form
name=
"forms.officeForm"
role=
"form"
ng-submit=
"signup('officeForm')"
novalidate
>
<legend
translate
>
office_center
</legend>
<legend
translate
>
office_center
</legend>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-4 text-center"
>
<div
class=
"col-md-4 text-center"
>
...
@@ -297,9 +297,9 @@
...
@@ -297,9 +297,9 @@
<button
type=
"submit"
class=
"btn btn-primary"
ng-disabled=
"forms.officeForm.$invalid"
>
{{ 'create_account' | translate }}
>>
</button>
<button
type=
"submit"
class=
"btn btn-primary"
ng-disabled=
"forms.officeForm.$invalid"
>
{{ 'create_account' | translate }}
>>
</button>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</form>
<!--
<!--
SLIDE 6: Confirmation message
SLIDE 6: Confirmation message
...
...
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