=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/resources/org/hisp/dhis/mobile/i18n_module.properties' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/resources/org/hisp/dhis/mobile/i18n_module.properties 2013-05-28 06:16:33 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/resources/org/hisp/dhis/mobile/i18n_module.properties 2013-05-30 04:16:17 +0000 @@ -107,7 +107,7 @@ processed=Processed failed=Failed unhandled=Unhandled -reimport_confirm=Are you sure you want to re-import +reimport_confirm=Are you sure you want to re-import this SMS? # ------------------------------------------------------------------------------ # SMS COMMAND LOCALIZATION # ------------------------------------------------------------------------------ === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/javascript/sms.js' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/javascript/sms.js 2013-05-28 06:16:33 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/javascript/sms.js 2013-05-30 04:16:17 +0000 @@ -11,9 +11,9 @@ window.location.href = url; } -function reimport(confirmation, itemId, itemName, success ) +function reimport(confirmation, itemId, success ) { - var result = window.confirm( confirmation + "\n\n" + itemName ); + var result = window.confirm( confirmation ); var action = "reimport.action"; if ( result ) { === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/receiveSMSPage.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/receiveSMSPage.vm 2013-05-28 06:16:33 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/receiveSMSPage.vm 2013-05-30 04:16:17 +0000 @@ -198,15 +198,13 @@ $incomingSms.originator $incomingSms.status - #if($incomingSms.status == 'FAILED' || $incomingSms.status == 'INCOMING') Re-import #else None #end + #if($incomingSms.status == 'FAILED' || $incomingSms.status == 'INCOMING') Re-import #else None #end $i18n.getString( 'remove' ) #end
- -