aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2016-01-09 18:01:18 +0100
committerplegall <plg@piwigo.org>2016-01-09 18:01:18 +0100
commit041065a8247b3300e091bb811fe715a21f0c8524 (patch)
treeeb0a6def3c86a02a5a9b3e136beffe65dfe518d0 /admin
parentc4678c37a27c4af5d05b8363d19f49bb5f16c67d (diff)
feature #398, update user list when user is modified
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/default/template/user_list.tpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl
index 87966fd69..c781a39ee 100644
--- a/admin/themes/default/template/user_list.tpl
+++ b/admin/themes/default/template/user_list.tpl
@@ -551,7 +551,10 @@ jQuery(document).on('click', '.close-user-details', function(e) {
jQuery.colorbox({
inline:true,
title:"{/literal}{'Edit user'|translate}{literal}",
- href:".user_form_popin"
+ href:".user_form_popin",
+ onClosed: function() {
+ oTable.fnDraw();
+ }
});
fnFormatDetails(oTable, nTr);