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
3d67429d
authored
Dec 15, 2016
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
issue #679 solved
parent
5d1d33f3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
sails/src/assets/scripts/modules/student/views/setup.html
sails/src/assets/scripts/modules/supervisor/views/students.html
sails/src/assets/scripts/modules/student/views/setup.html
View file @
3d67429d
...
...
@@ -45,7 +45,8 @@
</div>
<div
class=
"form-group"
>
<select
class=
"form-control"
name=
"student_gender"
id=
"student_gender"
ng-model=
"formUser.gender"
required
>
<option
value=
"F"
selected
translate
>
woman
</option>
<option
value=
" "
>
&nsp;
</option>
<option
value=
"F"
translate
>
woman
</option>
<option
value=
"M"
translate
>
man
</option>
</select>
</div>
...
...
@@ -59,7 +60,7 @@
</div>
</fieldset>
<fieldset>
<fieldset
ng-if=
"studentData.supervision != 1"
>
<legend
translate
>
notes
</legend>
<div
class=
"form-group"
>
<textarea
class=
"form-control"
name=
"student_notes"
id=
"student_notes"
ng-model=
"formUser.notes"
rows=
"5"
></textarea>
...
...
@@ -87,7 +88,7 @@
<!-- Parte derecha: Tutores y dispositivos -->
<div
class=
"col-md-6"
>
<!-- Supervisores (terapeutas) del alumno -->
<div
id=
"student_sups"
>
<div
id=
"student_sups"
ng-if=
"studentData.supervision != 1"
>
<h3
translate
>
supervisors
</h3>
<!-- Buscador de supervisores -->
<p>
...
...
@@ -127,7 +128,7 @@
<!-- Fin de id student-sups -->
<!-- Tutores (Padres) -->
<div
id=
"student_tutors"
>
<div
id=
"student_tutors"
ng-if=
"studentData.supervision != 1"
>
<h3>
{{ 'tutors' | translate }}
</h3>
<!-- Buscador de tutores -->
<p>
...
...
sails/src/assets/scripts/modules/supervisor/views/students.html
View file @
3d67429d
...
...
@@ -11,7 +11,7 @@
<!-- Add Student button and Search row -->
<div
class=
"row"
>
<div
class=
"col-xs-3"
>
<p
class=
"text-left"
ng-hide=
"!user.isSupAdmin || !
num_licenses_left || !
hidestudentadd"
>
<p
class=
"text-left"
ng-hide=
"!user.isSupAdmin || !hidestudentadd"
>
<a
ng-click=
"resetForm(); hidestudentadd = false"
class=
"btn btn-success btn-sm"
role=
"button"
>
<span
class=
"glyphicon glyphicon-plus"
aria-hidden=
"true"
></span>
{{ 'add_student' | translate }}
</a>
...
...
@@ -60,9 +60,8 @@
<span
class=
"btn btn-default btn-lg"
role=
"button"
alt=
"{{ 'reports' | translate}}"
popover=
"{{ 'reports' | translate}}"
popover-trigger=
"mouseenter"
ng-if=
"student.supervision == 1"
><span
class=
"glyphicon glyphicon-file"
aria-hidden=
"true"
style=
"color: #bbb"
></span></span>
<a
class=
"btn btn-default btn-lg"
role=
"button"
href=
"/app/#/student/{{student.id}}/setup"
alt=
"{{ 'setup' | translate}}"
popover=
"{{ 'setup' | translate}}"
popover-trigger=
"mouseenter"
ng-if=
"student.supervision != 1"
><span
class=
"glyphicon glyphicon-cog"
aria-hidden=
"true"
></span></a>
<a
class=
"btn btn-default btn-lg"
role=
"button"
href=
"/app/#/student/{{student.id}}/setup"
alt=
"{{ 'setup' | translate}}"
popover=
"{{ 'setup' | translate}}"
popover-trigger=
"mouseenter"
><span
class=
"glyphicon glyphicon-cog"
aria-hidden=
"true"
></span></a>
<span
class=
"btn btn-default btn-lg"
role=
"button"
alt=
"{{ 'setup' | translate}}"
popover=
"{{ 'setup' | translate}}"
popover-trigger=
"mouseenter"
ng-if=
"student.supervision == 1"
><span
class=
"glyphicon glyphicon-cog"
aria-hidden=
"true"
style=
"color: #bbb"
></span></span>
</td>
<!-- /BUTTONS -->
<td>
...
...
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