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