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>
This commit is contained in:
parent
8637843bab
commit
c93460e808
3 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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 %]
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue