Lines 29-34
Link Here
|
29 |
<div class="alert"> |
29 |
<div class="alert"> |
30 |
<h3>Access denied</h3> |
30 |
<h3>Access denied</h3> |
31 |
<p>Sorry, the system doesn't think you have permission to access this page. </p> |
31 |
<p>Sorry, the system doesn't think you have permission to access this page. </p> |
|
|
32 |
[% IF SCO_login %] |
33 |
<p><a href="/cgi-bin/koha/sco/sco-main.pl?logout.x=1">Logout</a> and try again with a different user</p> |
34 |
[% END %] |
32 |
</div> |
35 |
</div> |
33 |
[% END %] |
36 |
[% END %] |
34 |
|
37 |
|
Lines 149-155
Link Here
|
149 |
<p>If you do not have a Google account, but do have a local account, you can still log in: </p> |
152 |
<p>If you do not have a Google account, but do have a local account, you can still log in: </p> |
150 |
[% END %] |
153 |
[% END %] |
151 |
|
154 |
|
152 |
<form action="/cgi-bin/koha/opac-user.pl" name="auth" id="auth" method="post"> |
155 |
[% IF SCO_login %] |
|
|
156 |
<form action="/cgi-bin/koha/sco/sco-main.pl" name="auth" id="auth" method="post"> |
157 |
[% ELSE %] |
158 |
<form action="/cgi-bin/koha/opac-user.pl" name="auth" id="auth" method="post"> |
159 |
[% END %] |
153 |
<input type="hidden" name="koha_login_context" value="opac" /> |
160 |
<input type="hidden" name="koha_login_context" value="opac" /> |
154 |
<fieldset class="brief"> |
161 |
<fieldset class="brief"> |
155 |
[% FOREACH INPUT IN INPUTS %] |
162 |
[% FOREACH INPUT IN INPUTS %] |