Revision 44d893c2
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
templates/webpages/admin/show.html | ||
---|---|---|
2 | 2 |
|
3 | 3 |
[% INCLUDE 'common/flash.html' %] |
4 | 4 |
|
5 |
<h1>[% title %]</h1>
|
|
5 |
<h1>[% HTML.escape(title) %]</h1>
|
|
6 | 6 |
|
7 | 7 |
<div> |
8 | 8 |
[% LxERP.t8("Actions") %]: |
... | ... | |
13 | 13 |
<span class="link_separator">|</span> |
14 | 14 |
[% L.link(SELF.url_for(action="new_group"), LxERP.t8("Add User Group")) %] |
15 | 15 |
<span class="link_separator">|</span> |
16 |
[% L.link(SELF.url_for(action="pg_database_administration", controller="admin.pl"), LxERP.t8("Pg Database Administration")) %]
|
|
16 |
[% L.link(SELF.url_for(action="database_administration"), LxERP.t8("Pg Database Administration")) %]
|
|
17 | 17 |
<span class="link_separator">|</span> |
18 | 18 |
[% L.link(SELF.url_for(action="list_printers"), LxERP.t8("Printer Management")) %] |
19 | 19 |
<span class="link_separator">|</span> |
Auch abrufbar als: Unified diff
Datenbankverwaltung in neuen Admin-Controller verschoben