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'

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit c93460e808)
Signed-off-by: Jacob O'Mara <jacob.omara@ptfs-europe.com>
This commit is contained in:
Katrin Fischer 2023-02-05 02:14:09 +01:00 committed by Jacob O'Mara
parent 3d195cc70d
commit 89c71f8b65
3 changed files with 4 additions and 4 deletions

View file

@ -44,7 +44,7 @@
<th>Query</th> <th>Query</th>
<th>Limits</th> <th>Limits</th>
<th>OPAC</th> <th>OPAC</th>
<th>Staff client</th> <th>Staff interface</th>
<th>&nbsp;</th> <th>&nbsp;</th>
</tr> </tr>
</thead> </thead>
@ -80,7 +80,7 @@
<input id="filter_edit_name" name="filter_edit_name" type="text"> <input id="filter_edit_name" name="filter_edit_name" type="text">
<label for="filter_edit_opac">Show in OPAC?</label> <label for="filter_edit_opac">Show in OPAC?</label>
<input type="checkbox" id="filter_edit_opac" name="filter_edit_opac"> <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"> <input type="checkbox" id="filter_edit_staff_client" name="filter_edit_staff_client">
</div> </div>
</div> </div>

View file

@ -61,7 +61,7 @@
[% ELSE %] [% ELSE %]
<input type="checkbox" id="show_filter_opac" name="show_filter_opac"> <input type="checkbox" id="show_filter_opac" name="show_filter_opac">
[% END %] [% 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 %] [% IF edit_filter.staff_client %]
<input type="checkbox" id="filter_edit_staff_client" name="filter_edit_staff_client" checked="checked"> <input type="checkbox" id="filter_edit_staff_client" name="filter_edit_staff_client" checked="checked">
[% ELSE %] [% ELSE %]

View file

@ -730,7 +730,7 @@
<h6>Visibility:</h6> <h6>Visibility:</h6>
<label for="show_filter_opac">Show in OPAC?</label> <label for="show_filter_opac">Show in OPAC?</label>
<input type="checkbox" id="show_filter_opac" name="show_filter_opac"> <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"> <input type="checkbox" id="show_filter_staff_client" name="show_filter_staff_client">
<hr> <hr>
<h6>Save as new search filter:</h6> <h6>Save as new search filter:</h6>