View | Details | Raw Unified | Return to bug 34307
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/wrapper-staff-tool-plugin.inc (-11 / +13 lines)
Lines 1-19 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% IF ( ! method ) %]
5
[% IF ( ! method ) %]
5
[% method = 'tool'; %]
6
    [% method = 'tool'; %]
6
[% END %]
7
[% END %]
7
<title>
8
<title>[% FILTER collapse %]
8
    [% IF ( plugin_title ) %][% plugin_title | html %] &rsaquo; [% END %]
9
    [% IF ( plugin_title ) %]
9
    Plugins &rsaquo;
10
        [% plugin_title | html %] &rsaquo;
11
    [% END %]
12
    [% t("Plugins") | html %] &rsaquo;
10
    [% IF ( method == 'tool' ) %]
13
    [% IF ( method == 'tool' ) %]
11
        Tools
14
        [% t("Tools") | html %]
12
    [% ELSE %]
15
    [% ELSE %]
13
        Administration
16
        [% t("Administration") | html %]
14
    [% END %]
17
    [% END %] &rsaquo;
15
    &rsaquo; Koha
18
    [% t("Koha") | html %]
16
 </title>
19
 [% END %]</title>
17
[% INCLUDE 'doc-head-close.inc' %]
20
[% INCLUDE 'doc-head-close.inc' %]
18
</head>
21
</head>
19
22
Lines 35-41 Link Here
35
            <a href="/cgi-bin/koha/plugins/plugins-home.pl">Plugins</a>
38
            <a href="/cgi-bin/koha/plugins/plugins-home.pl">Plugins</a>
36
        [% END %]
39
        [% END %]
37
        [% WRAPPER breadcrumb_item bc_active= 1 %]
40
        [% WRAPPER breadcrumb_item bc_active= 1 %]
38
            <span>[% IF ( plugin_title ) %][% plugin_title | html %][% ELSE %]<span>Plugin</span>[% END %]</span>
41
            [% IF ( plugin_title ) %][% plugin_title | html %][% ELSE %]<span>Plugin</span>[% END %]
39
        [% END %]
42
        [% END %]
40
    [% END #/ WRAPPER breadcrumbs %]
43
    [% END #/ WRAPPER breadcrumbs %]
41
[% END #/ WRAPPER sub-header.inc %]
44
[% END #/ WRAPPER sub-header.inc %]
42
- 

Return to bug 34307