dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #14703
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5077: (mobile) minor
------------------------------------------------------------
revno: 5077
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2011-11-01 19:30:45 +0100
message:
(mobile) minor
modified:
dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/dataEntry.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-light/src/main/webapp/dhis-web-light/dataEntry.vm'
--- dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/dataEntry.vm 2011-11-01 11:32:39 +0000
+++ dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/dataEntry.vm 2011-11-01 18:30:45 +0000
@@ -67,9 +67,9 @@
#if( $validationViolations.get( $key ) )
#set( $validationViolation = $validationViolations.get( $key ) )
- #if( $sectionFormUtils.valueHigher( $validationViolation.value, $validationViolation.max ) )
+ #if( $formUtils.valueHigher( $validationViolation.value, $validationViolation.max ) )
<br /><span style="color: #990000;">Too high (max $validationViolation.max)</span>
- #elseif( $sectionFormUtils.valueLower( $validationViolation.value, $validationViolation.min ) )
+ #elseif( $formUtils.valueLower( $validationViolation.value, $validationViolation.min ) )
<br /><span style="color: red;">Too low (min $validationViolation.min)</span>
#else
<br /><span style="color: red;">Not a number</span>