=== 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-08-08 06:59:54 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/resources/org/hisp/dhis/mobile/i18n_module.properties 2013-08-28 07:52:09 +0000 @@ -32,7 +32,7 @@ gateways=Gateways operation=Operation gateway_type=Gateway Type -list_sent_SMS=List Of Sent SMS +list_sent_SMS=List of Sent SMS sent=Sent all=All filter_by_status=Filter by Status @@ -123,4 +123,6 @@ validation_error_space=*White space not allowed key_value_parser=Key Value Parser j2me_parser=J2ME Parser -mobile_phones_pattern=Mobile Phones Pattern \ No newline at end of file +mobile_phones_pattern=Mobile Phones Pattern +phone_number = Phone Number +filter_by_phone_number = Filter by Phone Number \ No newline at end of file === 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-07-12 06:39:51 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/receiveSMSPage.vm 2013-08-28 07:52:09 +0000 @@ -157,33 +157,46 @@

$i18n.getString( "show_receive_sms_form" )

-
-
- - - - -
-
- -
-
+ + + + + + + + + + + + +
$i18n.getString('filter_by_status'): + +
$i18n.getString('filter_by_phone_number'):

- - - - - - - - - +
+ === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/showSentSMSPage.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/showSentSMSPage.vm 2013-08-05 03:16:07 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/showSentSMSPage.vm 2013-08-28 07:52:09 +0000 @@ -65,54 +65,47 @@

$i18n.getString( 'list_sent_SMS' )

-
$i18n.getString( "no." )
- - - - - -
$i18n.getString('filter_by_status'): - - - -
-
- - - - - - - - - - - - - - - - - - - - #foreach( $outboundSms in $listOutboundSMS) - #set($numb=$velocityCount-1) - - - - - - - - - +
$i18n.getString( "no." )$i18n.getString( "message" )$i18n.getString( "phoneNumber" )$i18n.getString( "receipient" )$i18n.getString( "status" )$i18n.getString( "date" )
$velocityCount$outboundSms.message$outboundSms.recipients$recipientNames.get($velocityCount)$outboundSms.status$outboundSms.date.toLocaleString()
+ + + + - #end - -
$i18n.getString('filter_by_status'): + + + +
+ +
+ + + + + + + + + + + + + #foreach( $outboundSms in $listOutboundSMS) + #set($numb=$velocityCount-1) + + + + + + + + + + + #end + +
$i18n.getString( "no." )$i18n.getString( "message" )$i18n.getString( "phone_number" )$i18n.getString( "receipient" )$i18n.getString( "status" )$i18n.getString( "date" )$i18n.getString( "delete" )
$velocityCount$outboundSms.message$outboundSms.recipients$recipientNames.get($velocityCount)$outboundSms.status$outboundSms.date.toLocaleString()$i18n.getString( 'remove' )
\ No newline at end of file