@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/plugins/plugins-home.tt | 3 +++ 1 file changed, 3 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt @@ -60,6 +60,7 @@
  • View online payment plugins
  • View bibliographic record enhancement plugins for the staff interface
  • View ILL availability plugins
  • +
  • View ILL backend plugins
  • @@ -123,6 +124,8 @@
    No plugins that can enhance the bibliographic records in the staff interface are installed
    [% ELSIF method == 'ill_availability_services' %]
    No plugins that can show ILL availability results are installed
    + [% ELSIF method == 'ill_backend' %] +
    No ILL backend plugins are installed
    [% ELSE %]
    Unknown plugin type [% method | html %]
    [% END %] --