------------------------------------------------------------
revno: 17493
committer: Morten Olav Hansen <morte...@gmail.com>
branch nick: dhis2
timestamp: Mon 2014-11-17 15:05:22 +0700
message:
  minor fix, make gzip the default for event export
modified:
  
dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/eventExportForm.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/eventExportForm.vm'
--- dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/eventExportForm.vm	2014-11-17 07:54:34 +0000
+++ dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/eventExportForm.vm	2014-11-17 08:05:22 +0000
@@ -167,8 +167,8 @@
     <td>$i18n.getString( "compression" )</td>
     <td>
         <select id="compression" style="width: 300px;">
+            <option value=".gz">$i18n.getString( "compression_gzip" )</option>
             <option value="">$i18n.getString( "uncompressed" )</option>
-            <option value=".gz">$i18n.getString( "compression_gzip" )</option>
         </select>
     </td>
 </tr>

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to