]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/admin/check_auth_tables_en.html
Templates werden nicht mehr übersetzt gespeichert.
[kivitendo-erp.git] / templates / webpages / admin / check_auth_tables_en.html
diff --git a/templates/webpages/admin/check_auth_tables_en.html b/templates/webpages/admin/check_auth_tables_en.html
deleted file mode 100644 (file)
index 734f36a..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-[% USE HTML %]<body>
-
- <div class="listtop">[% title %]</div>
-
- <p>
-  The tables for user management and authentication do not exist. They will be created in the next step in the following database:
- </p>
-
- <table border="0">
-  <tr>
-   <td>Host:</td>
-   <td>[% HTML.escape(db_host) %]</td>
-  </tr>
-  <tr>
-   <td>Port:</td>
-   <td>[% HTML.escape(db_port) %]</td>
-  </tr>
-  <tr>
-   <td>User name:</td>
-   <td>[% HTML.escape(db_user) %]</td>
-  </tr>
-  <tr>
-   <td>Database name:</td>
-   <td>[% HTML.escape(db_db) %]</td>
-  </tr>
- </table>
-
- <p>
-  If you want to change any of these parameters then press the &quot;Back&quot; button, edit the file &quot;config/authentication.pl&quot; and login into the admin module again.
- </p>
-
- <form method="post" action="admin.pl">
-
-  <input type="hidden" name="rpw" value="[% HTML.escape(rpw) %]">
-  <input type="hidden" name="action" value="create_auth_tables">
-
-  <input type="submit" class="submit" value="Create tables">
-  <input type="button" class="submit" onclick="history.back()" value="Back">
-
- </form>
-
-</body>
-</html>