OperatorRulesTemplate.html revision 89092dc10fe08b037266c0b4efb94b221f6fffb3
<li class="operator clearfix" id="operator{{itemID}}" {{#unless firstChild}}tabindex="0"{{/unless}}>
<select class="form-control">
{{#operators}}
<option value="{{title}}">{{t i18nKey}}</option>
{{/operators}}
</select>
{{#unless firstChild}}
<span class="item-button-panel">
<span tabindex="0" class="fa fa-trash-o" data-toggle="popover" data-placement="top" data-trigger="hover"
data-content="{{t "policy.policies.edit.deleteLogical"}}"></span>
</span>
{{/unless}}
<ol class="dropbox" {{#if firstChild}}id="dropbox"{{/if}}> </ol>
</li>