------------------------------------------------------------ revno: 12030 committer: Lai <[email protected]> branch nick: dhis2 timestamp: Wed 2013-09-11 00:59:53 +0700 message: fix bug in view received SMS page modified: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/receiveSMSPage.vm
-- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== 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-09-08 08:36:32 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/receiveSMSPage.vm 2013-09-10 17:59:53 +0000 @@ -154,9 +154,7 @@ var i18n_confirm_delete = '$encoder.jsEscape( $i18n.getString( "confirm_delete_sms" ) , "'")'; </script> -#foreach( $each in $user.getUserCredentials().getAllAuthorities() ) - #if( $each == '' ) -#end + <input id="pollingInterval" name="pollingInterval" type="hidden" value="$pollingInterval"/> <h3>$i18n.getString( "show_receive_sms_form" )</h3> <form id="receiveSmsPage" name="receiveSmsPage" action="showReceivingPage.action" method="get" >
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

