diff --git a/views/bootstrap/class.DocumentAccess.php b/views/bootstrap/class.DocumentAccess.php index 66e932b5e..fac477603 100644 --- a/views/bootstrap/class.DocumentAccess.php +++ b/views/bootstrap/class.DocumentAccess.php @@ -65,7 +65,15 @@ function checkForm() msg += "\n"; if (msg != "") { - alert(msg); + //alert(msg); + noty({ + text: msg, + type: 'error', + dismissQueue: true, + layout: 'topRight', + theme: 'defaultTheme', + _timeout: 1500, + }); return false; } else @@ -166,7 +174,7 @@ function checkForm() $userObj = $userAccess->getUser(); $memusers[] = $userObj->getID(); print "\n"; - print "\n"; + print "\n"; print "". htmlspecialchars($userObj->getFullName()) . "\n"; print "
\n"; print "\n"; @@ -197,7 +205,7 @@ function checkForm() $memgroups[] = $groupObj->getID(); $mode = $groupAccess->getMode(); print ""; - print ""; + print ""; print "". htmlspecialchars($groupObj->getName()) . ""; print ""; print "";