mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-27 04:19:04 +08:00
Revert "#6140 Added NotifyType.Success and replaced most usages of NotifyType.Information with it. Added appropriate styles in css files."
This reverts commit dd37d8693c.
This commit is contained in:
@@ -246,7 +246,7 @@ namespace Orchard.Themes.Controllers {
|
||||
|
||||
try {
|
||||
_dataMigrationManager.Update(themeId);
|
||||
Services.Notifier.Success(T("The theme {0} was updated successfully", themeId));
|
||||
Services.Notifier.Information(T("The theme {0} was updated successfully.", themeId));
|
||||
Logger.Information("The theme {0} was updated successfully.", themeId);
|
||||
} catch (Exception exception) {
|
||||
Logger.Error(T("An error occured while updating the theme {0}: {1}", themeId, exception.Message).Text);
|
||||
|
||||
Reference in New Issue
Block a user