mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 17:44:56 +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";
|
echo "</div>\n";
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
|
function errorMsg($msg) { /* {{{ */
|
||||||
|
echo "<div class=\"alert alert-error\">\n";
|
||||||
|
echo $msg;
|
||||||
|
echo "</div>\n";
|
||||||
|
} /* }}} */
|
||||||
|
|
||||||
function exitError($pagetitle,$error) { /* {{{ */
|
function exitError($pagetitle,$error) { /* {{{ */
|
||||||
|
|
||||||
$this->htmlStartPage($pagetitle);
|
$this->htmlStartPage($pagetitle);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user