dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #42571
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 21770: Removed aduit icon from allowProvidedElsewhere
------------------------------------------------------------
revno: 21770
committer: Markus Bekken <markus.bekken@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2016-01-15 22:03:59 +0100
message:
Removed aduit icon from allowProvidedElsewhere
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-15 14:44:59 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/default-form.html 2016-01-15 21:03:59 +0000
@@ -697,11 +697,10 @@
<td class="form-narrow-column" ng-if="allowProvidedElsewhereExists[currentStage.id]">
<div ng-show="prStDes[de.dataElement.id].allowProvidedElsewhere">
<input type="checkbox"
- class="form-control-checkbox input-with-audit"
+ class="form-control-checkbox"
ng-model="currentEvent.providedElsewhere[prStDes[de.dataElement.id].dataElement.id]"
ng-disabled="selectedEnrollment.status !== 'ACTIVE' || currentEvent.editingNotAllowed"
ng-change="saveDatavalueLocation(prStDes[de.dataElement.id])"/>
- <d2-audit dataelement-id="{{de.dataElement.id}}" dataelement-name="{{prStDes[de.dataElement.id].dataElement.name}}" current-event="{{currentEvent.event}}"></d2-audit>
</div>
</td>
</tr>