------------------------------------------------------------ revno: 4140 committer: Hieu <[email protected]> branch nick: dhis2 timestamp: Thu 2011-07-14 15:37:00 +0700 message: Added missing. modified: dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/matchToExistingForm.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-importexport/src/main/webapp/dhis-web-importexport/matchToExistingForm.vm' --- dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/matchToExistingForm.vm 2011-07-13 11:32:13 +0000 +++ dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/matchToExistingForm.vm 2011-07-14 08:37:00 +0000 @@ -1,3 +1,6 @@ +<script> + var i18n_no_item_to_match = '$encoder.jsEscape( $i18n.getString( "no_item_to_match" ), "'" )'; +</script> #macro( displayProperty $key $value ) <tr>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

