]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/admin/test_db_connection_en.html
locales.pl von nach locale/en kopiert und dort ausgeführt.
[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
new file mode 100644 (file)
index 0000000..4047457
--- /dev/null
@@ -0,0 +1,27 @@
+[% 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>