=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/default-registration-form.html' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/default-registration-form.html 2015-09-23 14:06:13 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/default-registration-form.html 2015-09-23 15:04:50 +0000 @@ -90,11 +90,14 @@ ng-model="selectedTei[attribute.id]" ng-disabled="true" ng-blur="teiValueUpdated(selectedTei, attribute.id)" - style="width:85%;" + style="width:75%;" ng-required="attribute.mandatory || attribute.unique"/> + + + \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/i18n/i18n_app.properties' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/i18n/i18n_app.properties 2015-09-23 14:06:13 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/i18n/i18n_app.properties 2015-09-23 15:04:50 +0000 @@ -32,6 +32,7 @@ list_all=List all list=List invalid=Invalid +selected_tei_is_invalid=Selected tracked entity instance is invalid. required=Required number_required=Number required date_required=Date required @@ -270,6 +271,7 @@ update_error=Error in update event_creation_error=Error in event creation relationship_error=Error in relationship assignment +tracker_associate_error=Error in tracker associate assignment error=Error success=Success validation_error=Validation Error === modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/views/tei.html' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/views/tei.html 2015-09-17 15:26:24 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/views/tei.html 2015-09-23 15:04:50 +0000 @@ -28,7 +28,8 @@ - @@ -45,6 +46,25 @@ + + + + + + {{'yes'| translate}} + {{ 'no' | translate}} + + + + + {{trackedEntity[gridColumn.id]}} + + +