lp1760193 - Action Rewording
authorKyle Huckins <khuckins@catalyte.io>
Tue, 18 Feb 2020 18:43:37 +0000 (18:43 +0000)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 21 Feb 2020 18:30:18 +0000 (13:30 -0500)
- Rename "Add Items to Bucket/Record Bucket" and
"Add Items/Item Records to Bucket" to "Add to Item/Record
Bucket"

Signed-off-by: Kyle Huckins <khuckins@catalyte.io>

modified:   Open-ILS/src/templates/staff/cat/item/index.tt2
modified:   Open-ILS/src/templates/staff/cat/item/t_list.tt2

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>

Open-ILS/src/templates/staff/cat/item/index.tt2
Open-ILS/src/templates/staff/cat/item/t_list.tt2

index 7444838..cff1f5f 100644 (file)
@@ -89,8 +89,8 @@
         <span>[% l('Actions') %]</span><span class="caret"></span>
       </button>
       <ul uib-dropdown-menu class="scrollable-menu dropdown-menu-right">
-        <li><a href ng-click="add_copies_to_bucket()">[% l('Add Items to Bucket') %]</a></li>
-        <li><a href ng-click="add_records_to_bucket()">[% l('Add Items to Record Bucket') %]</a></li>
+        <li><a href ng-click="add_copies_to_bucket()">[% l('Add to Item Bucket') %]</a></li>
+        <li><a href ng-click="add_records_to_bucket()">[% l('Add to Record Bucket') %]</a></li>
         <li><a href ng-click="show_in_catalog()">[% l('Show in Catalog') %]</a></li>
         <li><a href ng-click="make_copies_bookable()">[% l('Make Items Bookable') %]</a></li>
         <li><a href ng-click="book_copies_now()">[% l('Book Item Now') %]</a></li>
index 64e88a7..ca61728 100644 (file)
@@ -11,9 +11,9 @@
   dateformat="{{$root.egDateAndTimeFormat}}">
 
   <eg-grid-action handler="add_copies_to_bucket"
-    label="[% l('Add Items to Bucket') %]"></eg-grid-action>
+    label="[% l('Add to Item Bucket') %]"></eg-grid-action>
   <eg-grid-action handler="add_records_to_bucket"
-    label="[% l('Add Item Records to Bucket') %]"></eg-grid-action>
+    label="[% l('Add to Record Bucket') %]"></eg-grid-action>
   <eg-grid-action handler="show_in_catalog"
     label="[% l('Show in Catalog') %]"></eg-grid-action>
   <eg-grid-action handler="make_copies_bookable"