← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7355: minor changes to organisationUnit.xsl

 

------------------------------------------------------------
revno: 7355
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2012-06-23 12:14:37 +0300
message:
  minor changes to organisationUnit.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-05-24 05:13:57 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/organisationUnit.xsl	2012-06-23 09:14:37 +0000
@@ -26,17 +26,25 @@
           <td> <xsl:value-of select="d:shortName" /> </td>
         </tr>
         <tr>
-          <td>Period Type</td>
-          <td> <xsl:value-of select="d:periodType" /> </td>
-        </tr>
-        <tr>
           <td>Opening Date</td>
           <td> <xsl:value-of select="d:openingDate" /> </td>
         </tr>
         <tr>
+          <td>Closed Date</td>
+          <td> <xsl:value-of select="d:closedDate" /> </td>
+        </tr>
+        <tr>
           <td>Active</td>
           <td> <xsl:value-of select="d:active" /> </td>
         </tr>
+        <tr>
+          <td>Address</td>
+          <td> <xsl:value-of select="d:address" /> </td>
+        </tr>
+        <tr>
+          <td>PhoneNumber</td>
+          <td> <xsl:value-of select="d:phoneNumber" /> </td>
+        </tr>
 
       </table>