mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 07:21:30 +00:00
tmp color-ops toolbar
This commit is contained in:
@@ -210,6 +210,18 @@
|
|||||||
print "</table>";
|
print "</table>";
|
||||||
|
|
||||||
print "<p id=\"labelOpToolbar\">";
|
print "<p id=\"labelOpToolbar\">";
|
||||||
|
|
||||||
|
print "<div style='float : right'>";
|
||||||
|
print __("Color:");
|
||||||
|
print " <input type=\"submit\" class=\"button\" disabled=\"true\"
|
||||||
|
onclick=\"\" value=\"".__('Fg')."\"> ";
|
||||||
|
print "<input type=\"submit\" class=\"button\" disabled=\"true\"
|
||||||
|
onclick=\"\" value=\"".__('Bg')."\"> ";
|
||||||
|
print "<input type=\"submit\" class=\"button\" disabled=\"true\"
|
||||||
|
onclick=\"\" value=\"".__('Clear')."\">";
|
||||||
|
|
||||||
|
print "</div>";
|
||||||
|
|
||||||
print "<input type=\"submit\" class=\"button\" disabled=\"true\"
|
print "<input type=\"submit\" class=\"button\" disabled=\"true\"
|
||||||
onclick=\"javascript:removeSelectedLabels()\" value=\"".__('Remove')."\">";
|
onclick=\"javascript:removeSelectedLabels()\" value=\"".__('Remove')."\">";
|
||||||
print "</p>";
|
print "</p>";
|
||||||
|
|||||||
Reference in New Issue
Block a user