dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #22003
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10541: removed need for psiid in data entry form (caseentry)
------------------------------------------------------------
revno: 10541
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2013-04-13 15:30:35 +0700
message:
removed need for psiid in data entry form (caseentry)
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataEntryForm.vm
--
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-caseentry/src/main/webapp/dhis-web-caseentry/dataEntryForm.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataEntryForm.vm 2013-04-13 08:00:15 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataEntryForm.vm 2013-04-13 08:30:35 +0000
@@ -38,7 +38,7 @@
<th class='coordinates1'><label for="postComment">$i18n.getString('post_comment'):</label></th>
<th colspan='3'>
<input type="text" class="{validate:{maxlength:160}} criteria" id="commentInput"
- style="width:430px;#if($programStageInstance.programStage.captureCoordinates=='false') margin-left:10px; #end "
+ style="width:430px;#if($programStage.captureCoordinates=='false') margin-left:10px; #end "
onkeypress="keypressOnComment( event, this );">
</th>
</tr>