[% USE raw %] [% USE Asset %] [% USE KohaDates %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Plugins › Tools › Koha [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% END %]

Plugins

[% IF ( CAN_user_plugins_manage ) %] [% END %] [% IF search_results %]

Search results

[% FOREACH sr IN search_results %] [% END %]
Name Description Organization Latest version  
[% sr.result.name | html %] [% sr.result.description | html %] [% sr.repo.name | html %] [% sr.result.tag_name | html %] Install
[% END %] [% UNLESS ( plugins ) %] [% UNLESS ( method ) %]
No plugins installed
[% ELSE %] [% IF method == 'tool' %]
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 == 'to_marc' %]
No plugins that can convert files to MARC records are installed
[% ELSIF method == 'opac_online_payment' %]
No plugins that can process online payments via the public catalog are installed
[% ELSIF method == 'intranet_catalog_biblio_enhancements' %]
No plugins that can enhance the intranet catalog biblio records are installed
[% ELSE %]
Unknown plugin type [% method | html %]
[% END %] [% END %] [% ELSE %] [% IF ( CAN_user_plugins_configure || CAN_user_plugins_manage || CAN_user_plugins_report || CAN_user_plugins_tool ) %] [% END %] [% FOREACH plugin IN plugins %] [% IF plugin.error %] [% IF ( CAN_user_plugins_configure || CAN_user_plugins_manage || CAN_user_plugins_report || CAN_user_plugins_tool ) %] [% ELSE %] [% END %] [% ELSE %] [% IF ( CAN_user_plugins_configure || CAN_user_plugins_manage || CAN_user_plugins_report || CAN_user_plugins_tool ) %] [% END %] [% END %] [% END %]
Name Description Author Plugin version Minimum Koha version Maximum Koha version Last updatedActions
[% plugin.name | html %] ERRORS Error found whilst attempting to load pluginError found whilst attempting to load plugin
[% plugin.metadata.name | html %] [% IF ( plugin.is_enabled ) %] ENABLED [% ELSE %] DISABLED [% END %] [% plugin.metadata.description | html %] [% IF ( plugin.metadata.minimum_version && koha_version < plugin.metadata.minimum_version ) %]
Warning: This plugin was written for a newer version of Koha. Use at your own risk.
[% END %] [% IF ( plugin.metadata.maximum_version && koha_version > plugin.metadata.maximum_version ) %]
Warning: This plugin was written for an older version of Koha. Use at your own risk.
[% END %]
[% plugin.metadata.author | html %] [% plugin.metadata.version | html %] [% plugin.metadata.minimum_version | html %] [% plugin.metadata.maximum_version | html %] [% plugin.metadata.date_updated | $KohaDates %]
Actions
[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]