use bootstrap error class for err msg

This commit is contained in:
Uwe Steinmann 2016-01-26 10:29:09 +01:00
parent e3fe3e469f
commit 13eb5bd8cc

View File

@ -64,8 +64,7 @@ function openDBConnection($settings) { /* {{{ */
} /* }}} */
function printError($error) { /* {{{ */
print "<div class=\"install_error\">";
print "Error<br />";
print "<div class=\"alert alert-error\">\n";
print $error;
print "</div>";
} /* }}} */