diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index ef79b702a..c933ea73d 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -1524,6 +1524,12 @@ $(document).ready(function() { echo "\n"; } /* }}} */ + function successMsg($msg) { /* {{{ */ + echo "
\n"; + echo $msg; + echo "
\n"; + } /* }}} */ + function ___exitError($pagetitle, $error, $noexit=false, $plain=false) { /* {{{ */ /* This is just a hack to prevent creation of js files in an error