Bugzilla – Attachment 118981 Details for
Bug 28047
Standardize: Call number, callnumber, Call no. etc.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28047: Standardize: Call number, callnumber, Call no. etc.
Bug-28047-Standardize-Call-number-callnumber-Call-.patch (text/plain), 16.13 KB, created by
Owen Leonard
on 2021-03-29 18:52:48 UTC
(
hide
)
Description:
Bug 28047: Standardize: Call number, callnumber, Call no. etc.
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-03-29 18:52:48 UTC
Size:
16.13 KB
patch
obsolete
>From 0e30ab55119eb803a44019027a8fda5f256e62e7 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 29 Mar 2021 18:35:16 +0000 >Subject: [PATCH] Bug 28047: Standardize: Call number, callnumber, Call no. > etc. > >This patch modifies instances in the template where variations of "Call >number" are used. Instead of "Call no." "Call no" or "callnumber," "Call >number" is used instead. > >To test, apply the patch and test the following pages to confirm that >the label has been correctly updated. In the staff interface: > >- Circulation -> Check out to a patron with checkouts -> View the table > of checked-out items. > - Check out to a patron who is guarantor to a patron with checkouts -> > View the table of the relative's checked-out items. >- Catalog -> Bibliographic detail page > -> Holdings table > -> Place hold -> Check "specific items" table > -> Rota (Stock rotation) >- Pending on-site checkouts >- Circulation -> Transfers to receive >- Circulation -> Transfers to send >- Patron -> Patron details > -> Print -> Print summary > -> Circulation history > >In the OPAC: > >- Log in as a user with checkouts > -> View the checkout tab on the "Your summary" page > -> Your checkout history > >In self checkout: > >- Log in as a user with checkouts -> View the checkouts table. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc | 4 ++-- > .../intranet-tmpl/prog/en/includes/relatives-issues-table.inc | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > .../intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt | 4 ++-- > .../intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt | 2 +- > .../intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt | 2 +- > .../intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt | 2 +- > .../intranet-tmpl/prog/en/modules/members/moremember-print.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 10 +++++----- > koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 2 +- > 14 files changed, 21 insertions(+), 21 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >index 38a4700416..9a2f74d43f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >@@ -23,8 +23,8 @@ > <th scope="col"> </th> > <th scope="col">Checked out on</th> > <th scope="col">Checked out from</th> >- <th scope="col">Call no</th> >- <th scope="col">Copy no</th> >+ <th scope="col">Call number</th> >+ <th scope="col">Copy number</th> > <th scope="col">Charge</th> > <th scope="col">Fine</th> > <th scope="col">Price</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/relatives-issues-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/relatives-issues-table.inc >index 68ba5c2b62..f3ad849562 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/relatives-issues-table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/relatives-issues-table.inc >@@ -14,8 +14,8 @@ > <th scope="col">Checked out on (hidden, unformatted)</th> > <th scope="col">Checked out on</th> > <th scope="col">Checked out from</th> >- <th scope="col">Call no</th> >- <th scope="col">Copy no</th> >+ <th scope="col">Call number</th> >+ <th scope="col">Copy number</th> > <th scope="col">Charge</th> > <th scope="col">Fine</th> > <th scope="col">Price</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 55f13b75d8..e3b77e7b7b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -724,7 +724,7 @@ Note that permanent location is a code, and location may be an authval. > <th title="Estimated cost tax incl. while pending, actual cost tax incl. once received">Price</th> > <th>Internal note</th> > <th>Subscription</th> >- <th>Subscription callnumber</th> >+ <th>Subscription call number</th> > </tr> > </thead> > <tbody> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt >index 017b30bc10..346008794a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt >@@ -29,7 +29,7 @@ > <thead> > <tr> > <th>Barcode</th> >- <th>Callnumber</th> >+ <th>Call number</th> > <th>Rota</th> > <th>Rota status</th> > <th>In transit</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt >index 012033cfba..0da0be96e5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt >@@ -155,7 +155,7 @@ > <th scope="col">Item type</th> > <th scope="col">Checked out on</th> > <th scope="col">Checked out from</th> >- <th scope="col">Call no</th> >+ <th scope="col">Call number</th> > <th scope="col">Charge</th> > </tr></thead> > <tbody> >@@ -173,7 +173,7 @@ > <th scope="col">Item type</th> > <th scope="col">Checked out on</th> > <th scope="col">Checked out from</th> >- <th scope="col">Call no</th> >+ <th scope="col">Call number</th> > <th scope="col">Charge</th> > </tr></thead> > <tbody> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt >index 38f387a6a8..ccda723d8f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt >@@ -33,7 +33,7 @@ > <table id="pending_onsite_checkout"> > <thead> > <tr> >- <th>Date</th><th>Patron</th><th>Title</th><th>Callnumber</th><th>Barcode</th><th>Library</th><th>Location</th> >+ <th>Date</th><th>Patron</th><th>Title</th><th>Call number</th><th>Barcode</th><th>Library</th><th>Location</th> > </tr> > </thead> > <tbody> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt >index 744a311aea..e3e63cff11 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt >@@ -45,7 +45,7 @@ > <th>Reason</th> > <th>On loan</th> > <th>Home library</th> >- <th>Call no.</th> >+ <th>Call number</th> > <th>Actions</th> > </tr> > </thead> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >index 0d9360f4ea..24518cf9f5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >@@ -41,7 +41,7 @@ > <th class="anti-the">Title</th> > <th>On hold for</th> > <th>Home library</th> >- <th>Call no.</th> >+ <th>Call number</th> > <th> </th> > </tr></thead> > <tbody>[% FOREACH reser IN branchesloo.reserv %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt >index 14cc3bd107..5de14933b3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt >@@ -36,7 +36,7 @@ > <tr> > <th>Title</th> > <th>Author</th> >- <th>Call no</th> >+ <th>Call number</th> > <th>Item type</th> > <th>Date due</th> > <th>Barcode</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >index ed734436a7..1440dabba3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >@@ -53,7 +53,7 @@ > <th class="title-string">Date</th> > <th class="anti-the">Title</th> > <th>Author</th> >- <th>Call no.</th> >+ <th>Call number</th> > <th>Barcode</th> > <th>Number of renewals</th> > <th class="title-string">Checked out on</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 5dfff18595..90bfffe02a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -536,7 +536,7 @@ > [% IF itemdata_ccode %] > <th>Collection</th> > [% END %] >- <th>Call no.</th> >+ <th>Call number</th> > <th>Copy number</th> > [% IF itemdata_enumchron %] > <th>Vol no.</th> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >index 4da626c48d..5dbce9be6c 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >@@ -90,7 +90,7 @@ > <th class="NoSort noExport"></th> > <th class="anti-the">Title</th> > <th>Item type</th> >- <th>Call no.</th> >+ <th>Call number</th> > <th class="title-string">Date</th> > [% IF ( OPACMySummaryHTML ) %] > <th class="NoSort noExport">Links</th> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index 5d4206a0c6..7bf39890cc 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -246,7 +246,7 @@ > [% IF ( show_barcode ) %] > <th>Barcode</th> > [% END %] >- <th>Call no.</th> >+ <th>Call number</th> > [% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %] > <th>Renew</th> > [% END %] >@@ -348,7 +348,7 @@ > </td> > [% END %] > <td class="call_no"> >- <span class="tdlabel">Call no.:</span> >+ <span class="tdlabel">Call number:</span> > [% ISSUE.itemcallnumber | html %] > </td> > [% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %] >@@ -539,7 +539,7 @@ > <th class="anti-the">Title</th> > <th>Due</th> > <th>Barcode</th> >- <th>Call no.</th> >+ <th>Call number</th> > <th class="psort">Relative</th> > </tr> > </thead> >@@ -588,7 +588,7 @@ > <th class="anti-the">Title</th> > [% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %] > [% IF ( show_barcode ) %]<th>Barcode</th>[% END %] >- <th>Call no.</th> >+ <th>Call number</th> > <th class="title-string psort">Due</th> > [% IF ( OpacRenewalAllowed ) %] > <th class="nosort">Renew</th> >@@ -656,7 +656,7 @@ > </td> > [% END %] > <td> >- <span class="tdlabel">Call no.:</span> >+ <span class="tdlabel">Call number:</span> > [% OVERDUE.itemcallnumber | html %] > </td> > <td> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >index 907f4bdf81..4f1577f675 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >@@ -293,7 +293,7 @@ > <tr> > <th class="noshow">Checked out on</th> > <th class="anti-the">Title</th> >- <th>Call no.</th> >+ <th>Call number</th> > <th class="title-string">Due</th> > <th class="nosort">Renew</th> > [% UNLESS ( nofines ) %] >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28047
:
118981
|
119036
|
119147
|
119148
|
119215