]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/dbcreate.html
SL::Form->dbconnect*: Connect-Settings nicht aus %::myconfig, sondern SL::DBConnect...
[mfinanz.git] / templates / webpages / admin / dbcreate.html
index b562e0db7f9e046302feafb40c3e8fc7ac49ab5b..67a19f7e36e6981c947d47a8f9686f30a0e2ec6a 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/list_clients_and_users", LxERP.t8("Continue")) %]</p>