← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17441: Event import, label

 

------------------------------------------------------------
revno: 17441
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-11-11 21:00:28 +0100
message:
  Event import, label
modified:
  dhis-2/dhis-web/dhis-web-importexport/src/main/resources/org/hisp/dhis/importexport/i18n_module.properties
  dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/eventImportForm.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/resources/org/hisp/dhis/importexport/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-importexport/src/main/resources/org/hisp/dhis/importexport/i18n_module.properties	2014-11-11 06:42:33 +0000
+++ dhis-2/dhis-web/dhis-web-importexport/src/main/resources/org/hisp/dhis/importexport/i18n_module.properties	2014-11-11 20:00:28 +0000
@@ -333,6 +333,7 @@
 uid=UID
 name=Name
 code=Code
+uuid=UUID
 more_options=More options
 existing_record_check=Existing record check
 check_safe_recommended=Check (safe, recommended)

=== modified file 'dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/eventImportForm.vm'
--- dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/eventImportForm.vm	2014-11-11 19:44:16 +0000
+++ dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/eventImportForm.vm	2014-11-11 20:00:28 +0000
@@ -49,10 +49,10 @@
 <tr>
 	<td>$i18n.getString( "org_unit_id_scheme" )</td>
 	<td><select id="orgUnitIdScheme" name="orgUnitIdScheme" style="width:190px">
-		<option value="UID">$i18n.getString( "UID" )</option>
-		<option value="UUID">$i18n.getString( "UUID" )</option>
-		<option value="CODE">$i18n.getString( "CODE" )</option>
-		<option value="NAME">$i18n.getString( "NAME" )</option>
+		<option value="UID">$i18n.getString( "uid" )</option>
+		<option value="UUID">$i18n.getString( "uuid" )</option>
+		<option value="CODE">$i18n.getString( "code" )</option>
+		<option value="NAME">$i18n.getString( "name" )</option>
     </select></td>
 </tr>