mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
add method successMsg()
This commit is contained in:
parent
1144ee4500
commit
a53cd4b0cd
|
@ -1524,6 +1524,12 @@ $(document).ready(function() {
|
|||
echo "</div>\n";
|
||||
} /* }}} */
|
||||
|
||||
function successMsg($msg) { /* {{{ */
|
||||
echo "<div class=\"alert alert-success\">\n";
|
||||
echo $msg;
|
||||
echo "</div>\n";
|
||||
} /* }}} */
|
||||
|
||||
function ___exitError($pagetitle, $error, $noexit=false, $plain=false) { /* {{{ */
|
||||
|
||||
/* This is just a hack to prevent creation of js files in an error
|
||||
|
|
Loading…
Reference in New Issue
Block a user