summaryrefslogtreecommitdiff
path: root/modules/pref-labels.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-26 17:52:38 +0100
committerAndrew Dolgov <[email protected]>2009-01-26 17:52:38 +0100
commit7daf349ae3120b72ed5b42a21d69074ee27b1998 (patch)
treeaf404362d1238258e01a9983a4fe2a97c8ab72c3 /modules/pref-labels.php
parentb6ba48c1fd39f6e472a5394810be7b4f0bad87b3 (diff)
pref-labels: display tooltip under label color indicator
Diffstat (limited to 'modules/pref-labels.php')
-rw-r--r--modules/pref-labels.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pref-labels.php b/modules/pref-labels.php
index ffaea56fb..d4612f210 100644
--- a/modules/pref-labels.php
+++ b/modules/pref-labels.php
@@ -244,6 +244,7 @@
print "<div class='labelColorIndicator' id='LICID-$id'
style='color : $fg_color; background-color : $bg_color'
+ title='".__('Click to change color')."'
onclick=\"colorPicker('$id', '$fg_color', '$bg_color')\">&alpha;";
print_color_picker($id);
print "</div>";