dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #03567
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1188: fixed some javascript bugs in excel reporting
------------------------------------------------------------
revno: 1188
committer: Tran Thanh Tri <Tran Thanh Tri@compaq>
branch nick: trunk
timestamp: Wed 2009-12-09 16:22:09 +0700
message:
fixed some javascript bugs in excel reporting
modified:
dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/responseListReport.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-excel-reporting/src/main/webapp/dhis-web-excel-reporting/responseListReport.vm'
--- dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/responseListReport.vm 2009-11-30 04:26:38 +0000
+++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/responseListReport.vm 2009-12-09 09:22:09 +0000
@@ -1,9 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<reports>
- <report>
- <id>-1</id>
- <name>$i18n.getString("select_report")</name>
- </report>
+<reports>
#foreach($report in $reports)
<report>
<id>$report.id</id>