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
23dd7bae
authored
Oct 24, 2017
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
working on grid
parent
4ee8217a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
19 deletions
sails/src/assets/scripts/modules/student/controllers/collections.js
sails/src/assets/scripts/modules/student/controllers/newgrid.js
sails/src/assets/scripts/modules/student/views/collections.html
sails/src/assets/scripts/modules/student/views/pictoconfig.html
sails/src/assets/scripts/modules/student/controllers/collections.js
View file @
23dd7bae
This diff is collapsed.
Click to expand it.
sails/src/assets/scripts/modules/student/controllers/newgrid.js
View file @
23dd7bae
...
...
@@ -14,8 +14,6 @@ dashboardControllers.controller('NewGridCtrl', function (
ngToast
)
{
$scope
.
close
=
function
(
name
)
{
$modalInstance
.
close
(
name
);
};
...
...
sails/src/assets/scripts/modules/student/views/collections.html
View file @
23dd7bae
...
...
@@ -128,16 +128,8 @@
<hr>
<div
class=
"text-center"
>
<div
class=
"btn-group text-left"
title=
"{{ 'add' | translate}}"
>
<button
type=
"button"
class=
"btn btn-success dropdown-toggle"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
<i
class=
"fa fa-plus"
aria-hidden=
"true"
></i>
</button>
<ul
class=
"dropdown-menu"
>
<li><a
ng-click=
"newGridCat=true;open_new_grid()"
>
{{ 'new_grid_with_categories' | translate}}
</a></li>
<li><a
ng-click=
"newGridCat=false;open_new_grid()"
>
{{ 'new_grid_without_categories' | translate}}
</a></li>
</ul>
</div>
<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-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>
...
...
sails/src/assets/scripts/modules/student/views/pictoconfig.html
View file @
23dd7bae
...
...
@@ -38,13 +38,6 @@
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<!-- <div class="checkbox">
<select class="form-control" data-toggle="toggle" ng-model="studentPicto.attributes.legend" ng-change="update_properties()">
<option value="none" selected>Sin leyenda</option>
<option value="normal">Leyenda normal</option>
<option value="full">Solo leyenda</option>
</select>
</div> -->
<input
type=
"radio"
ng-model=
"studentPicto.attributes.legend"
value=
"none"
>
<span
translate
>
legend_none
</span>
<br/>
...
...
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