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
9c9c171d
authored
Nov 06, 2017
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
delete button improvement
parent
e6d94cf3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
sails/src/assets/scripts/modules/student/views/gridconfig.html
sails/src/assets/scripts/modules/student/views/pictoconfig.html
sails/src/assets/scripts/modules/student/views/gridconfig.html
View file @
9c9c171d
...
...
@@ -18,7 +18,7 @@
<input
type=
"color"
class=
"form-control"
value=
"{{gridColor}}"
ng-model=
"gridColor"
>
</div>
<div
class=
"col-xs-3"
>
<button
class=
"btn btn-danger pull-right"
ng-click=
"
close(
'#ffffff')"
>
<button
class=
"btn btn-danger pull-right"
ng-click=
"
(gridColor =
'#ffffff')"
>
<i
class=
"fa fa-eraser"
aria-hidden=
"true"
></i>
Eliminar color
</button>
</div>
...
...
sails/src/assets/scripts/modules/student/views/pictoconfig.html
View file @
9c9c171d
...
...
@@ -94,12 +94,12 @@
<input
type=
"color"
class=
"form-control col-xs-12"
value=
"{{studentPicto.attributes.color}}"
ng-model=
"studentPicto.attributes.color"
>
</div>
<div
class=
"row"
>
<button
class=
"btn btn-danger col-xs-5"
ng-click=
"
close(
'#ffffff')"
style=
"font-size:13px;"
>
<button
class=
"btn btn-danger col-xs-5"
ng-click=
"
(studentPicto.attributes.color =
'#ffffff')"
style=
"font-size:13px;"
>
<i
class=
"fa fa-eraser"
aria-hidden=
"true"
></i>
Eliminar color
</button>
<button
class=
"btn btn-primary col-xs-6 col-xs-offset-1"
ng-click=
"close('#ffffff')"
style=
"font-size:13px;"
>
<
!--<
button class="btn btn-primary col-xs-6 col-xs-offset-1" ng-click="close('#ffffff')" style="font-size:13px;">
<i class="fa fa-clone" aria-hidden="true"></i> Copiar de tablero
</button>
</button>
-->
</div>
</div>
<div
class=
"col-xs-6"
>
...
...
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