Bugzilla – Attachment 190258 Details for
Bug 41190
"Default checkout, hold and return policy" needs a space in title
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41190: Add space in "Default checkout, hold and return policy" title
Bug-41190-Add-space-in-Default-checkout-hold-and-r.patch (text/plain), 1.95 KB, created by
David Nind
on 2025-12-05 22:28:25 UTC
(
hide
)
Description:
Bug 41190: Add space in "Default checkout, hold and return policy" title
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-12-05 22:28:25 UTC
Size:
1.95 KB
patch
obsolete
>From 36c007f8e9fe484131ab0dc66fbd7b5fc04b6902 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Fri, 5 Dec 2025 16:30:00 -0500 >Subject: [PATCH] Bug 41190: Add space in "Default checkout, hold and return > policy" title > >This patch adds a space in the title "Default checkout, hold and return >policy" in the circulation rules page. > >To test: >1. Go to Administration > Circulation and fine rules >2. Select a library (e.g. Centerville) >3. Scroll down to the second table > --> Note the title of the section is > "Default checkout, hold and return policyfor Centerville" with a > space missing between "policy" and "for" >4. Apply the patch >5. Refresh the page > --> The title should now look normal with all the spaces! > "Default checkout, hold and return policy for Centerville" > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >index bd0526017d..3742832e13 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >@@ -657,7 +657,7 @@ > ><!-- ./page-section --> > > <div id="defaults-for-this-library" class="page-section"> >- <h2>Default checkout, hold and return policy[% IF humanbranch %]for [% Branches.GetName( humanbranch ) | html %][% END %]</h2> >+ <h2>Default checkout, hold and return policy [% IF humanbranch %]for [% Branches.GetName( humanbranch ) | html %][% END %]</h2> > <p>You can set a default maximum number of checkouts, hold policy and return policy that will be used if none is defined below for a particular item type or category.</p> > <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl"> > [% INCLUDE 'csrf-token.inc' %] >-- >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 41190
:
190257
| 190258