=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/event-capture.appcache' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/event-capture.appcache 2015-09-17 11:21:04 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/event-capture.appcache 2015-09-21 15:21:43 +0000 @@ -122,7 +122,8 @@ views/modal.html views/notes.html views/buttons-section.html -views/indicators-section.html +views/indicators.html +views/warnings.html ../dhis-web-commons/fonts/LiberationSans-Regular-webfont.eot ../dhis-web-commons/fonts/LiberationSans-Regular-webfont.woff === modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/views/defaultForm.html' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/views/defaultForm.html 2015-09-21 08:48:11 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/views/defaultForm.html 2015-09-21 15:21:43 +0000 @@ -115,7 +115,7 @@
' + - '{{$select.selected.name || $select.selected}}' + + '{{$select.selected.name || $select.selected}}' + '' + '' + @@ -491,7 +489,6 @@ var commonInputFieldProperty = ' name="' + fieldName + '"' + ' element-id="' + i + '"' + - ' style="width:100%;" ' + this.getAttributesAsString(attributes) + ' d2-focus-next-on-enter' + ' ng-model="selectedTei.' + attId + '" ' + @@ -503,7 +500,7 @@ if (att.optionSetValue) { var optionSetId = att.optionSet.id; newInputField = '' + - '{{$select.selected.name || $select.selected}}' + + '{{$select.selected.name || $select.selected}}' + '' + '' +