mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
use bootstrap error class for err msg
This commit is contained in:
parent
e3fe3e469f
commit
13eb5bd8cc
|
@ -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>";
|
||||
} /* }}} */
|
||||
|
|
Loading…
Reference in New Issue
Block a user