Merge pull request #18770 from civicrm/5.31
[civicrm-core.git] / ext / search / ang / searchAdmin / crmSearchFunction.html
1 <div class="form-inline">
2 <label>{{ $ctrl.field.label }}:</label>
3 <input class="form-control" style="width: 15em;" ng-model="$ctrl.fn" crm-ui-select="{data: $ctrl.functions, placeholder: ts('Select')}" ng-change="$ctrl.selectFunction()">
4 <label ng-if="$ctrl.modifierAllowed">
5 <input type="checkbox" ng-model="$ctrl.modifier" ng-change="$ctrl.writeExpr()" ng-true-value="'DISTINCT'" ng-false-value="null">
6 {{ ts('Distinct') }}
7 </label>
8 </div>