dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #11711
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3414: hide get report design when creating a new standard report
------------------------------------------------------------
revno: 3414
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2011-04-15 16:57:44 +0200
message:
hide get report design when creating a new standard report
modified:
dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addReportForm.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/addReportForm.vm'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addReportForm.vm 2011-03-28 20:09:32 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addReportForm.vm 2011-04-15 14:57:44 +0000
@@ -21,7 +21,9 @@
<tr>
<td></td>
<td>
+ #if( $report )
<input type="button" value="$i18n.getString( 'get_current_design' )" onclick="window.location.href='getReportDesign.action?id=${report.id}'">
+ #end
</td>
</tr>
<tr>