Refresh successful theme change message; make more context specific, indicate page refresh needed .

This commit is contained in:
z3d
2009-07-16 02:26:56 +00:00
parent bfaa648edd
commit cfd1ab7d78

View File

@ -24,7 +24,7 @@ public class ConfigUIHandler extends FormHandler {
else else
_context.router().setConfigSetting(CSSHelper.PROP_THEME_NAME, _config); _context.router().setConfigSetting(CSSHelper.PROP_THEME_NAME, _config);
if (_context.router().saveConfig()) if (_context.router().saveConfig())
addFormNotice("Configuration saved successfully"); addFormNotice("Theme change successfully saved (refresh page to view)");
else else
addFormNotice("Error saving the configuration (applied but not saved) - please see the error logs"); addFormNotice("Error saving the configuration (applied but not saved) - please see the error logs");
} }