Revision 9b36c563
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
templates/webpages/admin/show.html | ||
---|---|---|
4 | 4 |
|
5 | 5 |
<h1>[% HTML.escape(title) %]</h1> |
6 | 6 |
|
7 |
<div> |
|
8 |
[% LxERP.t8("Actions") %]: |
|
9 |
<span class="link_separator"></span> |
|
10 |
[% L.link(SELF.url_for(action="new_user"), LxERP.t8("Add User")) %] |
|
11 |
<span class="link_separator">|</span> |
|
12 |
[% L.link(SELF.url_for(action="new_client"), LxERP.t8("Add Client")) %] |
|
13 |
<span class="link_separator">|</span> |
|
14 |
[% L.link(SELF.url_for(action="new_group"), LxERP.t8("Add User Group")) %] |
|
15 |
<span class="link_separator">|</span> |
|
16 |
[% L.link(SELF.url_for(action="database_administration"), LxERP.t8("Pg Database Administration")) %] |
|
17 |
<span class="link_separator">|</span> |
|
18 |
[% L.link(SELF.url_for(action="list_printers"), LxERP.t8("Printer Management")) %] |
|
19 |
<span class="link_separator">|</span> |
|
20 |
[% IF SELF.is_locked %] |
|
21 |
[% L.link(SELF.url_for(action="unlock_system"), LxERP.t8("Unlock System")) %] |
|
22 |
[% ELSE %] |
|
23 |
[% L.link(SELF.url_for(action="lock_system"), LxERP.t8("Lock System")) %] |
|
24 |
[% END %] |
|
25 |
<span class="link_separator">|</span> |
|
26 |
[% L.link(SELF.url_for(action="logout"), LxERP.t8("Logout")) %] |
|
27 |
<span class="link_separator">|</span> |
|
28 |
[% L.link(SELF.url_for(controller="LoginScreen", action="user_login"), LxERP.t8("To user login")) %] |
|
29 |
</div> |
|
30 |
|
|
31 |
<hr> |
|
32 |
|
|
33 | 7 |
<div class="tabwidget"> |
34 | 8 |
<ul> |
35 | 9 |
<li><a href="#user_list">[%- LxERP.t8("User list") %]</a></li> |
Auch abrufbar als: Unified diff
Administrationsbereich mit Menüsystem versehen