Bugzilla – Attachment 147017 Details for
Bug 33011
Capitalization: Show in Staff interface?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33011: Fix capitalization for "Show in Staff interface?"
Bug-33011-Fix-capitalization-for-Show-in-Staff-int.patch (text/plain), 1.80 KB, created by
Matt Blenkinsop
on 2023-02-21 09:36:43 UTC
(
hide
)
Description:
Bug 33011: Fix capitalization for "Show in Staff interface?"
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2023-02-21 09:36:43 UTC
Size:
1.80 KB
patch
obsolete
>From 704c70ec13ac4f0195223d42cd08547d88b0e67a Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 20 Feb 2023 20:57:43 +0000 >Subject: [PATCH] Bug 33011: Fix capitalization for "Show in Staff interface?" > >This fixes another previously missed occurence. > >To test: >* Activate SavedSearchFilters system preference >* Search anything and save your search as a filter from > the staff interface results page >* Go to Administration > search filters >* Click 'Edit search' for your saved filter >* Confirm you are taken to advanced search page >* On top of the page, you'll see: Show in Staff interface? >* Apply patch >* Verify the string was corrected > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt >index 0637bc41d4d..f966029aa61 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt >@@ -61,7 +61,7 @@ > [% ELSE %] > <input type="checkbox" id="show_filter_opac" name="show_filter_opac"> > [% END %] >- <label for="filter_edit_staff_client">Show in Staff interface?</label> >+ <label for="filter_edit_staff_client">Show in staff interface?</label> > [% IF edit_filter.staff_client %] > <input type="checkbox" id="filter_edit_staff_client" name="filter_edit_staff_client" checked="checked"> > [% ELSE %] >-- >2.37.1 (Apple Git-137.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 33011
:
146975
|
147017
|
147238