]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/test_db_connection.html
Bei Artikelauswahl nur ID als Hidden mitschleifen, nicht alle Artikeldetails
[mfinanz.git] / templates / webpages / admin / test_db_connection.html
index 865efeac99cb9b172a8662012371cb1d4e1a8b88..fc0b2839e4e80bd42fdfe96a4c881a8d2d7509b7 100644 (file)
@@ -5,11 +5,11 @@
 
  [%- 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>