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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
[% USE AuthorisedValues %]
7
[% USE AuthorisedValues %]
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Koha &rsaquo; Administration &rsaquo; Library checkin and transfer policy</title>
10
<title>Library checkin and transfer policy &rsaquo; Administration &rsaquo; Koha</title>
11
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
12
<style>td { text-align: center; } .sorted { min-width: 50%; }</style>
12
<style>td { text-align: center; } .sorted { min-width: 50%; }</style>
13
</head>
13
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt (-5 / +6 lines)
Lines 7-19 Link Here
7
[% USE Registers %]
7
[% USE Registers %]
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Koha &rsaquo;
10
<title>
11
    [% IF ( nopermission ) %]Access denied[% END %]
11
    [% IF ( loginprompt ) %]Log in to Koha[% END %]
12
    [% IF ( timed_out ) %]Session timed out[% END %]
13
    [% IF ( different_ip ) %]IP address change[% END %]
14
    [% IF too_many_login_attempts %]This account has been locked.
12
    [% IF too_many_login_attempts %]This account has been locked.
15
    [% ELSIF invalid_username_or_password %]Invalid username or password[% END %]
13
    [% ELSIF invalid_username_or_password %]Invalid username or password[% END %]
16
    [% IF ( loginprompt ) %]Log in to Koha[% END %]
14
    [% IF ( different_ip ) %]IP address change[% END %]
15
    [% IF ( different_ip ) %]IP address change[% END %]
16
    [% IF ( timed_out ) %]Session timed out[% END %]
17
    [% IF ( nopermission ) %]Access denied[% END %] &rsaquo; Koha
17
</title>
18
</title>
18
[% INCLUDE 'doc-head-close.inc' %]
19
[% INCLUDE 'doc-head-close.inc' %]
19
</head>
20
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt (-2 / +1 lines)
Lines 7-13 Link Here
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% PROCESS 'transfer_reasons.inc' %]
8
[% PROCESS 'transfer_reasons.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Koha &rsaquo; Circulation &rsaquo; Transfers to send</title>
10
<title>Transfers to send &rsaquo; Circulation &rsaquo; Koha</title>
11
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
12
</head>
12
</head>
13
13
14
- 

Return to bug 26703