=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry-controller.js' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry-controller.js 2015-09-15 17:16:30 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry-controller.js 2015-09-17 11:18:51 +0000 @@ -453,12 +453,12 @@ }); $scope.customForm = CustomFormService.getForProgramStage($scope.currentStage, $scope.prStDes); - $scope.displayCustomForm = "default"; + $scope.displayCustomForm = "DEFAULT"; if ($scope.customForm) { - $scope.displayCustomForm = "custom"; + $scope.displayCustomForm = "CUSTOM"; } else if ($scope.currentStage.displayEventsInTable) { - $scope.displayCustomForm = "table"; + $scope.displayCustomForm = "TABLE"; } $scope.currentEventOriginal = angular.copy($scope.currentEvent); === modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry.html' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry.html 2015-09-17 05:52:20 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry.html 2015-09-17 11:18:51 +0000 @@ -79,7 +79,7 @@
-
+
{{currentEvent.reportDateDescription}} @@ -155,7 +155,7 @@
-
+
=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/default-form.html' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/default-form.html 2015-09-17 09:03:52 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/default-form.html 2015-09-17 11:18:51 +0000 @@ -1,5 +1,4 @@
- === modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/index.html' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/index.html 2015-09-11 15:16:03 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/index.html 2015-09-17 11:18:51 +0000 @@ -92,7 +92,7 @@ - +