X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9636227ee0ce9cb050db33573e523d68764ebde8..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/admin/show.html
diff --git a/templates/webpages/admin/show.html b/templates/webpages/admin/show.html
index 1f1a834ab..2ae4acbd5 100644
--- a/templates/webpages/admin/show.html
+++ b/templates/webpages/admin/show.html
@@ -2,45 +2,20 @@
[% INCLUDE 'common/flash.html' %]
-
[% title %]
-
-
- [% LxERP.t8("Actions") %]:
-
- [% L.link(SELF.url_for(action="new_user"), LxERP.t8("Add User")) %]
- |
- [% L.link(SELF.url_for(action="new_client"), LxERP.t8("Add Client")) %]
- |
- [% L.link(SELF.url_for(action="edit_groups"), LxERP.t8("Edit groups")) %]
- |
- [% L.link(SELF.url_for(action="pg_database_administration", controller="admin.pl"), LxERP.t8("Pg Database Administration")) %]
- |
- [% L.link(SELF.url_for(action="printer_management", controller="admin.pl"), LxERP.t8("Printer Management")) %]
- |
- [% IF LOCKED %]
- [% L.link(SELF.url_for(action="unlock_system"), LxERP.t8("Unlock System")) %]
- [% ELSE %]
- [% L.link(SELF.url_for(action="lock_system"), LxERP.t8("Lock System")) %]
- [% END %]
- |
- [% L.link(SELF.url_for(action="logout"), LxERP.t8("Logout")) %]
- |
- [% L.link(SELF.url_for(controller="LoginScreen", action="user_login"), LxERP.t8("To user login")) %]
-
-
-
+[% HTML.escape(title) %]