[open-ils-commits] [GIT] Evergreen ILS branch master updated. 01fc7bf1ce19dc9524bd2c6f6a31ade8e8a94f3e

Evergreen Git git at git.evergreen-ils.org
Fri Dec 14 12:41:55 EST 2012


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  01fc7bf1ce19dc9524bd2c6f6a31ade8e8a94f3e (commit)
      from  8f1b529f4df744d15a7bde48d560836cb37eff69 (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 01fc7bf1ce19dc9524bd2c6f6a31ade8e8a94f3e
Author: Mark Cooper <markchristophercooper at gmail.com>
Date:   Wed Dec 5 13:11:23 2012 -0800

    Use consistent language for holdings/items profiles in Vandelay. Now
    uses "Holdings Import Profiles" as standard.
    
    Signed-off-by: Mark Cooper <markchristophercooper at gmail.com>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>

diff --git a/Open-ILS/src/templates/vandelay/inc/item_attrs.tt2 b/Open-ILS/src/templates/vandelay/inc/item_attrs.tt2
index 611657c..d5d53bf 100644
--- a/Open-ILS/src/templates/vandelay/inc/item_attrs.tt2
+++ b/Open-ILS/src/templates/vandelay/inc/item_attrs.tt2
@@ -4,7 +4,7 @@
 
 <div dojoType="dijit.layout.ContentPane" layoutAlign="client">
     <div dojoType="dijit.layout.ContentPane" layoutAlign="top" class='oils-header-panel'>
-        <div>Import Item Attribute Definitions</div>
+        <div>Holdings Import Profiles</div>
         <div>
             <button dojoType='dijit.form.Button' onClick='itemAttrGrid.showCreatePane()'>New Definition</button>
             <button dojoType='dijit.form.Button' onClick='itemAttrGrid.deleteSelected()'>Delete Selected</button>
diff --git a/Open-ILS/src/templates/vandelay/inc/toolbar.tt2 b/Open-ILS/src/templates/vandelay/inc/toolbar.tt2
index 61be2a6..f2fa66d 100644
--- a/Open-ILS/src/templates/vandelay/inc/toolbar.tt2
+++ b/Open-ILS/src/templates/vandelay/inc/toolbar.tt2
@@ -12,5 +12,5 @@
     <div dojoType="dijit.form.Button" iconClass="dijitEditorIcon dijitEditorIconCopy"  id='vl-menu-match-set-editor'
         onclick="vlShowMatchSetEditor();" showLabel="true">[% l('Record Match Sets') %]</div>
     <div dojoType="dijit.form.Button" iconClass="dijitEditorIcon dijitEditorIconCopy"  id='vl-menu-import-item-attr-editor'
-        onclick="vlShowImportItemAttrEditor();" showLabel="true">[% l('Import Item Attributes') %]</div>
+        onclick="vlShowImportItemAttrEditor();" showLabel="true">[% l('Holdings Import Profiles') %]</div>
 </div>

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

Summary of changes:
 Open-ILS/src/templates/vandelay/inc/item_attrs.tt2 |    2 +-
 Open-ILS/src/templates/vandelay/inc/toolbar.tt2    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list