]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/test_db_connection_master.html
Templates werden nicht mehr explizit übersetzt: *_master in * umbenannt
[mfinanz.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
deleted file mode 100644 (file)
index 865efea..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-[%- USE T8 %]
-[% USE HTML %]<body>
-
- <div class="listtop">[% title %]</div>
-
- [%- IF connection_ok %]
-
- <p>[% 'The connection was established successfully.' | $T8 %]</p>
-
- [%- ELSE %]
-
- <p>
-  [% 'The connection to the database could not be established.' | $T8 %]
-  [% 'Error message from the database driver:' | $T8 %]
- </p>
-
- <p>[% HTML.escape(errstr) %]</p>
-
- [%- END %]
-
- <p>
-  <form>
-   <input type="button" class="submit" onclick="window.close()" value="[% 'Close Window' | $T8 %]">
-  </form>
- </p>
-
-</body>
-</html>