← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7785: minor ui fix in option set mgmt

 

------------------------------------------------------------
revno: 7785
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-07-31 11:57:59 +0200
message:
  minor ui fix in option set mgmt
modified:
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/addOptionSetForm.vm
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/updateOptionSetForm.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-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/addOptionSetForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/addOptionSetForm.vm	2012-06-28 07:00:06 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/addOptionSetForm.vm	2012-07-31 09:57:59 +0000
@@ -16,6 +16,12 @@
 
 <form id="addOptionSetForm" name="addOptionSetForm" action="addOptionSet.action" method="post">
   <table>
+      <colgroup>
+          <col width="50px" />
+          <col width="150px"/>
+          <col width="50px"/>
+      </colgroup>
+
     <tr>
       <th colspan="4">$i18n.getString( "details" )</th>      
     </tr>
@@ -56,13 +62,7 @@
       </td>
 	  </tr>
 	 </table>
-      </td>
-    
-      <td style="width:30px; text-align:center">&nbsp;</td>
-    </tr>
-    <tr>
-      <td colspan="4" style="height:15px"></td>
-    </tr>
+
 	<tr>
 	  <td></td>
 	  <td colspan="3">

=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/updateOptionSetForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/updateOptionSetForm.vm	2012-06-28 07:00:06 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/updateOptionSetForm.vm	2012-07-31 09:57:59 +0000
@@ -16,6 +16,11 @@
 <form id="updateOptionSetForm" name="updateOptionSetForm" action="updateOptionSet.action" method="post">
   <input id='id' name='id' value='$optionSet.id' type='hidden'>
   <table>
+    <colgroup>
+        <col width="50px" />
+        <col width="150px"/>
+        <col width="50px"/>
+    </colgroup>
     <tr>
       <th colspan='3'>$i18n.getString( "details" )</th>      
     </tr>
@@ -57,12 +62,6 @@
 		</td>
 	</tr>
 	<tr>
-      <td style="width:30px; text-align:center">&nbsp;</td>
-    </tr>
-    <tr>
-      <td colspan="2" style="height:15px"></td>
-    </tr>
-	<tr>
 	  <td></td>
 	  <td colspan="2">
 		<input type="submit"  value="$i18n.getString( 'update' )" style="width:165px">