dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #16303
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6178: Minor fix
------------------------------------------------------------
revno: 6178
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-03-05 14:21:42 +0100
message:
Minor fix
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/menu.vm
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.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-commons-resources/src/main/webapp/dhis-web-commons/about/menu.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/menu.vm 2011-09-30 13:18:24 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/menu.vm 2012-03-05 13:21:42 +0000
@@ -1,4 +1,10 @@
+<script type="text/javascript">
+jQuery( document ).ready( function() {
+ jQuery( "#showMainMenuLink" ).attr( "href", "modules.action" );
+} );
+</script>
+
#if ( $keyFlag )
<img src="../dhis-web-commons/flags/${keyFlagImage}" style="margin-top: 16px; margin-left: 16px; border: 1px solid #D0D0D0;">
#end
=== 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-03-05 12:23:01 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.vm 2012-03-05 13:21:42 +0000
@@ -167,9 +167,9 @@
<div id="leftBar">
<span id="hideLeftBar">
- <a href="index.action" title="$i18n.getString( "show_main_menu" )">
+ <a href="index.action" title="$i18n.getString( "show_main_menu" )" id="showMainMenuLink">
<img src="../images/home_small.png" width="16" height="16" title="$i18n.getString( "show_main_menu" )"></a>
- <a href="javascript:leftBar.hideAnimated()" title="$i18n.getString( "hide_menu" )">
+ <a href="javascript:leftBar.hideAnimated()" title="$i18n.getString( "hide_menu" )" id="hideMainMenuLink">
<img src="../images/hide_menu.png" width="16" height="16" title="$i18n.getString( "hide_menu" )"></a>
</span>