dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #39252
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19891: Data value import ui, preload cache default to no
------------------------------------------------------------
revno: 19891
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2015-08-30 21:03:15 +0200
message:
Data value import ui, preload cache default to no
modified:
dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/importDataValue.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/importDataValue.vm'
--- dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/importDataValue.vm 2015-02-20 11:17:31 +0000
+++ dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/importDataValue.vm 2015-08-30 19:03:15 +0000
@@ -76,8 +76,8 @@
<tr class="moreOptions" style="display:none">
<td>$i18n.getString( "preload_cache" )</td>
<td><select id="preheatCache" name="preheatCache" style="width:190px">
+ <option value="false">$i18n.getString( "no" )</option>
<option value="true">$i18n.getString( "yes" )</option>
- <option value="false">$i18n.getString( "no" ) ($i18n.getString( "faster_for_small_imports" ))</option>
</select></td>
</tr>
<tr>