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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt (-2 / +7 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Upload plugin &rsaquo; Plugins &rsaquo; Tools &rsaquo; Koha</title>
4
<title>[% FILTER collapse %]
5
    [% t("Plugins disabled") | html %] &rsaquo;
6
    [% t("Plugins") | html %] &rsaquo;
7
    [% t("Koha") | html %]
8
[% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'calendar.inc' %]
10
[% INCLUDE 'calendar.inc' %]
6
</head>
11
</head>
Lines 24-30 Link Here
24
    <div class="container-fluid">
29
    <div class="container-fluid">
25
        <div class="row">
30
        <div class="row">
26
            <div class="col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
31
            <div class="col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
27
                <h1>Plugins disabled!</h1>
32
                <h1>Plugins disabled</h1>
28
33
29
                <p>To enable Koha plugins, the flag enable_plugins must be set in the Koha configuration file</p>
34
                <p>To enable Koha plugins, the flag enable_plugins must be set in the Koha configuration file</p>
30
            </div>
35
            </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt (-7 / +8 lines)
Lines 1-17 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
<title>
7
<title>[% FILTER collapse %]
7
    Plugins &rsaquo;
8
    [% t("Plugins") | html %] &rsaquo;
8
    [% IF ( method == 'tool' ) %]
9
    [% IF ( method == 'tool' ) %]
9
        Tools
10
        [% t("Tools") | html %]
10
    [% ELSE %]
11
    [% ELSE %]
11
        Administration
12
        [% t("Administration") | html %]
12
    [% END %]
13
    [% END %] &rsaquo;
13
    &rsaquo; Koha
14
    [% t("Koha") | html %]
14
 </title>
15
[% END %]</title>
15
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
16
</head>
17
</head>
17
18
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-upload.tt (-3 / +8 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Upload plugin &rsaquo; Plugins &rsaquo; Tools &rsaquo; Koha </title>
4
<title>[% FILTER collapse %]
5
    [% t("Upload plugin") | html %] &rsaquo;
6
    [% t("Plugins") | html %] &rsaquo;
7
    [% t("Koha") | html %]
8
[% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'calendar.inc' %]
10
[% INCLUDE 'calendar.inc' %]
6
</head>
11
</head>
Lines 16-22 Link Here
16
                <a href="/cgi-bin/koha/plugins/plugins-home.pl">Plugins</a>
21
                <a href="/cgi-bin/koha/plugins/plugins-home.pl">Plugins</a>
17
            [% END %]
22
            [% END %]
18
            [% WRAPPER breadcrumb_item bc_active= 1 %]
23
            [% WRAPPER breadcrumb_item bc_active= 1 %]
19
                <wrap>Upload plugins</wrap>
24
                <span>Upload plugin</span>
20
            [% END %]
25
            [% END %]
21
        [% END #/ WRAPPER breadcrumbs %]
26
        [% END #/ WRAPPER breadcrumbs %]
22
    [% END #/ WRAPPER sub-header.inc %]
27
    [% END #/ WRAPPER sub-header.inc %]
Lines 25-31 Link Here
25
        <div class="row">
30
        <div class="row">
26
            <div class="col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
31
            <div class="col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
27
32
28
                <h1>Upload Koha plugin</h1>
33
                <h1>Upload plugin</h1>
29
                [% IF ( ERRORS ) %]
34
                [% IF ( ERRORS ) %]
30
                <div class="dialog alert">
35
                <div class="dialog alert">
31
                    [% FOREACH ERROR IN ERRORS %]
36
                    [% FOREACH ERROR IN ERRORS %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt (-1 / +5 lines)
Lines 5-14 Link Here
5
[% USE Price %]
5
[% USE Price %]
6
[% USE TablesSettings %]
6
[% USE TablesSettings %]
7
[% USE Registers %]
7
[% USE Registers %]
8
[% PROCESS 'i18n.inc' %]
8
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
10
[% SET registers = Registers.all( filters => { current_branch => 1 } ) %]
11
[% SET registers = Registers.all( filters => { current_branch => 1 } ) %]
11
<title>Payments &rsaquo; Koha</title>
12
<title>[% FILTER collapse %]
13
    [% t("Point of sale") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
17
</head>
14
18
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/printreceipt.tt (-1 / +4 lines)
Lines 1-10 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
6
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Print receipt</title>
8
<title>[% FILTER collapse %]
9
    [% t("Print receipt") | html %]
10
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
9
12
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
13
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt (-4 / +5 lines)
Lines 4-13 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
6
[% USE Price %]
6
[% USE Price %]
7
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
8
[% PROCESS 'accounts.inc' %]
9
[% PROCESS 'accounts.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Cashup &rsaquo; Koha</title>
11
<title>[% FILTER collapse %]
12
    [% tx("Transaction history for {register}", { register = register.name }) | html %] &rsaquo;
13
    [% t("Koha") | html %]
14
[% END %]</title>
11
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
12
[% Asset.css("lib/jquery/plugins/rowGroup/stylesheets/rowGroup.dataTables.min.css") | $raw %]
16
[% Asset.css("lib/jquery/plugins/rowGroup/stylesheets/rowGroup.dataTables.min.css") | $raw %]
13
</head>
17
</head>
Lines 19-27 Link Here
19
23
20
[% WRAPPER 'sub-header.inc' %]
24
[% WRAPPER 'sub-header.inc' %]
21
    [% WRAPPER breadcrumbs %]
25
    [% WRAPPER breadcrumbs %]
22
        [% WRAPPER breadcrumb_item %]
23
            <a href="/cgi-bin/koha/pos/pay.pl">Cash management</a>
24
        [% END %]
25
        [% WRAPPER breadcrumb_item bc_active= 1 %]
26
        [% WRAPPER breadcrumb_item bc_active= 1 %]
26
            <span>Transaction history for [% register.name | html %]</span>
27
            <span>Transaction history for [% register.name | html %]</span>
27
        [% END %]
28
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt (-5 / +5 lines)
Lines 3-11 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE Price %]
5
[% USE Price %]
6
[% PROCESS 'i18n.inc' %]
6
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Cashup &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% tx("Cash summary for {library}", { library = library.branchname }) | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
14
</head>
11
15
Lines 16-24 Link Here
16
20
17
    [% WRAPPER 'sub-header.inc' %]
21
    [% WRAPPER 'sub-header.inc' %]
18
        [% WRAPPER breadcrumbs %]
22
        [% WRAPPER breadcrumbs %]
19
            [% WRAPPER breadcrumb_item %]
20
                    <a href="/cgi-bin/koha/pos/pay.pl">Cash management</a>
21
            [% END %]
22
            [% WRAPPER breadcrumb_item bc_active= 1 %]
23
            [% WRAPPER breadcrumb_item bc_active= 1 %]
23
                <span>Cash summary for [% library.branchname | html %]</span>
24
                <span>Cash summary for [% library.branchname | html %]</span>
24
            [% END %]
25
            [% END %]
25
- 

Return to bug 33921