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
0f096bb6
authored
Dec 14, 2016
by
Sebastián Collado
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Legend change with radiobutton
parent
7d70e7db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
8 deletions
sails/src/assets/scripts/modules/student/views/pictoconfig.html
sails/src/assets/scripts/modules/student/views/pictoconfig.html
View file @
0f096bb6
...
...
@@ -39,16 +39,39 @@
-->
<li
class=
"list-group-item"
>
<label
translate
>
legend
</label>
<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
class=
"row"
>
<div
class=
"col-md-12"
>
<label
translate
>
legend
</label><br/>
<!-- <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"
ng-change=
"update_properties()"
>
Sin leyenda
<br/>
<input
type=
"radio"
ng-model=
"studentPicto.attributes.legend"
value=
"normal"
ng-change=
"update_properties()"
>
Leyenda normal
<br/>
<input
type=
"radio"
ng-model=
"studentPicto.attributes.legend"
value=
"full"
ng-change=
"update_properties()"
>
Solo leyenda
</div>
</div>
<hr>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<input
type=
"checkbox"
>
Aplicar a todos los pictogramas
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group text-center"
>
<button
type=
"submit"
class=
"btn btn-primary ng-scope"
ng-click=
""
>
Aplicar
</button>
</div>
</div>
</div>
</li>
</ul>
</div>
<!-- End modal-body -->
...
...
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