diff --git a/ajax/ajax_usrpass.php b/ajax/ajax_usrpass.php index 268c7a7f..11b4e212 100644 --- a/ajax/ajax_usrpass.php +++ b/ajax/ajax_usrpass.php @@ -67,7 +67,7 @@ SP_Users::checkUserAccess("acceditpass",$userId) || die ($strError); - +
diff --git a/imgs/english.png b/imgs/english.png deleted file mode 100644 index 7cf0ccc1..00000000 Binary files a/imgs/english.png and /dev/null differ diff --git a/imgs/group.png b/imgs/group.png deleted file mode 100644 index 3d5eab80..00000000 Binary files a/imgs/group.png and /dev/null differ diff --git a/imgs/groups.png b/imgs/groups.png deleted file mode 100644 index a2d9ff3d..00000000 Binary files a/imgs/groups.png and /dev/null differ diff --git a/imgs/spanish.png b/imgs/spanish.png deleted file mode 100644 index fd85bb75..00000000 Binary files a/imgs/spanish.png and /dev/null differ diff --git a/inc/users.class.php b/inc/users.class.php index 75ef96cc..dc78600a 100644 --- a/inc/users.class.php +++ b/inc/users.class.php @@ -224,7 +224,7 @@ class SP_Users { echo '
'; echo ''; echo '
'; diff --git a/js/functions.js b/js/functions.js index d923810b..d83b5291 100644 --- a/js/functions.js +++ b/js/functions.js @@ -546,7 +546,10 @@ function usrgrpDetail(id, type, sk, active){ url: url, data: data, success: function(response){ - $.fancybox(response,{padding: [0,10,10,10]}); + $.fancybox(response,{ + padding: [0,10,10,10], + afterClose: function(){doAction('usersmenu','',active);} + }); }, error:function(jqXHR, textStatus, errorThrown){ var txt = LANG[1] + '

' + errorThrown + textStatus + '

'; @@ -588,7 +591,7 @@ function usersMgmt(frmId, isDel, id, type, sk){ switch(status){ case 0: - doAction('usersmenu','',active); +// doAction('usersmenu','',active); resMsg("ok", description); break; case 1: