=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/dataSetReport.js' --- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/dataSetReport.js 2013-12-30 16:18:17 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/dataSetReport.js 2013-12-30 16:37:30 +0000 @@ -391,7 +391,8 @@ type: "post", success: function() { $( "#approveButton" ).prop( "disabled", true ); - $( "#unapproveButton" ).prop( "disabled", false ); + $( "#unapproveButton" ).prop( "disabled", false ); + $( "#approvalNotification" ).show().html( i18n_approved ); }, error: function( xhr, status, error ) { alert( xhr.responseText ); @@ -413,7 +414,8 @@ type: "delete", success: function() { $( "#approveButton" ).prop( "disabled", false ); - $( "#unapproveButton" ).prop( "disabled", true ); + $( "#unapproveButton" ).prop( "disabled", true ); + $( "#approvalNotification" ).show().html( i18n_ready_for_approval ); }, error: function( xhr, status, error ) { alert( xhr.responseText );