=== 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-10-05 08:58:13 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry.html 2015-10-16 05:31:30 +0000 @@ -3,7 +3,7 @@ {{dataentryWidget.title| translate}} - + @@ -33,7 +33,7 @@ {{stage.name}} - + @@ -42,7 +42,7 @@ - + @@ -62,7 +62,7 @@ @@ -192,23 +192,24 @@

- -
- - +
+ +
+ + +
- -
+
{{note.value}}
@@ -222,5 +223,6 @@
+
{{'empty_notes'| translate}}
- \ No newline at end of file + === modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/notes/notes.html' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/notes/notes.html 2015-10-06 15:53:51 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/notes/notes.html 2015-10-16 05:31:30 +0000 @@ -39,7 +39,7 @@ -
+
{{note.value}}
@@ -59,4 +59,4 @@
{{'under_construction'| translate}}
- \ No newline at end of file + === modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/teiadd/tei-add.html' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/teiadd/tei-add.html 2015-10-08 11:26:14 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/teiadd/tei-add.html 2015-10-16 05:31:30 +0000 @@ -26,7 +26,7 @@ class="form-control" ng-if="addingRelationship" ng-change="setRelationshipSides('A')" - ng-disabled="selectedProgramForRelative && selectedProgram.relatedProgram && relatedProgramRelationship"> + ng-disabled="selectedProgramForRelative && selectedProgram.relatedProgram && relatedProgramRelationship || !relationship.selected"> @@ -50,7 +50,7 @@ ng-model="selectedRelationship.bIsToA" class="form-control" ng-change="setRelationshipSides('B')" - ng-disabled="selectedProgramForRelative && selectedProgram.relatedProgram && relatedProgramRelationship"> + ng-disabled="selectedProgramForRelative && selectedProgram.relatedProgram && relatedProgramRelationship || !relationship.selected"> === modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css 2015-10-02 12:05:43 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css 2015-10-16 05:31:30 +0000 @@ -568,6 +568,10 @@ margin-top: 15px !important; } +.add-default-left-padding { + padding-left: 15px !important; +} + .visit-details { margin-top: -5px; margin-left: 15px; @@ -1169,4 +1173,4 @@ .select2-container .select2-choice { padding: 5px !important; color: #555 !important; -} \ No newline at end of file +}