← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5228: Select/unselect tooltips removed.

 

Merge authors:
  Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 5228 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2011-11-27 10:45:34 +0100
message:
  Select/unselect tooltips removed.
modified:
  dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/app.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-visualizer/src/main/webapp/dhis-web-visualizer/app/app.js'
--- dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/app.js	2011-11-26 18:37:52 +0000
+++ dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/app.js	2011-11-27 09:44:34 +0000
@@ -1278,7 +1278,6 @@
                                                     {
                                                         xtype: 'button',
                                                         icon: 'images/arrowright.png',
-                                                        tooltip: 'Select',
                                                         width: 22,
                                                         handler: function() {
                                                             DV.util.multiselect.select(DV.util.getCmp('multiselect[name="availableIndicators"]'),
@@ -1288,7 +1287,6 @@
                                                     {
                                                         xtype: 'button',
                                                         icon: 'images/arrowrightdouble.png',
-                                                        tooltip: 'Select all',
                                                         width: 22,
                                                         handler: function() {
                                                             DV.util.multiselect.selectAll(DV.util.getCmp('multiselect[name="availableIndicators"]'),
@@ -1324,7 +1322,6 @@
                                                     {
                                                         xtype: 'button',
                                                         icon: 'images/arrowleftdouble.png',
-                                                        tooltip: 'Unselect all',
                                                         width: 22,
                                                         handler: function() {
                                                             DV.util.multiselect.unselectAll(DV.util.getCmp('multiselect[name="availableIndicators"]'),
@@ -1334,7 +1331,6 @@
                                                     {
                                                         xtype: 'button',
                                                         icon: 'images/arrowleft.png',
-                                                        tooltip: 'Unselect',
                                                         width: 22,
                                                         handler: function() {
                                                             DV.util.multiselect.unselect(DV.util.getCmp('multiselect[name="availableIndicators"]'),
@@ -1445,7 +1441,6 @@
                                                     {
                                                         xtype: 'button',
                                                         icon: 'images/arrowright.png',
-                                                        tooltip: 'Select',
                                                         width: 22,
                                                         handler: function() {
                                                             DV.util.multiselect.select(DV.util.getCmp('multiselect[name="availableDataElements"]'),
@@ -1455,7 +1450,6 @@
                                                     {
                                                         xtype: 'button',
                                                         icon: 'images/arrowrightdouble.png',
-                                                        tooltip: 'Select all',
                                                         width: 22,
                                                         handler: function() {
                                                             DV.util.multiselect.selectAll(DV.util.getCmp('multiselect[name="availableDataElements"]'),
@@ -1491,7 +1485,6 @@
                                                     {
                                                         xtype: 'button',
                                                         icon: 'images/arrowleftdouble.png',
-                                                        tooltip: 'Unselect all',
                                                         width: 22,
                                                         handler: function() {
                                                             DV.util.multiselect.unselectAll(DV.util.getCmp('multiselect[name="availableDataElements"]'),
@@ -1501,7 +1494,6 @@
                                                     {
                                                         xtype: 'button',
                                                         icon: 'images/arrowleft.png',
-                                                        tooltip: 'Unselect',
                                                         width: 22,
                                                         handler: function() {
                                                             DV.util.multiselect.unselect(DV.util.getCmp('multiselect[name="availableDataElements"]'),