Revision 9bd17113
Von Hans P. Schlaepfer vor fast 4 Jahren hinzugefügt
templates/webpages/admin/show_lock.html | ||
---|---|---|
2 | 2 |
[% USE LxERP %] |
3 | 3 |
[% USE L %] |
4 | 4 |
|
5 |
<h1>[% HTML.escape(title) %]</h1> |
|
6 |
|
|
7 |
<div class="wrapper"> |
|
5 | 8 |
|
6 | 9 |
[% INCLUDE 'common/flash.html' %] |
7 | 10 |
|
8 |
<h1>[% HTML.escape(title) %]</h1> |
|
9 | 11 |
|
10 | 12 |
[% IF SELF.is_locked %] |
11 | 13 |
<p> |
12 |
[% LxERP.t8("The installation is currently locked.") %] |
|
13 |
[% LxERP.t8("Normal users cannot log in.") %] |
|
14 |
[% LxERP.t8("The administration area is always accessible.") %] |
|
14 |
[% LxERP.t8("The installation is currently locked.") %]
|
|
15 |
[% LxERP.t8("Normal users cannot log in.") %]
|
|
16 |
[% LxERP.t8("The administration area is always accessible.") %]
|
|
15 | 17 |
</p> |
16 | 18 |
|
17 |
<p><a href="[% SELF.url_for(action='unlock_system') %]">[% LxERP.t8("Unlock System") %]</a></p> |
|
19 |
<p><a href="[% SELF.url_for(action='unlock_system') %]" class="button">[% LxERP.t8("Unlock System") %]</a></p>
|
|
18 | 20 |
|
19 | 21 |
[% ELSE %] |
20 | 22 |
|
21 | 23 |
<p> |
22 |
[% LxERP.t8("The installation is currently unlocked.") %] |
|
23 |
[% LxERP.t8("Everyone can log in.") %] |
|
24 |
[% LxERP.t8("The installation is currently unlocked.") %]
|
|
25 |
[% LxERP.t8("Everyone can log in.") %]
|
|
24 | 26 |
</p> |
25 | 27 |
|
26 | 28 |
<p> |
27 |
[% LxERP.t8("If you lock the system normal users won't be able to log in.") %] |
|
28 |
[% LxERP.t8("The administration area is always accessible.") %] |
|
29 |
[% LxERP.t8("If you lock the system normal users won't be able to log in.") %]
|
|
30 |
[% LxERP.t8("The administration area is always accessible.") %]
|
|
29 | 31 |
</p> |
30 | 32 |
|
31 |
<p><a href="[% SELF.url_for(action='lock_system') %]">[% LxERP.t8("Lock System") %]</a></p> |
|
33 |
<p><a href="[% SELF.url_for(action='lock_system') %]" class="button">[% LxERP.t8("Lock System") %]</a></p>
|
|
32 | 34 |
|
33 | 35 |
[% END %] |
36 |
</div> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/admin/show_lock.html