dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #16298
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6173: Added permanent link to mmodule home/index page in left side menu
------------------------------------------------------------
revno: 6173
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-03-05 12:57:00 +0100
message:
Added permanent link to mmodule home/index page in left side menu
added:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/home_small.png
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.vm
dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties
--
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
=== added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/home_small.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/home_small.png 1970-01-01 00:00:00 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/home_small.png 2012-03-05 11:57:00 +0000 differ
=== 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-04 13:26:24 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.vm 2012-03-05 11:57:00 +0000
@@ -168,13 +168,15 @@
<div id="leftBar">
<span id="hideLeftBar">
+ <a href="index.action" title="$i18n.getString( "show_main_menu" )">
+ <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" )">
- <img src="../images/hide_menu.png" width="16" height="16" alt="$i18n.getString( "hide_menu" )"></a>
+ <img src="../images/hide_menu.png" width="16" height="16" title="$i18n.getString( "hide_menu" )"></a>
</span>
<div id="leftBarContents">
#parse( $menu )
- </div>
+ </div>
</div>
<div id="headerMessage" class="bold"></div>
=== 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-03-04 13:26:24 +0000
+++ dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties 2012-03-05 11:57:00 +0000
@@ -100,6 +100,7 @@
date_selector=Choose a date
hide_menu=Hide menu
show_menu=Show menu
+show_main_menu=Show main menu
organisation_unit=Organisation unit
dataelement=Data element
start_date=Start date