From b25a1fd62f261c94a4acbece5f14c20c1b0d3315 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 1 Mar 2010 13:12:45 +0000 Subject: - Patch #609128 by vordude: dashboard should provide feedback when clicking 'Done'. --- modules/dashboard/dashboard.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/dashboard') diff --git a/modules/dashboard/dashboard.module b/modules/dashboard/dashboard.module index 46503d19b..9fd6f9a8a 100644 --- a/modules/dashboard/dashboard.module +++ b/modules/dashboard/dashboard.module @@ -373,6 +373,7 @@ function dashboard_update() { ->execute(); } } + drupal_set_message(t('The configuration options have been saved.'), 'status', FALSE); } drupal_exit(); } -- cgit v1.2.3