dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #16687
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6403: minor fixes to xsl
------------------------------------------------------------
revno: 6403
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-03-27 20:33:54 +0200
message:
minor fixes to xsl
modified:
dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/organisationUnit.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/organisationUnit.xsl'
--- dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/organisationUnit.xsl 2012-03-27 17:38:48 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/organisationUnit.xsl 2012-03-27 18:33:54 +0000
@@ -30,18 +30,10 @@
<td> <xsl:value-of select="d:openingDate" /> </td>
</tr>
<tr>
- <td>Level</td>
- <td> <xsl:value-of select="d:level" /> </td>
- </tr>
- <tr>
<td>Active</td>
<td> <xsl:value-of select="d:active" /> </td>
</tr>
<tr>
- <td>Current Parent</td>
- <td> <xsl:value-of select="d:currentParent" /> </td>
- </tr>
- <tr>
<td>Has Patients</td>
<td> <xsl:value-of select="d:hasPatients" /> </td>
</tr>
@@ -61,7 +53,7 @@
</table>
</xsl:if>
</xsl:template>
-
+
<xsl:template match="d:parent" mode="short">
<h3>Parent OrganisationUnit</h3>
<table>