← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1583: (GIS) Help button label added.

 

------------------------------------------------------------
revno: 1583
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: trunk
timestamp: Mon 2010-03-08 17:33:06 +0100
message:
  (GIS) Help button label added.
modified:
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/css/style.css
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js


--
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-mapping/src/main/webapp/dhis-web-mapping/mapping/css/style.css'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/css/style.css	2010-03-08 16:23:29 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/css/style.css	2010-03-08 16:33:06 +0000
@@ -84,9 +84,6 @@
 .x-btn .icon-pdf {
 	background-image:url(../../../images/pdf.png);
 }
-.x-btn .icon-help {
-	background-image:url(../../../images/help.png);
-}
 .aa_dark button  {
 	font-family:lucida sans unicode, arial;
 	font-weight:normal;

=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js	2010-03-08 16:23:29 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js	2010-03-08 16:33:06 +0000
@@ -2803,7 +2803,10 @@
 	});
 	
 	var helpButton = new Ext.Button({
-		iconCls: 'icon-help',
+		cls: 'x-btn-text-icon',
+		ctCls: 'aa_med',
+		icon: '../../images/help.png',
+		text: 'Help',
 		tooltip: 'Get help for the active panel',
 		handler: function() {
 			ACTIVEPANEL = !ACTIVEPANEL ? thematicMap : ACTIVEPANEL;