← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 21286: Added for comppleted checkbox

 

------------------------------------------------------------
revno: 21286
committer: jijukjose <jijukjose@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2015-12-03 11:01:26 +0100
message:
  Added for comppleted checkbox
added:
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/views/completedForm.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
=== added file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/views/completedForm.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/views/completedForm.html	1970-01-01 00:00:00 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/views/completedForm.html	2015-12-03 10:01:26 +0000
@@ -0,0 +1,13 @@
+<table style='width: 50%;'>
+    <tr>
+    <th colspan="2">{{'completed_event'| translate}}</th>
+    </tr>
+    <tr>
+        <td>
+            {{'is_event_complete'| translate}}
+        </td>
+        <td>
+            <input type="checkbox" ng-model="currentEvent['status']">
+        </td>
+    </tr>
+</table>