dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #34393
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17656: Data value, id scheme fix
------------------------------------------------------------
revno: 17656
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2014-12-04 11:45:51 +0200
message:
Data value, id scheme fix
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 2014-12-03 14:09:14 +0000
+++ dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/importDataValue.vm 2014-12-04 09:45:51 +0000
@@ -41,13 +41,6 @@
<td><a href="javascript:toggleOptions()">$i18n.getString( "more_options" )</a></td>
</tr>
<tr class="moreOptions" style="display:none">
- <td>$i18n.getString( "id_scheme" ) ($i18n.getString( "all_objects" ))</td>
- <td><select id="idScheme" name="idScheme" style="width:190px">
- <option value="UID">$i18n.getString( "uid" )</option>
- <option value="CODE">$i18n.getString( "code" )</option>
- </select></td>
-</tr>
-<tr class="moreOptions" style="display:none">
<td>$i18n.getString( "data_element_id_scheme" )</td>
<td><select id="dataElementIdScheme" name="dataElementIdScheme" style="width:190px">
<option value="UID">$i18n.getString( "uid" )</option>
@@ -64,6 +57,14 @@
</select></td>
</tr>
<tr class="moreOptions" style="display:none">
+ <td>$i18n.getString( "id_scheme" ) ($i18n.getString( "all_objects" ))</td>
+ <td><select id="idScheme" name="idScheme" style="width:190px">
+ <option>[ $i18n.getString( "select" ) ]</option>
+ <option value="UID">$i18n.getString( "uid" )</option>
+ <option value="CODE">$i18n.getString( "code" )</option>
+ </select></td>
+</tr>
+<tr class="moreOptions" style="display:none">
<td>$i18n.getString( "existing_record_check" )</td>
<td><select id="skipExistingCheck" name="skipExistingCheck" style="width:190px">
<option value="false">$i18n.getString( "check_safe_recommended" )</option>