← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6035: Case entry minor fix

 

------------------------------------------------------------
revno: 6035
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2012-02-17 18:00:18 +0100
message:
  Case entry minor fix
modified:
  dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/reportSelect.vm
  dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/singleEventReportForm.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-caseentry/src/main/webapp/dhis-web-caseentry/reportSelect.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/reportSelect.vm	2012-01-15 15:59:31 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/reportSelect.vm	2012-02-17 17:00:18 +0000
@@ -8,6 +8,9 @@
 
 <h3>$i18n.getString( "program_summary_report" ) #openHelp('program_summary_report')</h3>
 <form id="reportForm" name="reportForm" method="post" action="reportSelect.action">
+
+<div class="inputCriteria" style="width:530px;height:160px;margin-bottom:20px;">
+
 <table>	
     <tr>
 	  <td><label>$i18n.getString( "reporting_unit" )</label></td>
@@ -40,20 +43,24 @@
 				datePicker('endDate');
             </script> 				
         </td>      
-    </tr>    	                		
+    </tr>
+    
+    <tr>
+    	<td></td>
+    	<td><input type="submit" id='generateBtn' name='generateBtn' disabled value="$i18n.getString( 'generate' )" style="width:10em" />
+    		<input type="button" value="$i18n.getString( 'cancel' )" onclick="window.location.href='index.action'" style="width:10em"/>
+    	</td>
+    </tr>	                		
 </table>
-<p>
-    <input type="submit" id='generateBtn' name='generateBtn' disabled value="$i18n.getString( 'generate' )" style="width:10em" />
-    <input type="button" value="$i18n.getString( 'cancel' )" onclick="window.location.href='index.action'" style="width:10em"/>
-</p>  
+
+</div>
+
 </form>
 
 #parse( "dhis-web-commons/loader/loader.vm" )
 
-<hr style="clear:both">
-
 <div id="contentDiv"></div>
-<div id='patientDetailsArea' style='display:none;'></div>
+<div id="patientDetailsArea" style="display:none;"></div>
 
 <span id="message"></span>
 

=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/singleEventReportForm.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/singleEventReportForm.vm	2012-01-15 15:59:31 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/singleEventReportForm.vm	2012-02-17 17:00:18 +0000
@@ -9,7 +9,9 @@
 <h3>$i18n.getString( "anonymous_event_reports" )</h3>
 <form id="singleEventreportForm" name="singleEventreportForm" method="post" action="generateSingleEventReport.action">
 
-<table>	
+<div class="inputCriteria" style="width:530px;height:130px;margin-bottom:20px;">
+
+<table>
 
     <tr>
         <td><label for="programId">$i18n.getString( "program" ) <em title="$i18n.getString( 'required' )" class="required">*</em></label></td>
@@ -52,9 +54,8 @@
 	</tr>
 	
 </table>
-<p>
-    
-<hr style="clear:both">
+
+</div>
 
 #parse( "dhis-web-commons/loader/loader.vm" )