]> git.wh0rd.org Git - tt-rss.git/commitdiff
pref-labels: display tooltip under label color indicator
authorAndrew Dolgov <fox@bah.spb.su>
Mon, 26 Jan 2009 16:52:38 +0000 (17:52 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Mon, 26 Jan 2009 16:52:38 +0000 (17:52 +0100)
modules/pref-labels.php

index ffaea56fba72b5952b58b68eef112f4a7295eaa9..d4612f2100849ed2fdd2d0417e0682b5b1bbca98 100644 (file)
 
                                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>";