dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #42974
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 21881: minor
------------------------------------------------------------
revno: 21881
committer: Abyot Asalefew Gizaw <abyota@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2016-02-04 11:59:08 +0100
message:
minor
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/table-entry-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/table-entry-form.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/table-entry-form.html 2016-02-04 10:43:43 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/table-entry-form.html 2016-02-04 10:59:08 +0000
@@ -318,14 +318,14 @@
<div class="event-table-inactive" ng-if="!tableRowIsEditable(eventRow) || !eventRow.validatedEventDate">
<div ng-switch="prStDe.dataElement.valueType">
<div ng-switch-when="BOOLEAN">
- <dhis2-radio-button
+ <d2-radio-button
dh-required="prStDe.compulsory"
title="{{prStDe.dataElement.formName ? prStDe.dataElement.formName : prStDe.dataElement.name}}"
dh-disabled="selectedEnrollment.status !== 'ACTIVE' || eventRow.editingNotAllowed || assignedFields[eventRow.event][de.dataElement.id] === true"
dh-value="eventRow[prStDe.dataElement.id]"
dh-name="{{eventRow.event}}{{prStDe.dataElement.id}}"
dh-click="saveDataValueForRadio(prStDe, eventRow, value)">
- </dhis2-radio-button>
+ </d2-radio-button>
</div>
<div ng-switch-when="TRUE_ONLY">
<input type="checkbox"