mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 23:24:57 +00:00
- added method errorMsg()
This commit is contained in:
parent
23bd930abf
commit
8422ced0ab
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user