Bugzilla – Attachment 180476 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.44 KB, created by
Nicolas Hunstein
on 2025-04-03 09:31:25 UTC
(
hide
)
Description:
Bug 37596: update the string "Pending On-Site Checkouts"
Filename:
MIME Type:
Creator:
Nicolas Hunstein
Created:
2025-04-03 09:31:25 UTC
Size:
3.44 KB
patch
obsolete
>From 9a23d8e33c3a79cb2f9d2a8b331ebfe240cd1360 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 a610def306..c5b21c4305 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc >@@ -38,7 +38,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 487cc5efbf..dc65eca1d6 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 >@@ -68,7 +68,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 bb315fd622..102a761f77 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 >@@ -27,14 +27,14 @@ > <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 %] > > [% SET aside = Koha.Preference('CircSidebar') ? 'circ-nav' : '' %] > [% WRAPPER 'main-container.inc' aside=aside %] >- <h1>Pending on-site checkouts</h1> >+ <h1>On-site checkouts</h1> > [% IF pending_onsite_checkouts %] > <div class="page-section"> > <table id="pending_onsite_checkout"> >@@ -71,7 +71,7 @@ > </div> > <!-- /.page-section --> > [% ELSE %] >- <h3>No pending on-site checkout.</h3> >+ <h3>No on-site checkout.</h3> > [% END %] > [% END %] > >-- >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
|
180476
|
180612
|
180712