dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #15273
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5457: Web api, minor fix
------------------------------------------------------------
revno: 5457
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2011-12-16 16:06:35 +0100
message:
Web api, minor fix
modified:
dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/chart.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/chart.xsl'
--- dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/chart.xsl 2011-12-15 21:05:08 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/chart.xsl 2011-12-16 15:06:35 +0000
@@ -29,14 +29,14 @@
<td><a href="data">png</a></td>
</tr>
<tr>
+ <td>in</td>
+ <td>indicator uid (req)</td>
+ </tr>
+ <tr>
<td>ou</td>
<td>organisation unit uid (req)</td>
</tr>
<tr>
- <td>pe</td>
- <td>period yyyy-MM-dd (req)</td>
- </tr>
- <tr>
<td>periods</td>
<td>use periods or org units (opt)</td>
</tr>