1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 00:49:15 +00:00

pref-labels: display tooltip under label color indicator

This commit is contained in:
Andrew Dolgov
2009-01-26 17:52:38 +01:00
parent b6ba48c1fd
commit 7daf349ae3

View File

@@ -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>";