[open-ils-commits] [GIT] Evergreen ILS branch master updated. 306e823c8de4951ff061fd6c855de3cac77371db

Evergreen Git git at git.evergreen-ils.org
Wed Feb 20 11:16:07 EST 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  306e823c8de4951ff061fd6c855de3cac77371db (commit)
      from  a472eb53bf3119c4af1a90683a5c213da4f8dd22 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 306e823c8de4951ff061fd6c855de3cac77371db
Author: Katlyn Beck <kbeck at catalyte.io>
Date:   Wed Nov 28 16:47:56 2018 +0000

    lp1717551 Holdings view action menu clarity adjustment
    
    - Added clarifying wording for add, edit, and delete options
    
    Signed-off-by: Katlyn Beck <kbeck at catalyte.io>
    
     Changes to be committed:
            modified:   Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>

diff --git a/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 b/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2
index 191261767e..b694d6bc6c 100644
--- a/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2
+++ b/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2
@@ -68,31 +68,31 @@
       label="[% l('Library/Call Number as Transfer Destination') %]"></eg-grid-action>
 
     <eg-grid-action handler="selectedHoldingsVolAdd" group="[% l('Add') %]"
-      label="[% l('Call Numbers') %]"></eg-grid-action>
+      label="[% l('Add Call Numbers') %]"></eg-grid-action>
     <eg-grid-action handler="selectedHoldingsCopyAdd" group="[% l('Add') %]" disabled="vols_not_shown"
-      label="[% l('Items') %]"></eg-grid-action>
+      label="[% l('Add Items') %]"></eg-grid-action>
     <eg-grid-action handler="selectedHoldingsVolCopyAdd" group="[% l('Add') %]"
-      label="[% l('Call Numbers and Items') %]"></eg-grid-action>
+      label="[% l('Add Call Numbers and Items') %]"></eg-grid-action>
     <eg-grid-action handler="selectedHoldingsCopyAlertsAdd" group="[% l('Add') %]" disabled="vols_not_shown"
-      label="[% l('Item Alerts') %]"></eg-grid-action>
+      label="[% l('Add Item Alerts') %]"></eg-grid-action>
 
     <eg-grid-action handler="selectedHoldingsVolEdit" group="[% l('Edit') %]"
-      label="[% l('Call Numbers') %]"></eg-grid-action>
+      label="[% l('Edit Call Numbers') %]"></eg-grid-action>
     <eg-grid-action handler="selectedHoldingsCopyEdit" group="[% l('Edit') %]"
-      label="[% l('Items') %]"></eg-grid-action>
+      label="[% l('Edit Items') %]"></eg-grid-action>
     <eg-grid-action handler="selectedHoldingsVolCopyEdit" group="[% l('Edit') %]"
-      label="[% l('Call Numbers and Items') %]"></eg-grid-action>
+      label="[% l('Edit Call Numbers and Items') %]"></eg-grid-action>
     <eg-grid-action handler="replaceBarcodes" group="[% l('Edit') %]"
       label="[% l('Replace Barcodes') %]"></eg-grid-action>
     <eg-grid-action handler="selectedHoldingsCopyAlertsManage" group="[% l('Edit') %]"
       label="[% l('Manage Item Alerts') %]"></eg-grid-action>
 
     <eg-grid-action handler="selectedHoldingsEmptyVolCopyDelete" group="[% l('Delete') %]" disabled="vols_not_shown"
-      label="[% l('Empty Call Numbers') %]"></eg-grid-action>
+      label="[% l('Delete Empty Call Numbers') %]"></eg-grid-action>
     <eg-grid-action handler="selectedHoldingsCopyDelete" group="[% l('Delete') %]" disabled="copies_not_shown"
-      label="[% l('Items') %]"></eg-grid-action>
+      label="[% l('Delete Items') %]"></eg-grid-action>
     <eg-grid-action handler="selectedHoldingsVolCopyDelete" group="[% l('Delete') %]" disabled="copies_not_shown"
-      label="[% l('Call Numbers and Items') %]"></eg-grid-action>
+      label="[% l('Delete Call Numbers and Items') %]"></eg-grid-action>
 
     <eg-grid-action handler="transferVolumes" group="[% l('Transfer') %]"
       label="[% l('Call Numbers to Previously Marked Destination') %]"></eg-grid-action>

-----------------------------------------------------------------------

Summary of changes:
 .../src/templates/staff/cat/catalog/t_holdings.tt2   | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list