LP2002977 Flip position of LI alert boxes
authorTiffany Little <tlittle@georgialibraries.org>
Mon, 30 Jan 2023 19:17:38 +0000 (14:17 -0500)
committerJane Sandberg <js7389@princeton.edu>
Fri, 3 Mar 2023 01:39:45 +0000 (17:39 -0800)
Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
Signed-off-by: Christine Morgan <cmorgan@noblenet.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Open-ILS/src/eg2/src/app/staff/acq/lineitem/notes.component.html

index 68358d8..815f896 100644 (file)
     <button class="btn btn-sm btn-success ml-2" [disabled]="!noteText" 
       (click)="newNote()" i18n>Create Note</button>
     <div class="ml-3 mr-3">|</div>
-    <input type="text" class="form-control form-control-sm" id="note-text-input"
-      [(ngModel)]="alertComments" placeholder="Alert Comments" i18n-placeholder/>
-    <span class="ml-2">
       <eg-combobox idlClass="acqliat" [(ngModel)]="alertEntry" 
-        [asyncSupportsEmptyTermClick]="true">
+        [asyncSupportsEmptyTermClick]="true"
+        i18n-placeholder placeholder="Alert type">
       </eg-combobox>
-    </span>
+    <span class="ml-2">
+    <input type="text" class="form-control form-control-sm" id="note-text-input"
+      [(ngModel)]="alertComments" placeholder="Alert Comments" i18n-placeholder/>
+  </span>
     <button class="btn btn-sm btn-success ml-2" [disabled]="!alertEntry" 
       (click)="newNote(true)" i18n>Create Alert</button>
     <a class="ml-auto" href="javascript:;" (click)="close()" title="Close" i18n-title>