← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9006: Added Mobile (Smartphone) to service menu

 

------------------------------------------------------------
revno: 9006
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-11-13 16:21:07 +0100
message:
  Added Mobile (Smartphone) to service menu
modified:
  dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/resources/org/hisp/dhis/user/i18n_module.properties
  dhis-2/dhis-web/dhis-web-mobile/src/main/resources/struts.xml


--
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-commons/src/main/resources/i18n_global.properties'
--- dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties	2012-11-13 15:00:58 +0000
+++ dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties	2012-11-13 15:21:07 +0000
@@ -57,7 +57,6 @@
 dhis-web-validationrule-local-in=Validation Analysis
 dhis-web-survey=Survey - Target
 dhis-web-spreadsheet-reporting=Spreadsheet Reports
-dhis-web-mobile=Mobiles
 dhis-web-sms=SMS
 dhis-web-maintenance-in=Configuration
 dhis-web-linelisting-mp=Manpower

=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/resources/org/hisp/dhis/user/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/resources/org/hisp/dhis/user/i18n_module.properties	2012-11-13 15:02:38 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/resources/org/hisp/dhis/user/i18n_module.properties	2012-11-13 15:21:07 +0000
@@ -25,7 +25,7 @@
 M_dhis-web-maintenance-patient=See Persons And Programs module
 M_dhis-web-mapping=See GIS module
 M_dhis-web-light=See Light module
-M_dhis-web-module=See Smartphone module
+M_dhis-web-mobile=See Smartphone module
 M_dhis-web-visualizer=See Data Visualizer module
 M_dhis-web-maintenance-mobile=See Mobile Maintenance module
 

=== modified file 'dhis-2/dhis-web/dhis-web-mobile/src/main/resources/struts.xml'
--- dhis-2/dhis-web/dhis-web-mobile/src/main/resources/struts.xml	2012-10-02 07:46:54 +0000
+++ dhis-2/dhis-web/dhis-web-mobile/src/main/resources/struts.xml	2012-11-13 15:21:07 +0000
@@ -7,6 +7,11 @@
 
   <package name="dhis-web-mobile" extends="dhis-web-commons"
       namespace="/mobile">
+
+    <action name="index" class="org.hisp.dhis.commons.action.NoAction">
+      <result type="redirect">/mobile</result>
+    </action>
+
   </package>
 
 </struts>