From e025abea4179bc059b8fef195bafe0c3f60f1220 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Tue, 20 Oct 2009 23:37:03 -0600 Subject: Added confirmation message for block admin actions. --- modules/gallery/views/admin_sidebar.html.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/gallery/views/admin_sidebar.html.php b/modules/gallery/views/admin_sidebar.html.php index 834429c3..f784b1a5 100644 --- a/modules/gallery/views/admin_sidebar.html.php +++ b/modules/gallery/views/admin_sidebar.html.php @@ -21,6 +21,10 @@ if (data.result == "success") { $("ul#g-available-blocks").html(data.available); $("ul#g-active-blocks").html(data.active); + var message = "Updated blocks"; + $("#g-action-status").remove(); + $("#g-block-admin").before(""); + $("#g-action-status").fadeTo(1000,1).fadeTo(2000,0); } }); } @@ -29,7 +33,7 @@ }); -
+

-- cgit v1.2.3