dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #12802
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4005: Minor fixed
------------------------------------------------------------
revno: 4005
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2011-06-23 14:53:05 +0200
message:
Minor fixed
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/resources/org/hisp/dhis/oum/i18n_module.properties
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitForm.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.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-maintenance/dhis-web-maintenance-organisationunit/src/main/resources/org/hisp/dhis/oum/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/resources/org/hisp/dhis/oum/i18n_module.properties 2011-06-11 18:49:06 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/resources/org/hisp/dhis/oum/i18n_module.properties 2011-06-23 12:53:05 +0000
@@ -124,4 +124,4 @@
data_sets = Data sets
organisation_unit_groups = Organisation unit groups
select_group = Select group
-coordinates_latitude_longitude = Coordinates [latitude,longitude]
\ No newline at end of file
+coordinates_longitude_latitude = Coordinates [longitude,latitude]
\ No newline at end of file
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitForm.vm 2011-06-11 18:49:06 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitForm.vm 2011-06-23 12:53:05 +0000
@@ -34,7 +34,7 @@
<td><textarea id="comment" name="comment" style="width:20em; height:5em"></textarea></td>
</tr>
<tr>
- <td><label for="coordinates">$i18n.getString( "coordinates_latitude_longitude" )</label></td>
+ <td><label for="coordinates">$i18n.getString( "coordinates_longitude_latitude" )</label></td>
<!-- onkeyup="setFeatureType(document.addOrganisationUnitForm.featureType, this.value)" -->
<td><textarea id="coordinates" name="coordinates" style="width:20em; height:5em"></textarea></td>
</tr>
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm 2011-06-11 18:49:06 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm 2011-06-23 12:53:05 +0000
@@ -66,7 +66,7 @@
<td><textarea id="comment" name="comment" style="width:20em; height:5em">$!encoder.htmlEncode( $organisationUnit.comment )</textarea></td>
</tr>
<tr>
- <td><label for="coordinates">$i18n.getString( "coordinates_latitude_longitude" )</label></td>
+ <td><label for="coordinates">$i18n.getString( "coordinates_longitude_latitude" )</label></td>
<!-- onkeyup="setFeatureType(document.updateOrganisationUnitForm.featureType, this.value)" -->
<td><textarea id="coordinates" name="coordinates" style="width:20em; height:5em">$!encoder.htmlEncode( $organisationUnit.coordinates )</textarea></td>
</tr>