dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #14112
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4665: minor fix
------------------------------------------------------------
revno: 4665
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2011-09-23 20:40:39 +0200
message:
minor fix
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-09-23 18:11:09 +0000
+++ dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/dataEntry.vm 2011-09-23 18:40:39 +0000
@@ -9,7 +9,7 @@
<p>
#foreach( $dataElement in $section.dataElements)
#if( $section.categoryCombo.name == "default" )
- <label>(default) $dataElement.name</label> <input type="text" size="24" /><br />
+ <label>$dataElement.name</label> <input type="text" size="24" /><br />
#else
#foreach( $optionCombo in $section.categoryCombo.optionCombos )
<label>$dataElement.name $optionCombo.name</label> <input type="text" size="24" /><br />