Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 45ca22a1

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID 45ca22a10149679d7271add3dc11f4a453904281
  • Vorgänger 0aa82a7c
  • Nachfolger af6bcf02

Neues kivitendo Design Aenderungen in templates/webpages/admin/..

Unterschiede anzeigen:

templates/webpages/admin/show_lock.html
1
[%- USE HTML %][%- USE LxERP -%][%- USE L -%]
1
[% USE HTML %]
2
[% USE LxERP %]
3
[% USE L %]
4

  
5
<h1>[% HTML.escape(title) %]</h1>
6

  
7
<div class="wrapper">
2 8

  
3 9
[% INCLUDE 'common/flash.html' %]
4 10

  
5
<h1>[% HTML.escape(title) %]</h1>
6 11

  
7 12
[% IF SELF.is_locked %]
8 13
<p>
9
 [% LxERP.t8("The installation is currently locked.") %]
10
 [% LxERP.t8("Normal users cannot log in.") %]
11
 [% 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.") %]
12 17
</p>
13 18

  
14
<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>
15 20

  
16 21
[% ELSE %]
17 22

  
18 23
<p>
19
 [% LxERP.t8("The installation is currently unlocked.") %]
20
 [% LxERP.t8("Everyone can log in.") %]
24
  [% LxERP.t8("The installation is currently unlocked.") %]
25
  [% LxERP.t8("Everyone can log in.") %]
21 26
</p>
22 27

  
23 28
<p>
24
 [% LxERP.t8("If you lock the system normal users won't be able to log in.") %]
25
 [% 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.") %]
26 31
</p>
27 32

  
28
<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>
29 34

  
30 35
[% END %]
36
</div>

Auch abrufbar als: Unified diff