← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 22176: minor

 

------------------------------------------------------------
revno: 22176
committer: Abyot Asalefew Gizaw <abyot@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2016-03-08 09:14:54 +0100
message:
  minor
modified:
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/default-registration-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/registration/default-registration-form.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/default-registration-form.html	2016-03-01 15:11:41 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/default-registration-form.html	2016-03-08 08:14:54 +0000
@@ -94,47 +94,7 @@
                             dh-current-element="currentElement"
                             dh-event="currentEvent.event"
                             dh-id="attribute.id">
-                        </d2-radio-button>
-                        <!--<label class="radio-inline">
-                            <input  type="radio"
-                                    ng-model="selectedTei[attribute.id]"
-                                    d2-attribute-validator 
-                                    attribute-data={{attribute}}
-                                    selected-program-id={{selectedProgram.id}}  
-                                    selected-tei-id={{selectedTei.trackedEntityInstance}} 
-                                    ng-disabled="editingDisabled" 
-                                    ng-change="teiValueUpdated(selectedTei, attribute.id)"
-                                    ng-required="attribute.mandatory || attribute.unique" 
-                                    value=""> 
-                            {{'no_value'| translate}}
-                        </label>
-                        <label class="radio-inline">
-                            <input  type="radio"
-                                    class="input-with-audit"
-                                    ng-model="selectedTei[attribute.id]" 
-                                    d2-attribute-validator 
-                                    attribute-data={{attribute}}
-                                    selected-program-id={{selectedProgram.id}}  
-                                    selected-tei-id={{selectedTei.trackedEntityInstance}} 
-                                    ng-disabled="editingDisabled" 
-                                    ng-change="teiValueUpdated(selectedTei, attribute.id)"
-                                    ng-required="attribute.mandatory || attribute.unique" 
-                                    value="true"> 
-                            {{'yes'| translate}}
-                        </label>
-                        <label class="radio-inline">
-                            <input  type="radio"                                                         
-                                    ng-model="selectedTei[attribute.id]"
-                                    d2-attribute-validator
-                                    attribute-data={{attribute}}
-                                    selected-program-id={{selectedProgram.id}}  
-                                    selected-tei-id={{selectedTei.trackedEntityInstance}} 
-                                    ng-disabled="editingDisabled" 
-                                    ng-change="teiValueUpdated(selectedTei, attribute.id)"
-                                    ng-required="attribute.mandatory || attribute.unique" 
-                                    value="false"> 
-                            {{'no'| translate}}
-                        </label>-->
+                        </d2-radio-button>                        
                     </span>                    
                     <span ng-switch-when="NUMBER">
                         <input type="number"