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
ad6dcb92
authored
Nov 02, 2017
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
minor changes
parent
9757cbef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
17 deletions
sails/src/assets/scripts/modules/student/views/collections.html
sails/src/assets/scripts/modules/student/views/gridconfig.html
sails/src/assets/scripts/modules/student/views/collections.html
View file @
ad6dcb92
...
@@ -120,31 +120,29 @@
...
@@ -120,31 +120,29 @@
</div>
</div>
</div>
<!--/. col-xs-10 -->
</div>
<!--/. col-xs-10 -->
<div
class=
"col-xs-2"
>
<div
class=
"col-xs-2
text-center
"
>
<label>
Opciones
</label>
<label>
Opciones
</label>
<div
class=
"text-center"
>
<div
class=
"form-group row"
>
<div
class=
"form-group row"
>
<button
type=
"button"
ng-if=
"!viewingGrid.active"
class=
"btn btn-default"
ng-click=
"viewingGrid.active=true;activate_grid(viewingGrid)"
>
Activar tablero
</button>
<button
type=
"button"
ng-if=
"!viewingGrid.active"
class=
"btn btn-default"
ng-click=
"viewingGrid.active=true;activate_grid(viewingGrid)"
style=
"min-width:9.5em;"
>
Activar tablero
</button>
<button
type=
"button"
ng-if=
"viewingGrid.active"
class=
"btn btn-success"
disabled
>
Tablero activado
</button>
<button
type=
"button"
ng-if=
"viewingGrid.active"
class=
"btn btn-success"
disabled
style=
"min-width:9.25em;"
>
Tablero activado
</button>
</div>
</div>
<div
class=
"form-group row"
>
<button
type=
"button"
class=
"btn btn-default"
ng-click=
"open_grid_color(viewingGrid)"
>
Cambiar color
</button>
</div>
<div
class=
"form-group row"
>
<div
class=
"form-group row"
>
<button
type=
"button"
class=
"btn btn-success"
ng-click=
"open_new_grid()"
aria-expanded=
"false"
><i
class=
"fa fa-plus"
aria-hidden=
"true"
></i></button>
<button
type=
"button"
class=
"btn btn-default"
ng-click=
"open_grid_color(viewingGrid)"
style=
"min-width:9.25em;"
>
Cambiar color
</button>
<button
type=
"button"
class=
"btn btn-primary"
ng-click=
"copy_grid()"
title=
"{{ 'duplicate' | translate}}"
><i
class=
"fa fa-files-o"
aria-hidden=
"true"
></i></button>
</div>
<button
type=
"button"
class=
"btn btn-danger"
ng-click=
"delete_grid(viewingGrid)"
title=
"{{ 'delete' | translate}}"
><i
class=
"fa fa-trash"
aria-hidden=
"true"
></i></button>
</div>
<div
class=
"form-group row"
>
<button
type=
"button"
class=
"btn btn-success"
ng-click=
"open_new_grid()"
aria-expanded=
"false"
><i
class=
"fa fa-plus"
aria-hidden=
"true"
></i></button>
<button
type=
"button"
class=
"btn btn-primary"
ng-click=
"copy_grid()"
title=
"{{ 'duplicate' | translate}}"
><i
class=
"fa fa-files-o"
aria-hidden=
"true"
></i></button>
<button
type=
"button"
class=
"btn btn-danger"
ng-click=
"delete_grid(viewingGrid)"
title=
"{{ 'delete' | translate}}"
><i
class=
"fa fa-trash"
aria-hidden=
"true"
></i></button>
</div>
</div>
<hr>
<hr>
<label>
Tableros
</label>
<label>
Tableros
</label>
<div
class=
"list-group"
>
<div
class=
"list-group"
>
<a
class=
"list-group-item"
ng-repeat=
"grid in gridsList track by $index"
ng-click=
"showGrid(grid.id,false)"
ng-class=
"(grid.id == viewingGrid.id) ? 'active' : ''"
>
<a
class=
"list-group-item"
ng-repeat=
"grid in gridsList track by $index"
ng-click=
"showGrid(grid.id,false)"
ng-class=
"(grid.id == viewingGrid.id) ? 'active' : ''"
>
<i
class=
"fa fa-star"
aria-hidden=
"true"
ng-if=
"grid.active"
></i>
{{ grid.name }}
<i
class=
"fa fa-star"
aria-hidden=
"true"
ng-if=
"grid.active"
></i>
{{ grid.name }}
...
...
sails/src/assets/scripts/modules/student/views/gridconfig.html
View file @
ad6dcb92
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
<div
class=
"modal-body"
>
<div
class=
"modal-body"
>
<div
class=
"form-group row"
>
<div
class=
"form-group row"
>
<label
for=
"favcolor"
class=
"col-xs-
2"
>
C
olor
</label>
<label
for=
"favcolor"
class=
"col-xs-
6"
>
Seleccionar c
olor
</label>
<div
class=
"col-xs-
10
"
>
<div
class=
"col-xs-
6
"
>
<input
type=
"color"
class=
"form-control"
value=
"{{gridColor}}"
id=
"favcolor"
ng-model=
"gridColor"
>
<input
type=
"color"
class=
"form-control"
value=
"{{gridColor}}"
id=
"favcolor"
ng-model=
"gridColor"
>
</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