Bugzilla – Attachment 146184 Details for
Bug 32264
Capitalization/Terminology: Show in Staff client?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32264: Fix capitalization and terminology: Show in Staff client?
Bug-32264-Fix-capitalization-and-terminology-Show-.patch (text/plain), 4.23 KB, created by
Katrin Fischer
on 2023-02-05 01:21:00 UTC
(
hide
)
Description:
Bug 32264: Fix capitalization and terminology: Show in Staff client?
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-02-05 01:21:00 UTC
Size:
4.23 KB
patch
obsolete
>From fe3ea1cd32f699bdc3c1ba9627eee586744dfea0 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 5 Feb 2023 02:14:09 +0100 >Subject: [PATCH] Bug 32264: Fix capitalization and terminology: Show in Staff > client? > >This fixes several occurences of Staff client to read >staff interface. > >To test: >* Activate the search filter feature via the SavedSearchFilters > system preference >* Do a search in the staff catalogue >* Use the link "save as search filter" on top of the results list >* Verify it reads "Show in Staff client?" in the form >* Go to administration > search filters >* Verify the table has a heading "staff client" >* Edit the filter >* Verify there is the "Show in staff client" again >* Apply patch >* All those spots should now read 'staff interface' >--- > .../intranet-tmpl/prog/en/modules/admin/search_filters.tt | 4 ++-- > .../intranet-tmpl/prog/en/modules/catalogue/advsearch.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/search_filters.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/search_filters.tt >index 66cc05e66a..7a2101bcce 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/search_filters.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/search_filters.tt >@@ -44,7 +44,7 @@ > <th>Query</th> > <th>Limits</th> > <th>OPAC</th> >- <th>Staff client</th> >+ <th>Staff interface</th> > <th> </th> > </tr> > </thead> >@@ -80,7 +80,7 @@ > <input id="filter_edit_name" name="filter_edit_name" type="text"> > <label for="filter_edit_opac">Show in OPAC?</label> > <input type="checkbox" id="filter_edit_opac" name="filter_edit_opac"> >- <label for="filter_edit_staff_client">Show in Staff client?</label> >+ <label for="filter_edit_staff_client">Show in staff interface?</label> > <input type="checkbox" id="filter_edit_staff_client" name="filter_edit_staff_client"> > </div> > </div> >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 8dcc8d2e4b..bc5160f7ee 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 client?</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 %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index 82735d4be8..24c41b5201 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -730,7 +730,7 @@ > <h6>Visibility:</h6> > <label for="show_filter_opac">Show in OPAC?</label> > <input type="checkbox" id="show_filter_opac" name="show_filter_opac"> >- <label for="show_filter_staff_client">Show in Staff client?</label> >+ <label for="show_filter_staff_client">Show in staff interface?</label> > <input type="checkbox" id="show_filter_staff_client" name="show_filter_staff_client"> > <hr> > <h6>Save as new search filter:</h6> >-- >2.30.2
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 32264
:
146184
|
146274
|
146284