=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties 2014-01-06 12:21:07 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties 2014-01-06 13:31:42 +0000 @@ -344,7 +344,7 @@ min_dataelement_value = Minimum of data element values max_dataelement_value = Maximum of data element values assign_program_to_userroles = Assign program to user roles -property_is_inserted = The property is inserted in form +property_is_inserted = Property already exists in form please_insert_all_required_fields = Please insert all required fields required_fields_valivation = Required fields validation insert_properties = Insert properties === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/viewPatientRegistationForm.js' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/viewPatientRegistationForm.js 2013-12-17 03:31:30 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/viewPatientRegistationForm.js 2014-01-06 13:31:42 +0000 @@ -45,7 +45,7 @@ closable:true, modal:false, overlay:{background:'#000000', opacity:0.1}, - width:500, + width:485, height:460, position: [$("body").width()- 50, 0], close: function(ev, ui) { === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/viewPatientRegistationForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/viewPatientRegistationForm.vm 2013-12-28 15:15:11 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/viewPatientRegistationForm.vm 2014-01-06 13:31:42 +0000 @@ -14,10 +14,10 @@ } ); jQuery('#designTextarea').ckeditor(); + #if($!registrationForm) jQuery("#designTextarea").ckeditorGet().setData('$!encoder.jsEscape( $registrationForm.dataEntryForm.htmlCode , "'" )'); #end - }); var i18n_dataelement_is_inserted = '$encoder.jsEscape( $i18n.getString( "dataelement_is_inserted" ) , "'" )'; @@ -43,7 +43,7 @@ padding: 2px; } -#fixedAttrSelector, #identifiersSelector, #attributesSelector, #programSelector { +#identifiersSelector, #attributesSelector, #programSelector { padding: 2px; } @@ -110,60 +110,42 @@