← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7433: layout fixes to dxf2 export ui

 

------------------------------------------------------------
revno: 7433
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-06-27 17:35:19 +0300
message:
  layout fixes to dxf2 export ui
modified:
  dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/dxf2MetaDataExport.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-importexport/src/main/webapp/dhis-web-importexport/dxf2MetaDataExport.vm'
--- dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/dxf2MetaDataExport.vm	2012-06-06 11:36:25 +0000
+++ dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/dxf2MetaDataExport.vm	2012-06-27 14:35:19 +0000
@@ -41,19 +41,18 @@
 <h3>$i18n.getString( "dxf2_metadata_export" )</h3>
 
 <form id="exportForm" name="exportForm">
+
+<fieldset style="width: 80%;">
+    <legend>$i18n.getString( "elements" )</legend>
+    #foreach( $key in $exportClasses.keySet() )
+        <div style="width: 200px; float: left;"><input id="$key" name="$key" type="checkbox" value="true" /> <label for="$key">$exportClasses.get( $key )</label></div>
+    #end
+</fieldset>
+
+<br />
+
 <table>
 <tr>
-    <th colspan="2">$i18n.getString( "elements" )</th>
-</tr>
-
-#foreach( $key in $exportClasses.keySet() )
-<tr>
-    <td><input id="$key" name="$key" type="checkbox" value="true" /></td>
-    <td><label for="$key">$exportClasses.get( $key )</label></td>
-</tr>
-#end
-
-<tr>
     <td colspan="2">
         <input type="button" value="$i18n.getString( 'select_all' )" style="width:100px;" onclick="selectAll();" />
         <input type="button" value="$i18n.getString( 'select_none' )" style="width:100px;" onclick="selectNone();" />