diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/wrapper-staff-tool-plugin.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/wrapper-staff-tool-plugin.inc index f1edb79495..cc25eebf6e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/wrapper-staff-tool-plugin.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/wrapper-staff-tool-plugin.inc @@ -1,19 +1,22 @@ [% USE raw %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( ! method ) %] -[% method = 'tool'; %] + [% method = 'tool'; %] [% END %] - - [% IF ( plugin_title ) %][% plugin_title | html %] › [% END %] - Plugins › - [% IF ( method == 'tool' ) %] - Tools - [% ELSE %] - Administration +<title>[% FILTER collapse %] + [% IF ( plugin_title ) %] + [% plugin_title | html %] › [% END %] - › Koha - + [% t("Plugins") | html %] › + [% IF ( method == 'tool' ) %] + [% t("Tools") | html %] + [% ELSE %] + [% t("Administration") | html %] + [% END %] › + [% t("Koha") | html %] + [% END %] [% INCLUDE 'doc-head-close.inc' %] @@ -35,7 +38,7 @@ Plugins [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] - [% IF ( plugin_title ) %][% plugin_title | html %][% ELSE %]Plugin[% END %] + [% IF ( plugin_title ) %][% plugin_title | html %][% ELSE %]Plugin[% END %] [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]