- added method errorMsg()

This commit is contained in:
steinm 2013-02-05 10:08:26 +00:00
parent 23bd930abf
commit 8422ced0ab

View File

@ -861,6 +861,12 @@ class LetoDMS_Bootstrap_Style extends LetoDMS_View_Common {
echo "</div>\n";
} /* }}} */
function errorMsg($msg) { /* {{{ */
echo "<div class=\"alert alert-error\">\n";
echo $msg;
echo "</div>\n";
} /* }}} */
function exitError($pagetitle,$error) { /* {{{ */
$this->htmlStartPage($pagetitle);