------------------------------------------------------------ revno: 4665 committer: Morten Olav Hansen <[email protected]> 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 />
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

