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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/auth.tt (-2 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; 
3
<title>Koha &rsaquo; 
3
    [% IF ( nopermission ) %]Access denied[% END %]
4
    [% IF ( nopermission ) %]Access denied[% END %]
Lines 9-15 Link Here
9
10
10
[% INCLUDE 'installer-doc-head-close.inc' %]
11
[% INCLUDE 'installer-doc-head-close.inc' %]
11
<div id="login">
12
<div id="login">
12
<h1><a>Koha 3.0 Installer</a></h1>
13
<h1><a>Koha [%- Koha.Version.release -%] installer</a></h1>
13
[% IF ( nopermission ) %]
14
[% IF ( nopermission ) %]
14
<div id="login_error"><strong>Error: </strong>Unauthorized user <a href="/cgi-bin/koha/mainpage.pl?logout.x=1">click to log out</a></div>
15
<div id="login_error"><strong>Error: </strong>Unauthorized user <a href="/cgi-bin/koha/mainpage.pl?logout.x=1">click to log out</a></div>
15
[% END %]
16
[% END %]
16
- 

Return to bug 13496