Teil 2 von: Usability und Lokalisierung, Administrations-Interface
[kivitendo-erp.git] / templates / webpages / admin / test_db_connection.html
index 865efea..fc0b283 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>