From 84393051715ce9460327c66dbb5e4287abd0f6eb Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 25 Aug 2017 06:26:21 -0400 Subject: [PATCH] Bug 19173 [Followup] - Add opac payment and marc conversion plugins to the pulldown filter list --- koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt index e511653..a78d87a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt @@ -39,6 +39,7 @@
  • View all plugins
  • View report plugins
  • View tool plugins
  • +
  • View online payment plugins
  • @@ -53,6 +54,8 @@
    No plugins that can be used as a tool are installed
    [% ELSIF method == 'report' %]
    No plugins that can create a report are installed
    + [% ELSIF method == 'opac_online_payment' %] +
    No plugins that can process online payments via the public catalog are installed
    [% ELSE %]
    Unknown plugin type [% method %]
    [% END %] -- 2.10.2