=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/multiDataEntry.js' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/multiDataEntry.js 2013-12-30 02:57:37 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/multiDataEntry.js 2013-12-31 11:20:33 +0000 @@ -1,21 +1,20 @@ isAjax = true; -function multiDataEntryOrgunitSelected( orgUnits, orgUnitNames ) -{ - hideById('patientDashboard'); - showById('searchDiv'); - showById('mainLinkLbl'); - var width = jQuery('#programIdAddPatient').width(); - jQuery('#programIdAddPatient').width(width-30); - showById( "programLoader" ); - disable('programIdAddPatient'); - setFieldValue('orgunitName', orgUnitNames[0]); - setFieldValue('orgunitId', orgUnits[0]); - hideById("listPatientDiv"); - clearListById('programIdAddPatient'); - $('#contentDataRecord').html(''); +function multiDataEntryOrgunitSelected( orgUnits, orgUnitNames ) { + hideById('patientDashboard'); + showById('searchDiv'); + showById('mainLinkLbl'); + var width = jQuery('#programIdAddPatient').width(); + jQuery('#programIdAddPatient').width(width - 30); + showById("programLoader"); + disable('programIdAddPatient'); + setFieldValue('orgunitName', orgUnitNames[0]); + setFieldValue('orgunitId', orgUnits[0]); + hideById("listPatientDiv"); + clearListById('programIdAddPatient'); + $('#contentDataRecord').html(''); - jQuery.get("getPrograms.action",{}, function(json) { + jQuery.get("getPrograms.action", {}, function( json ) { var count = 0; for( i in json.programs ) { === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/multiDataEntrySelect.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/multiDataEntrySelect.vm 2013-12-30 02:57:37 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/multiDataEntrySelect.vm 2013-12-31 11:20:33 +0000 @@ -1,31 +1,32 @@

$i18n.getString( "multiple_individual_records_management" ) #openHelp('multiple_individual_records')