------------------------------------------------------------ revno: 11218 committer: Lars Helge Ă˜verland <larshe...@gmail.com> branch nick: dhis2 timestamp: Mon 2013-06-17 17:51:12 +0200 message: Minor modified: dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/dataValueSets.xsl
-- 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-api/src/main/resources/templates/html/dataValueSets.xsl' --- dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/dataValueSets.xsl 2012-03-28 16:04:53 +0000 +++ dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/dataValueSets.xsl 2013-06-17 15:51:12 +0000 @@ -26,7 +26,7 @@ <pre style="font-size:12pt;"> <![CDATA[ -<dataValueSet xmlns="http://dhis2.org/schema/dxf/2.0" period="periodISODate" dataSet="dataSetID" orgUnit="orgUnitID"> +<dataValueSet xmlns="http://dhis2.org/schema/dxf/2.0" period="periodISODate" orgUnit="orgUnitID" dataSet="dataSetID" completeDate="yyyy-MM-dd"> <dataValues> <dataValue dataElement="dataElementID" categoryOptionCombo="categoryOptionComboID" value="1" /> <dataValue dataElement="dataElementID" categoryOptionCombo="categoryOptionComboID" value="2" />
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp