]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/admin/test_db_connection_master.html
Administration: Einen Button zum Testen der Datenbankeinstellung in der Maske zur...
[kivitendo-erp.git] / templates / webpages / admin / test_db_connection_master.html
diff --git a/templates/webpages/admin/test_db_connection_master.html b/templates/webpages/admin/test_db_connection_master.html
new file mode 100644 (file)
index 0000000..25dedac
--- /dev/null
@@ -0,0 +1,28 @@
+[% USE HTML %]<body>
+
+ <div class="listtop">[% title %]</div>
+
+ [%- IF connection_ok %]
+
+ <p><translate>The connection was established successfully.</translate></p>
+
+ [%- ELSE %]
+
+ <p>
+  <translate>The connection to the database could not be
+   established.</translate>
+  <translate>Error message from the database driver:</translate>
+ </p>
+
+ <p>[% HTML.escape(errstr) %]</p>
+
+ [%- END %]
+
+ <p>
+  <form>
+   <input type="button" class="submit" onclick="window.close()" value="<translate>Close Window</translate>">
+  </form>
+ </p>
+
+</body>
+</html>