@@ -, +, @@ in Pages/HTML customizations/News label for the link "librarian interface" as well --- C4/Suggestions.pm | 2 +- .../prog/en/modules/tools/additional-contents.tt | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) --- a/C4/Suggestions.pm +++ a/C4/Suggestions.pm @@ -56,7 +56,7 @@ use C4::Suggestions; =head1 DESCRIPTION -The functions in this module deal with the aqorders in OPAC and in librarian interface +The functions in this module deal with the aqorders in OPAC and in staff interface A suggestion is done in the OPAC. It has the status "ASKED" --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt @@ -371,7 +371,7 @@ [% IF c.category == 'news' || c.category == 'pages' %] [% IF c.location == 'staff_and_opac' %]All - [% ELSIF c.location == 'staff_only' %]Librarian interface + [% ELSIF c.location == 'staff_only' %]Staff interface [% ELSIF c.location == 'opac_only' %]OPAC [% ELSIF c.location == 'slip' %]Slip [% ELSE %]Unknown ('[% location | html %]') @@ -401,10 +401,10 @@ [% END %] [% IF c.location == 'staff_only' OR c.location == 'staff_and_opac' %] [% IF c.location == 'staff_and_opac' %]
[% END %] - Librarian interface: - Default + Staff interface: + Default OR - Current language + Current language [% END %] [% END %] @@ -468,15 +468,15 @@ [% BLOCK locations_options %] [% IF category == 'news' || category == 'pages' %] [% IF location == "staff_and_opac" %] - + [% ELSE %] - + [% END %] [% IF location == "staff_only" %] - + [% ELSE %] - + [% END %] [% IF location == "opac_only" %] --