=== added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/software.vm' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/software.vm 1970-01-01 00:00:00 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/software.vm 2011-01-31 08:47:19 +0000 @@ -0,0 +1,12 @@ + +

$i18n.getString( "supportive_software" )

+ +
+
$i18n.getString( "web_browser" )
+
Google Chrome - $i18n.getString( "chrome_description" )
+ +
$i18n.getString( "pdf_reader" )
+
Foxit Reader - $i18n.getString( "foxit_description" )
+
+ +
\ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.js' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.js 2011-01-11 16:52:46 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.js 2011-01-31 08:47:19 +0000 @@ -86,6 +86,12 @@ window.location.href = currentPath + 'displayChangeLog.action' + backURL; }); + $( "#menuDropDownSupportiveSoftware" ).click( + function() + { + window.location.href= currentPath + 'displaySupportiveSoftware.action' + backURL; + }); + $( "#menuDropDownUserAccount" ).click( function() { === modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.vm' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.vm 2011-01-17 14:26:28 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.vm 2011-01-31 08:47:19 +0000 @@ -93,11 +93,12 @@ === modified file 'dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.xml' --- dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.xml 2011-01-25 09:03:44 +0000 +++ dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.xml 2011-01-31 08:47:19 +0000 @@ -655,6 +655,12 @@ /dhis-web-commons/about/menu.vm + + /main.vm + /dhis-web-commons/about/software.vm + /dhis-web-commons/about/menu.vm + + /main.vm === 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 2011-01-27 17:44:40 +0000 +++ dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties 2011-01-31 08:47:19 +0000 @@ -54,7 +54,6 @@ dhis-web-importexport = Import-Export dhis-web-datamart = Data Mart dhis-web-validationrule = Data Quality -#dhis-web-dashboard = Dashboard dhis-web-dashboard = Data Analyser dhis-web-gis = GIS dhis-web-reporting = Reports @@ -259,6 +258,11 @@ os_name = OS name os_architecture = OS architecture os_version = OS version +supportive_software = Supportive Software +chrome_description = Super fast web browser for all platforms +foxit_description = Free and simple PDF reader for Windows +web_browser = Web browser +pdf_reader = PDF reader #-- Change Log------------------------------------------------------------------#