dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #17767
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7200: Removing menu in report table view
------------------------------------------------------------
revno: 7200
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-06-06 00:42:06 +0200
message:
Removing menu in report table view
modified:
dhis-2/dhis-web/dhis-web-reporting/src/main/resources/struts.xml
--
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/resources/struts.xml'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/resources/struts.xml 2012-05-31 20:29:41 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/resources/struts.xml 2012-06-05 22:42:06 +0000
@@ -184,7 +184,7 @@
<result name="jrxml" type="gridJrxmlResult" />
<result name="html" type="velocity">/main.vm</result>
<param name="page">/dhis-web-reporting/reportTableGrid.vm</param>
- <param name="menu">/dhis-web-reporting/menu.vm</param>
+ <param name="hideMenu">true</param>
<param name="javascripts">javascript/generateReport.js</param>
<param name="stylesheets">style/dhis-web-reporting.css</param>
</action>