dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #05039
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1686: Dataelement/indicatorgroup editor view 2 doesn't work.
------------------------------------------------------------
revno: 1686
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: trunk
timestamp: Tue 2010-03-23 08:59:51 +0700
message:
Dataelement/indicatorgroup editor view 2 doesn't work.
added:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/responseIndicatorGroups.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.
=== added file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/responseIndicatorGroups.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/responseIndicatorGroups.vm 1970-01-01 00:00:00 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/responseIndicatorGroups.vm 2010-03-23 01:59:51 +0000
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<indicatorGroups>
+ #foreach( $indicatorGroup in $indicatorGroups )
+ <indicatorGroup>
+ <id>$indicatorGroup.id</id>
+ <name>$encoder.xmlEncode( $indicatorGroup.name )</name>
+ </indicatorGroup>
+ #end
+</indicatorGroups>