LP#1626157 minor tidying
authorBill Erickson <berickxx@gmail.com>
Fri, 20 Apr 2018 21:48:11 +0000 (17:48 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 20 Apr 2018 21:48:11 +0000 (17:48 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html
Open-ILS/src/eg2/src/app/staff/admin/workstation/workstations/workstations.component.html

index ab1bdfb..f3e7dad 100644 (file)
   <div class="modal-footer">
     <button type="button" class="btn btn-success" *ngIf="mode == 'view'"
       (click)="close()" i18n>Close</button>
-    <button type="button" class="btn btn-warning" *ngIf="mode != 'view'"
-      (click)="cancel()" i18n>Cancel</button>
-    <button type="button" class="btn btn-success ml-2" *ngIf="mode != 'view'"
+    <button type="button" class="btn btn-info" *ngIf="mode != 'view'"
       (click)="save()" i18n>Save</button>
+    <button type="button" class="btn btn-warning ml-2" *ngIf="mode != 'view'"
+      (click)="cancel()" i18n>Cancel</button>
   </div>
 </ng-template>
index af13288..a2358d2 100644 (file)
@@ -28,7 +28,8 @@
           (onChange)="orgOnChange($event)"
           [hideOrgs]="hideOrgs"
           [disableOrgs]="disableOrgs"
-          placeholder="Owner" >
+          i18n-placeholder
+          placeholder="Owner..." >
         </eg-org-select>
       </div>
       <div class="col-lg-6">
@@ -38,7 +39,7 @@
             i18n-title
             title="Workstation Name"
             i18n-placeholder
-            placeholder="Workstation Name"
+            placeholder="Workstation Name..."
             [(ngModel)]='newName'/>
           <div class="input-group-btn">
             <button class="btn btn-outline-dark"