[% WRAPPER base.tt2 %]
-[% ctx.page_title = l('Copy Location Group') %]
+[% ctx.page_title = l('Shelving Location Group') %]
<script type="text/javascript" src='[% ctx.media_prefix %]/js/ui/default/conify/global/asset/copy_location_group.js'> </script>
<link rel='stylesheet' type='text/css' href='[% ctx.media_prefix %]/js/dojo/dojo/resources/dnd.css'/>
<style>
</style>
<div id='acplg-header'>
- <span>[% l('Copy Location Groups') %]</span>
+ <span>[% l('Shelving Location Groups') %]</span>
<select dojoType="openils.widget.OrgUnitFilteringSelect"
jsId='contextOrgSelector'
searchAttr='shortname'
<div>
<table width='100%'><tr>
<td align='left'><button onclick='editLocations("create")'>[% l('← Add') %]</button></td>
- <td align='right' style='padding-right:5px;'>[% l('Copy Locations') %]</td>
+ <td align='right' style='padding-right:5px;'>[% l('Shelving Locations') %]</td>
</tr></table>
</div>
<div style='height:400px; overflow-y:scroll'>
[% WRAPPER base.tt2 %]
-[% ctx.page_title = l('Copy Location Order') %]
+[% ctx.page_title = l('Shelving Location Order') %]
<script type="text/javascript" src='[% ctx.media_prefix %]/js/ui/default/conify/global/asset/copy_location_order.js'> </script>
<link rel='stylesheet' type='text/css' href='[% ctx.media_prefix %]/js/dojo/dojo/resources/dnd.css'/>
<div dojoType="dijit.layout.ContentPane" layoutAlign="client" class='oils-header-panel'>
- <div>[% l('Copy Location Order') %]</div>
+ <div>[% l('Shelving Location Order') %]</div>
<div></div>
</div>
,[ l('Closed Dates Editor'), "./admin/local/actor/closed_dates" ]
,[ l('Item Alert Types'), "./admin/local/config/copy_alert_types" ]
,[ l('Item Alert Suppression'), "./admin/local/actor/copy_alert_suppress" ]
- ,[ l('Copy Location Groups'), "./admin/local/asset/copy_location_group" ]
- ,[ l('Copy Location Order'), "./admin/local/asset/copy_location_order" ]
- ,[ l('Copy Locations Editor'), "./admin/local/asset/copy_locations" ]
+ ,[ l('Shelving Location Groups'), "./admin/local/asset/copy_location_group" ]
+ ,[ l('Shelving Location Order'), "./admin/local/asset/copy_location_order" ]
+ ,[ l('Shelving Locations Editor'), "./admin/local/asset/copy_locations" ]
,[ l('Item Tags'), "./admin/local/asset/copy_tag" ]
,[ l('Field Documentation'), "./admin/local/config/idl_field_doc" ]
,[ l('Group Penalty Thresholds'), "./admin/local/permission/grp_penalty_threshold" ]
,[ l('Statistical Popularity Badges'), "./admin/local/rating/badge" ]
,[ l('Surveys'), "./admin/local/action/survey" ]
,[ l('Transit List'), "./circ/transits/list" ]
- ,[ l('Volume/Item Template Editor'), "./cat/volcopy/edit_templates" ]
+ ,[ l('Holdings Template Editor'), "./cat/volcopy/edit_templates" ]
,[ l('Work Log'), "./admin/workstation/log" ]
];
s.OVERRIDE_DELETE_COPY_BUCKET_ITEMS_FROM_CATALOG_BODY =
"[% l('Reason(s) include: [_1]', '{{evt_desc}}') %]";
s.CONFIRM_TRANSFER_COPY_BUCKET_ITEMS_TO_MARKED_VOLUME =
- "[% l('Are you sure you want to transfer selected items to the marked volume?') %]";
+ "[% l('Are you sure you want to transfer selected items to the marked call number?') %]";
s.OVERRIDE_TRANSFER_COPY_BUCKET_ITEMS_TO_MARKED_VOLUME_TITLE =
"[% l('One or more items could not be transferred. Override?') %]";
s.OVERRIDE_TRANSFER_COPY_BUCKET_ITEMS_TO_MARKED_VOLUME_BODY =
handler="spawnHoldingsEdit"></eg-grid-action>
<eg-grid-action handler="print_labels" group="[% l('Show') %]"
label="[% l('Print Labels') %]"></eg-grid-action>
- <eg-grid-action label="[% l('Transfer Selected Items to Marked Volume') %]" group="[% l('Items') %]"
+ <eg-grid-action label="[% l('Transfer Selected Items to Marked Call Number') %]" group="[% l('Items') %]"
handler="transferCopies"></eg-grid-action>
<eg-grid-action label="[% l('Delete Selected Items from Catalog') %]" group="[% l('Items') %]"
handler="deleteCopiesFromCatalog"></eg-grid-action>
<script>
angular.module('egCoreMod').run(['egStrings', function(s) {
s.CONFIRM_DELETE_COPIES_VOLUMES =
- "[% l('Permanently delete selected items and/or volumes from catalog?') %]";
+ "[% l('Permanently delete selected items and/or call numbers from catalog?') %]";
s.CONFIRM_DELETE_COPIES_VOLUMES_MESSAGE =
- "[% l('Will delete {{copies}} items and {{volumes}} volumes') %]";
+ "[% l('Will delete {{copies}} items and {{volumes}} call numbers') %]";
s.CONFIRM_DELETE_PEERS =
"[% l('Unlink selected conjoined items?') %]";
s.CONFIRM_DELETE_PEERS_MESSAGE =
"[% l('Will unlink {{peers}} items') %]";
s.CONFIRM_TRANSFER_COPIES_TO_MARKED_VOLUME =
- "[% l('Are you sure you want to transfer selected items to the marked volume?') %]";
+ "[% l('Are you sure you want to transfer selected items to the marked call number?') %]";
s.OVERRIDE_TRANSFER_COPIES_TO_MARKED_VOLUME_TITLE =
"[% l('One or more items could not be transferred. Override?') %]";
s.OVERRIDE_TRANSFER_COPIES_TO_MARKED_VOLUME_BODY =
"[% l('Reason(s) include: [_1]', '{{evt_desc}}') %]";
s.VOLS_TRANSFERED =
- "[% l('Volume(s) transfered') %]";
+ "[% l('Call Number(s) transfered') %]";
s.ITEMS_TRANSFERED =
"[% l('Item(s) transfered') %]";
s.HOLD_TRANSFER_DEST_MARKED =
<div class="col-md-6">
<div class="pull-right">
<button type="button" class="btn btn-default" ng-click="selectedHoldingsVolCopyAdd()">
- [% l('Add Items') %]
+ [% l('Add Holdings') %]
</button>
<div class="btn-group" uib-dropdown dropdown-append-to-body>
<button id="serials-button" type="button" class="btn btn-default" uib-dropdown-toggle>
<div class="modal-header">
<button type="button" class="close" ng-click="cancel()"
aria-hidden="true">×</button>
- <h4 class="modal-title">[% l('Choose volume transfer target') %]</h4>
+ <h4 class="modal-title">[% l('Choose call number transfer target') %]</h4>
</div>
<div class="modal-body">
<div class="row">
persist-key="cat.holdings">
<eg-grid-menu-item handler="holdings_checkbox_handler"
- label="[% l('Show empty volumes') %]"
+ label="[% l('Show empty call numbers') %]"
checkbox="holdings_show_empty"
checked="holdings_show_empty"/>
checked="holdings_show_empty_org"/>
<eg-grid-menu-item handler="holdings_checkbox_handler"
- label="[% l('Show Item detail') %]"
+ label="[% l('Show item detail') %]"
checkbox="holdings_show_copies"
checked="holdings_show_copies"/>
<eg-grid-menu-item handler="holdings_checkbox_handler"
- label="[% l('Show volume detail') %]"
+ label="[% l('Show call number detail') %]"
checkbox="holdings_show_vols"
checked="holdings_show_vols"/>
<eg-grid-action handler="selectedHoldingsMissing" group="[% l('Mark') %]"
label="[% l('Item as Missing') %]"></eg-grid-action>
<eg-grid-action handler="markFromSelectedAsHoldingsTarget" group="[% l('Mark') %]"
- label="[% l('Library/Volume as Transfer Destination') %]"></eg-grid-action>
+ label="[% l('Library/Call Number as Transfer Destination') %]"></eg-grid-action>
<eg-grid-action handler="selectedHoldingsVolAdd" group="[% l('Add') %]"
- label="[% l('Volumes') %]"></eg-grid-action>
+ label="[% l('Call Numbers') %]"></eg-grid-action>
<eg-grid-action handler="selectedHoldingsCopyAdd" group="[% l('Add') %]" disabled="vols_not_shown"
label="[% l('Items') %]"></eg-grid-action>
<eg-grid-action handler="selectedHoldingsVolCopyAdd" group="[% l('Add') %]"
- label="[% l('Volumes and Items') %]"></eg-grid-action>
+ label="[% l('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>
<eg-grid-action handler="selectedHoldingsVolEdit" group="[% l('Edit') %]"
- label="[% l('Volumes') %]"></eg-grid-action>
+ label="[% l('Call Numbers') %]"></eg-grid-action>
<eg-grid-action handler="selectedHoldingsCopyEdit" group="[% l('Edit') %]"
label="[% l('Items') %]"></eg-grid-action>
<eg-grid-action handler="selectedHoldingsVolCopyEdit" group="[% l('Edit') %]"
- label="[% l('Volumes and Items') %]"></eg-grid-action>
+ label="[% l('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 Volumes') %]"></eg-grid-action>
+ label="[% l('Empty Call Numbers') %]"></eg-grid-action>
<eg-grid-action handler="selectedHoldingsCopyDelete" group="[% l('Delete') %]" disabled="copies_not_shown"
label="[% l('Items') %]"></eg-grid-action>
<eg-grid-action handler="selectedHoldingsVolCopyDelete" group="[% l('Delete') %]" disabled="copies_not_shown"
- label="[% l('Volumes and Items') %]"></eg-grid-action>
+ label="[% l('Call Numbers and Items') %]"></eg-grid-action>
<eg-grid-action handler="transferVolumes" group="[% l('Transfer') %]"
- label="[% l('Volumes to Previously Marked Destination') %]"></eg-grid-action>
+ label="[% l('Call Numbers to Previously Marked Destination') %]"></eg-grid-action>
<eg-grid-action handler="transferItems" group="[% l('Transfer') %]"
label="[% l('Items to Previously Marked Destination') %]"></eg-grid-action>
<script>
angular.module('egCoreMod').run(['egStrings', function(s) {
s.CONFIRM_DELETE_COPIES_VOLUMES =
- "[% l('Permanently delete selected copies and/or volumes from catalog?') %]";
+ "[% l('Permanently delete selected items and/or call numbers from catalog?') %]";
s.CONFIRM_DELETE_COPIES_VOLUMES_MESSAGE =
- "[% l('Will delete {{copies}} copies and {{volumes}} volumes') %]";
+ "[% l('Will delete {{copies}} items and {{volumes}} call numbers') %]";
s.CONFIRM_DELETE_PEERS =
- "[% l('Unlink selected conjoined copies?') %]";
+ "[% l('Unlink selected conjoined items?') %]";
s.CONFIRM_DELETE_PEERS_MESSAGE =
- "[% l('Will unlink {{peers}} copies') %]";
+ "[% l('Will unlink {{peers}} items') %]";
s.CONFIRM_TRANSFER_COPIES_TO_MARKED_VOLUME =
- "[% l('Are you sure you want to transfer selected items to the marked volume?') %]";
+ "[% l('Are you sure you want to transfer selected items to the marked call number?') %]";
s.OVERRIDE_TRANSFER_COPIES_TO_MARKED_VOLUME_TITLE =
"[% l('One or more items could not be transferred. Override?') %]";
s.OVERRIDE_TRANSFER_COPIES_TO_MARKED_VOLUME_BODY =
<p><b>[% l('Add') %]</b></p>
<li><a href ng-click="selectedHoldingsCopyAdd()">[% l('Items') %]</a></li>
- <li><a href ng-click="selectedHoldingsVolCopyAdd()">[% l('Volumes and Items') %]</a></li>
+ <li><a href ng-click="selectedHoldingsVolCopyAdd()">[% l('Call Numbers and Items') %]</a></li>
<p><b>[% l('Edit') %]</b></p>
- <li><a href ng-click="selectedHoldingsVolEdit()">[% l('Volumes') %]</a></li>
+ <li><a href ng-click="selectedHoldingsVolEdit()">[% l('Call Numbers') %]</a></li>
<li><a href ng-click="selectedHoldingsCopyEdit()">[% l('Items') %]</a></li>
- <li><a href ng-click="selectedHoldingsVolCopyEdit()">[% l('Volumes and Items') %]</a></li>
+ <li><a href ng-click="selectedHoldingsVolCopyEdit()">[% l('Call Numbers and Items') %]</a></li>
<li><a href ng-click="replaceBarcodes()">[% l('Replace Barcodes') %]</a></li>
<p><b>[% l('Transfer') %]</b></p>
<li><a href ng-click="changeItemOwningLib()">[% l('Items to Previously Marked Library') %]</a></li>
- <li><a href ng-click="transferItems()">[% l('Items to Previously Marked Volume') %]</a></li>
+ <li><a href ng-click="transferItems()">[% l('Items to Previously Marked Call Number') %]</a></li>
</ul>
</div>
<div>
<div class="modal-header">
<button type="button" class="close"
ng-click="cancel()" aria-hidden="true">×</button>
- <h4 class="modal-title">[% l('Edit volumes') %]</h4>
+ <h4 class="modal-title">[% l('Edit call numbers') %]</h4>
</div>
<div class="modal-body">
<eg-embed-frame save-space="500" url="volcopy_url"></eg-embed-frame>
grid-controls="holdingsGridControls"
persist-key="cat.record_overlay.holdings">
- <eg-grid-menu-item handler="edit_volumes" label="[% l('Edit volumes') %]" ng-if="editVolumes"></eg-grid-menu-item>
- <eg-grid-menu-item handler="edit_copies" label="[% l('Edit volumes and items') %]" ng-if="editCopies"></eg-grid-menu-item>
+ <eg-grid-menu-item handler="edit_volumes" label="[% l('Edit call numbers') %]" ng-if="editVolumes"></eg-grid-menu-item>
+ <eg-grid-menu-item handler="edit_copies" label="[% l('Edit call numbers and items') %]" ng-if="editCopies"></eg-grid-menu-item>
<eg-grid-field label="[% l('Owning Library') %]" path="owner_label" flex="4" align="right" visible></eg-grid-field>
<eg-grid-field label="[% l('Call Number') %]" path="call_number.label" visible></eg-grid-field>
[%
WRAPPER "staff/base.tt2";
- ctx.page_title = l("Volume/Item Editor");
+ ctx.page_title = l("Holdings Editor");
ctx.page_app = "egVolCopy";
%]
<script src="[% ctx.media_prefix %]/js/ui/default/staff/cat/services/record.js"></script>
<script>
angular.module('egCoreMod').run(['egStrings', function(s) {
- s.VOL_COPY_TEMPLATE_SUCCESS_SAVE = "[% l('Saved volume/copy template(s)') %]";
- s.VOL_COPY_TEMPLATE_SUCCESS_DELETE = "[% l('Deleted volume/copy template') %]";
+ s.VOL_COPY_TEMPLATE_SUCCESS_SAVE = "[% l('Saved holdings template(s)') %]";
+ s.VOL_COPY_TEMPLATE_SUCCESS_DELETE = "[% l('Deleted holdings template') %]";
[%# Note the "~" characters escape the gettext brackets %]
s.COPY_NOTE_INITIALS =
"[% l('[_1] ~[ [_2] @ [_3] ~]', '{{value}}', '{{initials}}', '{{ws_ou}}') %]"
<div class="row pad-vert" ng-if="template_controls && defaults.show_vol_template_controls">
<div class="row">
<div class="col-xs-12">
- <h4 class="center-block">[% l('Volume Attributes') %]</h4>
+ <h4 class="center-block">[% l('Call Number Attributes') %]</h4>
</div>
</div>
</div>
<div class="col-md-3">
<div class="row">
<div class="col-xs-12">
- <h4>[% l('Volume/Item Detail defaults') %]</h4>
+ <h4>[% l('Holdings Detail defaults') %]</h4>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<label>
<input type="checkbox" ng-change="saveDefaults()" ng-model="defaults.always_volumes"/>
- [% l('Always display Volume/Item Detail pane') %]
+ [% l('Always display Holdings Detail pane') %]
</label>
</div>
</div>
<script>window.empty_label_string = "[% l('Missing Call Number') %]";</script>
<div ng-show="!only_vols" class="btn-group">
<label class="btn btn-default" ng-click="show_vols = !show_vols">
- <span ng-show="show_vols" style="padding-right: 5px;">[% l('Hide Volume/Item Details') %]</span>
- <span ng-hide="show_vols" style="padding-right: 5px;">[% l('Show Volume/Item Details') %]</span>
+ <span ng-show="show_vols" style="padding-right: 5px;">[% l('Hide Holdings Details') %]</span>
+ <span ng-hide="show_vols" style="padding-right: 5px;">[% l('Show Holdings Details') %]</span>
</label>
<label class="btn btn-default" ng-click="show_copies = !show_copies">
<span ng-show="show_copies" style="padding-right: 5px;">[% l('Hide Item Attributes') %]</span>
</div>
<div class="row pad-vert">
<div class="col-xs-1"><b>[% l('Owning Library') %]</b></div>
- <div class="col-xs-1"><b>[% l('Volumes') %]</b></div>
+ <div class="col-xs-1"><b>[% l('Call Numbers') %]</b></div>
<div class="col-xs-10">
<div class="row">
<div class="col-xs-2"><b>[% l('Classification') %]</b></div>
<div class="col-xs-1"><b>[% l('Prefix') %]</b></div>
- <div class="col-xs-2"><b>[% l('Call Number') %]</b></div>
+ <div class="col-xs-2"><b>[% l('Call Number Label') %]</b></div>
<div class="col-xs-1"><b>[% l('Suffix') %]</b></div>
<div class="col-xs-1" ng-hide="only_vols"><b>[% l('Items') %]</b></div>
<div class="col-xs-5" ng-hide="only_vols">
<hr/>
<div>
<eg-org-selector alldisabled="{{record_id == 0}}" selected="new_lib_to_add" onchange="changeNewLib" disable-test="cant_have_vols"></eg-org-selector>
- <button class="btn btn-default" ng-click="addLibToStruct()" type="button">[% l('Add volume') %]</button>
+ <button class="btn btn-default" ng-click="addLibToStruct()" type="button">[% l('Add call number') %]</button>
</div>
</div>
<div ng-if="edit_templates">
<div class="row">
- <h2>[% l("Edit Volume/Item Templates") %]</h2>
+ <h2>[% l("Edit Holdings Templates") %]</h2>
</div>
<div class="row">
<eg-vol-template edit-templates="edit_templates"></eg-vol-template>
<!-- Edit Group -->
<eg-grid-action handler="selectedHoldingsVolCopyEdit" group="[% l('Edit') %]"
- label="[% l('Volumes and Items') %]">
+ label="[% l('Holdings') %]">
</eg-grid-action>
<eg-grid-action handler="printSpineLabels" group="[% l('Print') %]"
<eg-grid-action handler="grid_actions.cancel_hold"
label="[% l('Cancel Hold') %]"></eg-grid-action>
- <!-- Define the column using the sort-able copy location order
+ <!-- Define the column using the sort-able shelving location order
position, but display the location label in each cell -->
<eg-grid-field name="copy_location_order_position" required
path="current_copy.location.name" label="[% l('Shelving Location') %]">
<div class="flex-row">
<div class="flex-cell">[% l('Current Shelf Lib') %]</div>
<div class="flex-cell well">{{hold.current_shelf_lib().shortname()}}</div>
- <div class="flex-cell">[% l('Current Copy Location') %]</div>
+ <div class="flex-cell">[% l('Current Shelving Location') %]</div>
<div class="flex-cell well">{{hold.current_copy().location().name()}}</div>
<div class="flex-cell">[% l('Force Item Quality') %]</div>
<div class="flex-cell well">{{hold.mint_condition() == 't'}}</div>
<a target="_self" href="./cat/item/{{item['target_copy.id']}}">{{item['target_copy.barcode']}}</a>
</eg-grid-field>
<eg-grid-field path='target_copy.circ_lib.shortname' hidden></eg-grid-field>
- <eg-grid-field path='target_copy.location.name' label="[% l('Copy Location') %]" hidden sortable></eg-grid-field>
+ <eg-grid-field path='target_copy.location.name' label="[% l('Shelving Location') %]" hidden sortable></eg-grid-field>
<eg-grid-field label="[% l('CN Prefix') %]" path="target_copy.call_number.prefix.label"></eg-grid-field>
<eg-grid-field path='target_copy.call_number.label' hidden sortable></eg-grid-field>
<eg-grid-field label="[% l('CN Suffix') %]" path="target_copy.call_number.suffix.label"></eg-grid-field>
}
/*
- * Volume / Item Editor Styles
+ * Holdings Editor Styles
* /
/* Wrapping in bootstrap style can separate radio buttons from their labels. */
<b>[% l('Issuance') %]</b>
</div>
<div class="col-md-1">
- <b>[% l('Copy location') %]</b>
+ <b>[% l('Shelving location') %]</b>
</div>
<div class="col-md-1">
<b>[% l('Call number') %]</b>
<!ENTITY staff.server.admin.closed_dates.date_span.invalid "Ending date is earlier than starting date">
<!ENTITY staff.server.admin.closed_dates.success "Closed date successfully updated">
<!ENTITY staff.server.admin.copy_locations.title "Evergreen: Copy Locations Editor">
-<!ENTITY staff.server.admin.copy_locations.editor " Copy Locations Editor ">
-<!ENTITY staff.server.admin.copy_locations.editor.create "Create a new copy location">
+<!ENTITY staff.server.admin.copy_locations.editor " Shelving Locations Editor ">
+<!ENTITY staff.server.admin.copy_locations.editor.create "Create a new shelving location">
<!ENTITY staff.server.admin.copy_locations.editor.name "Name: ">
<!ENTITY staff.server.admin.copy_locations.editor.holdable.label "Holdable: ">
<!ENTITY staff.server.admin.copy_locations.editor.hold_verify.label "Hold Verify: ">