dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #42509
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 21727: Minor
------------------------------------------------------------
revno: 21727
committer: Markus Bekken <markus.bekken@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2016-01-14 14:38:30 +0100
message:
Minor
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/default-form.html
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== 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 2016-01-13 14:24:45 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/default-form.html 2016-01-14 13:38:30 +0000
@@ -349,7 +349,7 @@
<div ng-show="prStDe.allowProvidedElsewhere">
<span>
<input type="checkbox"
- class="form-control"
+ class="form-control-checkbox"
ng-model="currentEvent.providedElsewhere[prStDe.dataElement.id]"
ng-disabled="selectedEnrollment.status !== 'ACTIVE' || currentEvent.editingNotAllowed"
ng-change="saveDatavalueLocation(prStDe)"/>