EditSubjectTemplate.html revision 89092dc10fe08b037266c0b4efb94b221f6fffb3
<li class="rule clearfix invalid-rule" id="subject_{{itemID}}" tabindex="0" >
<span class="item-button-panel">
<span tabindex="0" class="fa fa-pencil"></span>
<span tabindex="0" class="fa fa-trash-o"></span>
</span>
<div class="item-data">
<div class="field-float-select data-obj" id="typeSelector">
<label for="selection" >{{t "policy.common.type"}}</label>
<select id="selection" class="form-control">
<option value="" selected disabled >{{t "policy.common.select"}}</option>
{{#subjects}}
<option value="{{title}}" {{#equals title 'Policy'}}hidden{{/equals}}>{{i18nKey}}</option>
{{/subjects}}
</select>
</div>
</div>
<span class="item-button-panel">
<span tabindex="0" class="fa fa-check"></span>
</span>
</li>