LP1821382 Booking menu entry placeholders
[evergreen-equinox.git] / Open-ILS / src / eg2 / src / app / staff / catalog / record / holdings.component.html
index 8957345..bf5ee84 100644 (file)
     <eg-grid-toolbar-action
       i18n-group group="Add" i18n-label label="Add Items To Bucket"
       (onClick)="openBucketDialog($event)">
-    Z</eg-grid-toolbar-action>
+    </eg-grid-toolbar-action>
+
+    <!-- row actions: Booking -->
+
+    <eg-grid-toolbar-action
+      i18n-group group="Booking" i18n-label label="Book Item Now"
+      (onClick)="bookItems($event)">
+    </eg-grid-toolbar-action>
 
+    <eg-grid-toolbar-action
+      i18n-group group="Booking" i18n-label label="Make Items Bookable"
+      (onClick)="makeBookable($event)">
+    </eg-grid-toolbar-action>
+    
     <!-- row actions: Edit -->
 
     <eg-grid-toolbar-action