=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/about.vm' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/about.vm 2012-02-27 14:53:31 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/about.vm 2012-10-11 16:23:03 +0000 @@ -20,6 +20,4 @@
$i18n.getString( "os_version" ):
$systemProperties.get( "os.version" )
$i18n.getString( "server_date" ):
$format.formatDateTime( $serverDate )
#end - -
-
\ No newline at end of file + \ No newline at end of file === modified 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 2011-08-12 11:35:39 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/software.vm 2012-10-11 16:23:03 +0000 @@ -17,5 +17,3 @@
$i18n.getString( "mobile_client" )
Mobile client - $i18n.getString( "mobile_client_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 2012-10-11 15:06:54 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.js 2012-10-11 16:23:03 +0000 @@ -19,32 +19,7 @@ { $( this ).attr( "src", "../images/hide.png" ); } ); - - // Set dynamic back URLs for about page links - - var currentPath = '../dhis-web-commons-about/'; - var backURL = '?backUrl=' + window.location; - - $( "#menuDropDownHelpCenter" ).click( function() - { - window.location.href = currentPath + "help.action" + backURL; - }); - - $( "#menuDropDownSupportiveSoftware" ).click( function() - { - window.location.href= currentPath + "displaySupportiveSoftware.action" + backURL; - } ); - - $( "#menuDropDownModuleOverview" ).click( function() - { - window.location.href = currentPath + "modules.action" + backURL; - } ); - - $( "#menuDropDownAboutDHIS2" ).click( function() - { - window.location.href = currentPath + "about.action" + backURL; - } ); - + // Set show and hide drop down events on top menu $( "#menuLink1" ).hover( 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 2012-10-11 15:06:54 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.vm 2012-10-11 16:23:03 +0000 @@ -98,11 +98,11 @@ === modified file 'dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/about/action/AboutAction.java' --- dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/about/action/AboutAction.java 2012-03-30 12:49:52 +0000 +++ dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/about/action/AboutAction.java 2012-10-11 16:23:03 +0000 @@ -144,19 +144,7 @@ { return javaOpts; } - - private String backUrl; - - public String getBackUrl() - { - return backUrl; - } - - public void setBackUrl( String backUrl ) - { - this.backUrl = backUrl; - } - + private Properties systemProperties; public Properties getSystemProperties() === modified file 'dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/commons/action/NoAction.java' --- dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/commons/action/NoAction.java 2011-12-26 10:07:59 +0000 +++ dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/commons/action/NoAction.java 2012-10-11 16:23:03 +0000 @@ -35,24 +35,6 @@ public class NoAction implements Action { - // TODO remove not required with struts2 - - // ------------------------------------------------------------------------- - // Input & Output - // ------------------------------------------------------------------------- - - private String backUrl; - - public String getBackUrl() - { - return backUrl; - } - - public void setBackUrl( String backUrl ) - { - this.backUrl = backUrl; - } - // ------------------------------------------------------------------------- // Action implementation // ------------------------------------------------------------------------- === 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 2012-10-11 16:02:00 +0000 +++ dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.xml 2012-10-11 16:23:03 +0000 @@ -841,7 +841,7 @@ - + /main.vm /dhis-web-commons/about/software.vm /dhis-web-commons/about/menu.vm