dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #13969
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4587: Minor fix
------------------------------------------------------------
revno: 4587
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2011-09-14 21:00:28 +0200
message:
Minor fix
modified:
dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addTableForm.vm
dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/renderSectionDataSetReportForm.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/addTableForm.vm'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addTableForm.vm 2011-09-14 15:17:22 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addTableForm.vm 2011-09-14 19:00:28 +0000
@@ -446,6 +446,8 @@
<label for="paramGrandParentOrganisationUnit">$i18n.getString( "grand_parent_organisation_unit" )</label>
<input type="checkbox" id="paramGrandParentOrganisationUnit" name="paramGrandParentOrganisationUnit" value="true"#if( $reportTable.reportParams.isParamGrandParentOrganisationUnit() ) checked#end>
</td>
+ </tr>
+ <tr>
<td>
<label for="paramParentOrganisationUnit">$i18n.getString( "parent_organisation_unit" )</label>
<input type="checkbox" id="paramParentOrganisationUnit" name="paramParentOrganisationUnit" value="true"#if( $reportTable.reportParams.isParamParentOrganisationUnit() ) checked#end>
=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/renderSectionDataSetReportForm.vm'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/renderSectionDataSetReportForm.vm 2011-08-24 21:57:52 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/renderSectionDataSetReportForm.vm 2011-09-14 19:00:28 +0000
@@ -17,10 +17,10 @@
</div>
#foreach( $grid in $grids )
-<div style="border:1px solid #c0c0c0; padding:10px; margin-bottom:30px;">
+<div class="formSection" style="margin-bottom:30px">
-<h3>$!encoder.htmlEncode( $grid.title )</h3>
-<h5>$!encoder.htmlEncode( $grid.subtitle )</h5>
+<div class="cent"><h3>$!encoder.htmlEncode( $grid.title )</h3></div>
+<div class="cent"><h5>$!encoder.htmlEncode( $grid.subtitle )</h5></div>
<table class="listTable gridTable">
<thead>