dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #16014
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5954: exposed categoryOptionCombos in XSLT rendering of categoryCombos
------------------------------------------------------------
revno: 5954
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-02-14 15:24:29 +0700
message:
exposed categoryOptionCombos in XSLT rendering of categoryCombos
modified:
dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/categoryCombo.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/categoryCombo.xsl'
--- dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/categoryCombo.xsl 2011-12-20 08:57:21 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/categoryCombo.xsl 2012-02-14 08:24:29 +0000
@@ -23,7 +23,7 @@
</tr>
</table>
- <xsl:apply-templates select="d:optionCombos|d:categories" mode="short"/>
+ <xsl:apply-templates select="d:categoryOptionCombos|d:categories" mode="short"/>
</div>
</xsl:template>