Use consistent language for holdings/items profiles in Vandelay. Now user/mcooper/lp1086638
authorMark Cooper <markchristophercooper@gmail.com>
Wed, 5 Dec 2012 21:11:23 +0000 (13:11 -0800)
committerMark Cooper <markchristophercooper@gmail.com>
Wed, 5 Dec 2012 21:11:23 +0000 (13:11 -0800)
uses "Holdings Import Profiles" as standard.

Signed-off-by: Mark Cooper <markchristophercooper@gmail.com>
Open-ILS/src/templates/vandelay/inc/item_attrs.tt2
Open-ILS/src/templates/vandelay/inc/toolbar.tt2

index 611657c..d5d53bf 100644 (file)
@@ -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>
index 61be2a6..f2fa66d 100644 (file)
@@ -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>