legend option in picto configuration added

parent f452aacb
...@@ -29,11 +29,16 @@ ...@@ -29,11 +29,16 @@
</div> </div>
</li> </li>
--> -->
<li class="list-group-item"> <!-- <li class="list-group-item">
<div class="checkbox"> <div class="checkbox">
<label><input data-toggle="toggle" type="checkbox" ng-model="studentPicto.attributes.highlight" ng-change="update_properties()" translate> highlighted</label> <label><input data-toggle="toggle" type="checkbox" ng-model="studentPicto.attributes.highlight" ng-change="update_properties()" translate> highlighted</label>
</div> </div>
</li> </li>
-->
<li class="list-group-item">
<div class="checkbox">
<label><input data-toggle="toggle" type="checkbox" ng-model="studentPicto.attributes.legend" ng-change="update_properties()" translate>legend</label>
</div>
</ul> </ul>
</div> </div>
<!-- End modal-body --> <!-- End modal-body -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment