]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/dbcreate.html
Admin: bei Admin/login direkt Redirect zu show, falls bereits eingeloggt
[mfinanz.git] / templates / webpages / admin / dbcreate.html
index b562e0db7f9e046302feafb40c3e8fc7ac49ab5b..814ca83aac200b4a07944d90537add22a94cc4ea 100644 (file)
@@ -1,18 +1,8 @@
 [%- USE T8 %]
 [%- USE HTML %]
-[%- USE LxERP %]
-<body class="admin">
+[%- USE LxERP %][%- USE L -%]
+  <h1>[% title %]</h1>
 
-  <h2>[% title %]</h2>
+  <p>[% LxERP.t8('The dataset #1 has been successfully created.', db) | html %]</p>
 
-  <form method="post" action="admin.pl">
-
-   <p>[% LxERP.t8('The dataset #1 has been successfully created.', db) | html %]</p>
-
-   <input type="hidden" name="nextsub" value="list_users">
-
-   <p><input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]"></p>
-
-  </form>
-
-</body>
+  <p>[% L.link("controller.pl?action=Admin/show", LxERP.t8("Continue")) %]</p>