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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt (-1 / +1 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Error [% errno | html %]</title>
2
<title>Error [% errno | html %] &rsaquo; Koha</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="err_[% errno | html %]" class="err">
5
<body id="err_[% errno | html %]" class="err">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-1 / +1 lines)
Lines 9-15 Link Here
9
[% USE Price %]
9
[% USE Price %]
10
10
11
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
12
<title>Koha &rsaquo; ILL requests</title>
12
<title>ILL requests &rsaquo; Koha</title>
13
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
14
</head>
14
</head>
15
15
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/auth.tt (-2 / +2 lines)
Lines 1-11 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo;
3
<title>
4
    [% IF ( nopermission ) %]Access denied[% END %]
4
    [% IF ( nopermission ) %]Access denied[% END %]
5
    [% IF ( timed_out ) %]Session timed out[% END %]
5
    [% IF ( timed_out ) %]Session timed out[% END %]
6
    [% IF ( different_ip ) %]IP address change[% END %]
6
    [% IF ( different_ip ) %]IP address change[% END %]
7
    [% IF ( invalid_username_or_password ) %]Invalid username or password[% END %]
7
    [% IF ( invalid_username_or_password ) %]Invalid username or password[% END %]
8
    [% IF ( loginprompt ) %]Log in to the Koha web installer[% END %]
8
    [% IF ( loginprompt ) %]Log in to the Koha web installer[% END %] &rsaquo; Koha
9
</title>
9
</title>
10
[% INCLUDE 'installer-doc-head-close.inc' %]
10
[% INCLUDE 'installer-doc-head-close.inc' %]
11
</head>
11
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt (-2 / +2 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Web installer &rsaquo;
2
<title>
3
    [% UNLESS ( language ) %] Choose your language [% END %]
3
    [% UNLESS ( language ) %] Choose your language [% END %]
4
    [% IF ( language ) %]
4
    [% IF ( language ) %]
5
        [% UNLESS ( checkmodule ) %]
5
        [% UNLESS ( checkmodule ) %]
Lines 11-17 Link Here
11
            [% END %]
11
            [% END %]
12
        [% END %]
12
        [% END %]
13
        Check Perl dependencies
13
        Check Perl dependencies
14
    [% END %]
14
    [% END %] &rsaquo; Web installer &rsaquo; Koha
15
</title>
15
</title>
16
[% INCLUDE 'installer-doc-head-close.inc' %]
16
[% INCLUDE 'installer-doc-head-close.inc' %]
17
</head>
17
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt (-1 / +1 lines)
Lines 1-5 Link Here
1
[% USE HtmlTags %]
1
[% USE HtmlTags %]
2
[% INCLUDE 'doc-head-open.inc' %]<title>Koha &rsaquo; Web installer &rsaquo; Database settings</title>
2
[% INCLUDE 'doc-head-open.inc' %]<title>Database settings &rsaquo; Web installer &rsaquo; Koha</title>
3
[% INCLUDE 'installer-doc-head-close.inc' %]
3
[% INCLUDE 'installer-doc-head-close.inc' %]
4
</head>
4
</head>
5
5
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt (-3 / +2 lines)
Lines 1-7 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
3
4
<title>Koha &rsaquo; Web installer &rsaquo;
4
<title>
5
     [% IF ( proposeimport ) %]
5
     [% IF ( proposeimport ) %]
6
         Set up database
6
         Set up database
7
     [% END %]
7
     [% END %]
Lines 30-36 Link Here
30
     [% END %]
30
     [% END %]
31
     [% IF ( finish ) %]
31
     [% IF ( finish ) %]
32
        Installation complete
32
        Installation complete
33
     [% END %]
33
     [% END %] &rsaquo; Web installer &rsaquo; Koha
34
</title>
34
</title>
35
35
36
[% INCLUDE 'installer-doc-head-close.inc' %]
36
[% INCLUDE 'installer-doc-head-close.inc' %]
37
- 

Return to bug 26703