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
4983b0eb
authored
Oct 24, 2017
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
text fixed color picker
parent
f75dc60b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
sails/src/assets/scripts/modules/student/views/pictoconfig.html
sails/src/assets/scripts/modules/student/views/pictoconfig.html
View file @
4983b0eb
...
@@ -72,6 +72,7 @@
...
@@ -72,6 +72,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6"
>
<select
class=
"form-control"
name=
"child_grid"
id=
"child_grid"
ng-model=
"studentPicto.id_child_grid"
>
<select
class=
"form-control"
name=
"child_grid"
id=
"child_grid"
ng-model=
"studentPicto.id_child_grid"
>
<option
value=
""
translate
>
Ninguno
</option>
<option
<option
ng-repeat=
"grid in gridsList track by $index"
ng-repeat=
"grid in gridsList track by $index"
ng-if=
"grid.id != studentPicto.id_grid"
ng-if=
"grid.id != studentPicto.id_grid"
...
@@ -96,11 +97,13 @@
...
@@ -96,11 +97,13 @@
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6"
>
Color:
<input
type=
"color"
name=
"favcolor"
value=
"{{studentPicto.attributes.color}}"
ng-init=
"studentPicto.attributes.color"
style=
"width:20px;height:20px;"
ng-model=
"studentPicto.attributes.color"
>
Seleccione un color
<input
type=
"color"
name=
"favcolor"
value=
"{{studentPicto.attributes.color}}"
ng-init=
"studentPicto.attributes.color"
ng-model=
"studentPicto.attributes.color"
style=
"width:20px;height:20px;"
>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6"
>
<div
class=
"alert alert-info"
style=
"margin: 0 auto;"
translate
>
<div
class=
"alert alert-info"
style=
"margin: 0 auto;"
translate
>
Seleccione un color de fondo para el pictograma
Cambia el color de fondo para el pictograma seleccionado
</div>
</div>
</div>
</div>
</div>
</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