]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/admin/test_db_connection_en.html
Templates werden nicht mehr übersetzt gespeichert.
[kivitendo-erp.git] / templates / webpages / admin / test_db_connection_en.html
diff --git a/templates/webpages/admin/test_db_connection_en.html b/templates/webpages/admin/test_db_connection_en.html
deleted file mode 100644 (file)
index 4047457..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-[% USE HTML %]<body>
-
- <div class="listtop">[% title %]</div>
-
- [%- IF connection_ok %]
-
- <p>The connection was established successfully.</p>
-
- [%- ELSE %]
-
- <p>
-  The connection to the database could not be established.
-  Error message from the database driver:
- </p>
-
- <p>[% HTML.escape(errstr) %]</p>
-
- [%- END %]
-
- <p>
-  <form>
-   <input type="button" class="submit" onclick="window.close()" value="Close Window">
-  </form>
- </p>
-
-</body>
-</html>