]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/admin/dbcreate_en.html
locales.pl von nach locale/en kopiert und dort ausgeführt.
[kivitendo-erp.git] / templates / webpages / admin / dbcreate_en.html
diff --git a/templates/webpages/admin/dbcreate_en.html b/templates/webpages/admin/dbcreate_en.html
new file mode 100644 (file)
index 0000000..66af4cd
--- /dev/null
@@ -0,0 +1,16 @@
+[% USE HTML %]<body class="admin">
+
+  <h2>[% title %]</h2>
+
+  <form method="post" action="admin.pl">
+
+   <p>The dataset [% HTML.escape(db) %] has been successfully created.</p>
+
+   <input type="hidden" name="nextsub" value="list_users">
+
+   <p><input type="submit" class="submit" name="action" value="Continue"></p>
+
+  </form>
+
+</body>
+</html>