← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11120: minor fix

 

------------------------------------------------------------
revno: 11120
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2013-05-31 11:50:52 +0700
message:
  minor fix
modified:
  dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/program.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/program.xsl'
--- dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/program.xsl	2013-05-31 04:47:04 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/program.xsl	2013-05-31 04:50:52 +0000
@@ -87,7 +87,7 @@
         </tr>
       </table>
 
-      <xsl:apply-templates select="d:organisationUnits|d:programStages|d:userRoles" mode="short" />
+      <xsl:apply-templates select="d:programStages|d:userRoles|d:organisationUnits" mode="short" />
     </div>
   </xsl:template>