dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #21693
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10342: fixed filtering bug in multi-org sections
------------------------------------------------------------
revno: 10342
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-03-20 15:32:42 +0700
message:
fixed filtering bug in multi-org sections
modified:
dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/multiOrgSectionForm.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-dataentry/src/main/webapp/dhis-web-dataentry/multiOrgSectionForm.vm'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/multiOrgSectionForm.vm 2013-02-03 10:13:17 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/multiOrgSectionForm.vm 2013-03-20 08:32:42 +0000
@@ -10,7 +10,7 @@
#set( $marker = 1 )
#end
-<table class="formSection" data-multiorg="true">
+<table class="formSection" data-multiorg="true" style="margin-bottom: 20px;">
<tr>
<td>
<div class="cent"><h3>$encoder.htmlEncode( $section.displayName )</h3></div>
@@ -100,5 +100,4 @@
</td>
</tr>
</table>
-<br>
#end