Remove extra verbiage in filter UI, matching the main ACQ search
authorMike Rylander <mrylander@gmail.com>
Tue, 8 Feb 2022 15:21:55 +0000 (10:21 -0500)
committerMike Rylander <mrylander@gmail.com>
Tue, 8 Feb 2022 15:21:55 +0000 (10:21 -0500)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html

index b0b0626..833b424 100644 (file)
             <option value="item_count" i18n>Item count</option>
             <option value="estimated_unit_price" i18n>Estimated unit price</option>
           </select> 
-          <label for="filter-operator-select" class="form-check-label mr-1 ml-1">using operator:</label>
           <select name="filter-operator-select" id="filter-operator-select"
             [(ngModel)]="filterOperator" (ngModelChange)="filterOperatorChange($event)"
             class="form-control">
             <option i18n value="__in">matches a term from a file</option>
 -->
           </select> 
-          <label for="filter-value-input" class="form-check-label mr-1 ml-1">with value:</label>
           <input *ngIf="searchTermDatatypes[filterField] != 'state'" type="text" name="filter-value-input" id="filter-value-input" [(ngModel)]="filterValue">
           <eg-combobox *ngIf="searchTermDatatypes[filterField] == 'state'"
             [asyncSupportsEmptyTermClick]="true"