@@ -, +, @@ - In koha-conf.xml, look for "enable_plugins" - If this is set to 0, plugins are disabled: 0 - Navigate directly to /cgi-bin/koha/plugins/plugins-home.pl, which should say "Plugins disabled." Check the breadcrumbs on this page. - Enable plugins by changing the settimg in koha-conf.xml to 1 (a restart of services is required): 1 - Go to Administration -> Manage plugins - Test this page and the "Upload plugin" page. --- .../en/modules/plugins/plugins-disabled.tt | 28 ++++++++----------- .../prog/en/modules/plugins/plugins-home.tt | 23 ++++++--------- .../prog/en/modules/plugins/plugins-upload.tt | 28 ++++++++----------- 3 files changed, 30 insertions(+), 49 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt @@ -1,3 +1,4 @@ +[% USE raw %] [% INCLUDE 'doc-head-open.inc' %] Upload plugin › Plugins › Tools › Koha [% INCLUDE 'doc-head-close.inc' %] @@ -9,23 +10,16 @@ [% INCLUDE 'circ-search.inc' %] [% END %] -[% WRAPPER 'sub-header.inc' %] - -[% END %] + [% WRAPPER 'sub-header.inc' %] + [% WRAPPER breadcrumbs %] + [% WRAPPER breadcrumb_item %] + Plugins + [% END %] + [% WRAPPER breadcrumb_item bc_active= 1 %] + Plugins disabled + [% END %] + [% END #/ WRAPPER breadcrumbs %] + [% END #/ WRAPPER sub-header.inc %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt @@ -13,22 +13,15 @@ [% END %] [% WRAPPER 'sub-header.inc' %] - -[% END %] + [% END %] + [% WRAPPER breadcrumb_item bc_active= 1 %] + Plugins + [% END %] + [% END #/ WRAPPER breadcrumbs %] +[% END #/ WRAPPER sub-header.inc %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-upload.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-upload.tt @@ -1,3 +1,4 @@ +[% USE raw %] [% INCLUDE 'doc-head-open.inc' %] Upload plugin › Plugins › Tools › Koha [% INCLUDE 'doc-head-close.inc' %] @@ -9,23 +10,16 @@ [% INCLUDE 'circ-search.inc' %] [% END %] -[% WRAPPER 'sub-header.inc' %] - -[% END %] + [% WRAPPER 'sub-header.inc' %] + [% WRAPPER breadcrumbs %] + [% WRAPPER breadcrumb_item %] + Plugins + [% END %] + [% WRAPPER breadcrumb_item bc_active= 1 %] + Upload plugins + [% END %] + [% END #/ WRAPPER breadcrumbs %] + [% END #/ WRAPPER sub-header.inc %]
--