=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js 2013-12-08 22:26:19 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js 2013-12-08 22:46:57 +0000 @@ -1880,7 +1880,11 @@ html += '' + time + '' + notification.message + '  '; - if ( notification.completed ) { + if ( notification.level == "ERROR" ) { + html += ''; + isComplete = true; + } + else if ( notification.completed ) { html += ''; isComplete = true; } === added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/error_small.png' Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/error_small.png 1970-01-01 00:00:00 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/error_small.png 2013-12-08 22:46:57 +0000 differ