LP1899406 - Resolve conflicts in basket-actions.component.html user/mmorgan/lp1899406_conflicts_resolved
authorMichele Morgan <mmorgan@noblenet.org>
Fri, 14 May 2021 20:29:20 +0000 (20:29 +0000)
committerMichele Morgan <mmorgan@noblenet.org>
Fri, 14 May 2021 20:29:20 +0000 (20:29 +0000)
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Open-ILS/src/eg2/src/app/staff/catalog/basket-actions.component.html

index f70c1c5..d9764a1 100644 (file)
         <button class="dropdown-item" [disabled]="!basketCount()"
           (click)="applyAction('email')" i18n>Email Title Details</button>
         <button class="dropdown-item" [disabled]="!basketCount()"
-          (click)="applyAction('bucket')" i18n>Add Basket to Bucket</button>
-        <button class="dropdown-item" [disabled]="!basketCount()"
-          (click)="applyAction('export_marc')" i18n>Export Records</button>
-        <button class="dropdown-item" [disabled]="!basketCount()"
-        <button class="dropdown-item"
           (click)="applyAction('bucket')" i18n>Add to Bucket</button>
-        <button class="dropdown-item"
+        <button class="dropdown-item" [disabled]="!basketCount()"
           (click)="applyAction('export_marc')" i18n>Export All Basket Records</button>
-        <button class="dropdown-item"
+        <button class="dropdown-item" [disabled]="!basketCount()"
           (click)="applyAction('clear')" i18n>Clear Basket</button>
       </div>
     </div>