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:
Szymon Seliga
2016-03-22 21:19:09 +01:00
parent dd37d8693c
commit 4cda6672f9
71 changed files with 186 additions and 214 deletions

View File

@@ -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);