Bug 26015: Terminology: Use staff interface instead of staff client

We have agreed to use 'staff interface' instead of 'staff client'
and similar terms. This fixes the template files where staff client
appears:

To test:
- Check Administration > Patron categories
- Check the title of the staff interface start page in your
  browser tab
- Check the description of hte catalogue permission
- One more: this changes the message shown when someone managed
  to log in as the database user - as we no longer allow that, I am
  not sure if it can be triggered.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Katrin Fischer 2020-07-18 01:17:45 +02:00 committed by Jonathan Druart
parent cf93255428
commit d39d5b20d6
3 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
<span class="main_permission circulate_permission">Check out and check in items</span>
<span class="permissioncode">([% name | html %])</span>
[%- CASE 'catalogue' -%]
<span class="main_permission catalogue_permission">Staff access, allows viewing of catalogue in staff client</span>
<span class="main_permission catalogue_permission">Staff access, allows viewing of catalogue in staff interface</span>
<span class="permissioncode">([% name | html %])</span> <span class="required">Required for staff login.</span>
[%- CASE 'parameters' -%]
<span class="main_permission parameters_permission">Manage Koha system settings (Administration panel)</span>

View file

@ -267,7 +267,7 @@
<tr><th scope="row"><b>Warning</b> </th><td>System preference 'AutoCreateAuthorities' set, but needs 'BiblioAddsAuthorities' set as well.</td></tr>
[% END %]
[% IF (warnPrefEasyAnalyticalRecords) %]
<tr><th scope="row"><b>Warning</b> </th><td>System preference 'EasyAnalyticalRecords' set, but UseControlNumber preference is set to 'Use'. Set it to 'Don't use' or else the 'Show analytics' links in the staff client and the OPAC will be broken.</td></tr>
<tr><th scope="row"><b>Warning</b> </th><td>System preference 'EasyAnalyticalRecords' set, but UseControlNumber preference is set to 'Use'. Set it to 'Don't use' or else the 'Show analytics' links in the staff interface and the OPAC will be broken.</td></tr>
[% END %]
[% IF warnPrefAnonymousPatronOPACPrivacy %]
<tr><th scope="row"><b>Warning</b> </th><td>System preference 'OPACPrivacy' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number if you want that this feature works correctly.</td></tr>

View file

@ -123,7 +123,7 @@
</select>
</li>
<li>
<label for="hidelostitems">Lost items in staff client: </label>
<label for="hidelostitems">Lost items in staff interface: </label>
<select name="hidelostitems" id="hidelostitems">
[% IF category.hidelostitems %]
<option value="0">Shown</option>
@ -345,7 +345,7 @@
<tr><th scope="row">Upperage limit: </th><td>[% category.upperagelimit | html %] years</td></tr>
<tr><th scope="row">Enrollment fee: </th><td>[% category.enrolmentfee | $Price %]</td></tr>
<tr><th scope="row">Receives overdue notices: </th><td>[% IF category. overduenoticerequired %]Yes[% ELSE %]No[% END %]</td></tr>
<tr><th scope="row">Lost items in staff client</th><td>[% IF category.hidelostitems %]Hidden by default[% ELSE %]Shown[% END %]</td></tr>
<tr><th scope="row">Lost items in staff interface</th><td>[% IF category.hidelostitems %]Hidden by default[% ELSE %]Shown[% END %]</td></tr>
<tr><th scope="row">Hold fee: </th><td>[% category.reservefee | $Price %]</td></tr>
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %]