]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/test_db_connection.html
</html> entfernen
[mfinanz.git] / templates / webpages / admin / test_db_connection.html
index 865efeac99cb9b172a8662012371cb1d4e1a8b88..c347e12129bc49ee0dd0f1e19f4cc588a1ef0e12 100644 (file)
@@ -1,15 +1,16 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <div class="listtop">[% title %]</div>
 
  [%- IF connection_ok %]
 
- <p>[% 'The connection was established successfully.' | $T8 %]</p>
+ <p class="message_ok">[% 'The connection was established successfully.' | $T8 %]</p>
 
  [%- ELSE %]
 
- <p>
+ <p class="message_error">
   [% 'The connection to the database could not be established.' | $T8 %]
   [% 'Error message from the database driver:' | $T8 %]
  </p>
@@ -25,4 +26,3 @@
  </p>
 
 </body>
-</html>