@@ -, +, @@ --- .../en/includes/wrapper-staff-tool-plugin.inc | 23 +++++++++++-------- 1 file changed, 13 insertions(+), 10 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/wrapper-staff-tool-plugin.inc +++ a/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 › +<title>[% FILTER collapse %] + [% IF ( plugin_title ) %] + [% plugin_title | html %] › + [% END %] + [% t("Plugins") | html %] › [% IF ( method == 'tool' ) %] - Tools + [% t("Tools") | html %] [% ELSE %] - Administration - [% END %] - › Koha - + [% 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 %] --