Bugzilla – Attachment 176518 Details for
Bug 37596
Pending on-site checkouts terminology change needed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37596: update the string "Pending On-Site Checkouts"
Bug-37596-update-the-string-Pending-On-Site-Checko.patch (text/plain), 3.65 KB, created by
Nicolas Hunstein
on 2025-01-14 17:00:00 UTC
(
hide
)
Description:
Bug 37596: update the string "Pending On-Site Checkouts"
Filename:
MIME Type:
Creator:
Nicolas Hunstein
Created:
2025-01-14 17:00:00 UTC
Size:
3.65 KB
patch
obsolete
>From 3f0e256ed612a47247d928c678559fc49feeefa4 Mon Sep 17 00:00:00 2001 >From: Nicolas Hunstein <nicolas.hunstein@bsz-bw.de> >Date: Tue, 14 Jan 2025 13:04:55 +0000 >Subject: [PATCH] Bug 37596: update the string "Pending On-Site Checkouts" > >changes string "Pending On-Site Checkouts" to "On-site checkouts" > >to test: >- enable OnSiteCheckouts >- find some items and check them out by checking the box for On-Site >- go to circulation an select the button for Pending on-site checkouts >- see a table of checked-out items > >- apply patch >- verify string has changed to On-site checkouts >--- > koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc | 2 +- > .../intranet-tmpl/prog/en/modules/circ/circulation-home.tt | 2 +- > .../intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt | 6 +++--- > 3 files changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc >index 86ca5d18ce..444efc6d16 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc >@@ -41,7 +41,7 @@ > [% END %] > [% IF Koha.Preference('OnSiteCheckouts') %] > <li> >- <a href="/cgi-bin/koha/circ/on-site_checkouts.pl">Pending on-site checkouts</a> >+ <a href="/cgi-bin/koha/circ/on-site_checkouts.pl">On-site checkouts</a> > </li> > [% END %] > </ul> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >index 656dfd4d1f..f043cd4516 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >@@ -71,7 +71,7 @@ > [% END %] > [% IF Koha.Preference('OnSiteCheckouts') %] > <li> >- <a class="circ-button" href="/cgi-bin/koha/circ/on-site_checkouts.pl"><i class="fa-solid fa-location-dot"></i> Pending on-site checkouts</a> >+ <a class="circ-button" href="/cgi-bin/koha/circ/on-site_checkouts.pl"><i class="fa-solid fa-location-dot"></i> On-site checkouts</a> > </li> > [% END %] > </ul> >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 5aadfdd2b5..2aea1feb1a 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 >@@ -8,7 +8,7 @@ > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] > <title>[% FILTER collapse %] >- [% t("Pending on-site checkouts") | html %] › >+ [% t("On-site checkouts") | html %] › > [% t("Circulation") | html %] › > [% t("Koha") | html %] > [% END %]</title> >@@ -26,7 +26,7 @@ > <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> > [% END %] > [% WRAPPER breadcrumb_item bc_active= 1 %] >- <span>Pending on-site checkouts</span> >+ <span>On-site checkouts</span> > [% END %] > [% END #/ WRAPPER breadcrumbs %] > [% END #/ WRAPPER sub-header.inc %] >@@ -44,7 +44,7 @@ > [% END %] > [% INCLUDE 'messages.inc' %] > >- <h1>Pending on-site checkouts</h1> >+ <h1>On-site checkouts</h1> > [% IF pending_onsite_checkouts %] > <div class="page-section"> > <table id="pending_onsite_checkout"> >-- >2.39.5
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 37596
: 176518