mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 13:11:31 +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) { /* {{{ */
|
function printError($error) { /* {{{ */
|
||||||
print "<div class=\"install_error\">";
|
print "<div class=\"alert alert-error\">\n";
|
||||||
print "Error<br />";
|
|
||||||
print $error;
|
print $error;
|
||||||
print "</div>";
|
print "</div>";
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user