← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4234: Fixed the "index" page of "Groups" in Reports module.

 

------------------------------------------------------------
revno: 4234
committer: Hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2011-07-29 10:29:05 +0700
message:
  Fixed the "index" page of "Groups" in Reports module.
modified:
  dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewGroups.vm


--
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-reporting/src/main/webapp/dhis-web-reporting/viewGroups.vm'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewGroups.vm	2011-07-22 07:14:57 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewGroups.vm	2011-07-29 03:29:05 +0000
@@ -1,7 +1,14 @@
-<h3>$i18n.getString( "groups" )</h3>
+<script type="text/javascript">
+jQuery(function() {
+	/* make sure that the leftBar is always visible when entering page. */
+	leftBar.showAnimated();
+});
+</script>
+
+<h3>$i18n.getString( "groups" )</h3>
 
 <ul id="introList">
     #introListImgItem( "chartGroup.action" "chart_groups" "groups")
     #introListImgItem( "reportGroup.action" "report_groups" "groups")
 	#introListImgItem( "reportTableGroup.action" "report_table_groups" "groups" )
-</ul>
+</ul>
\ No newline at end of file