Bugzilla – Attachment 183496 Details for
Bug 39939
Cancel selected holds button on the holds awaiting pickup page is the same color as the background
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39939: (follow-up) Fix terminology - syspref to system preference
Bug-39939-follow-up-Fix-terminology---syspref-to-s.patch (text/plain), 1.78 KB, created by
Emily Lamancusa (emlam)
on 2025-06-25 13:16:31 UTC
(
hide
)
Description:
Bug 39939: (follow-up) Fix terminology - syspref to system preference
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2025-06-25 13:16:31 UTC
Size:
1.78 KB
patch
obsolete
>From cd7278f56b9188a44ffa30bdb0fb1a6fcbbf16c5 Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Wed, 4 Jun 2025 23:51:35 +0000 >Subject: [PATCH] Bug 39939: (follow-up) Fix terminology - syspref to system > preference > >Spell system preference in full, instead of syspref. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > .../intranet-tmpl/prog/en/modules/circ/waitingreserves.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt >index 5b44502d5c..8c5b6f337b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt >@@ -137,9 +137,9 @@ > <div class="hint" > >Only items that need not be transferred will be cancelled > [% IF ( CAN_user_parameters_manage_sysprefs ) %] >- (<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=TransferWhenCancelAllWaitingHolds">TransferWhenCancelAllWaitingHolds syspref</a>) >+ (<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=TransferWhenCancelAllWaitingHolds">TransferWhenCancelAllWaitingHolds</a> system preference) > [% ELSE %] >- (TransferWhenCancelAllWaitingHolds syspref) >+ (TransferWhenCancelAllWaitingHolds system preference) > [% END %] > </div> > [% END %] >-- >2.34.1
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 39939
:
182929
|
182956
|
182961
|
182962
|
183495
| 183496