tmp color-ops toolbar
This commit is contained in:
parent
76b2bc6559
commit
d86ad7bf2b
|
@ -210,6 +210,18 @@
|
|||
print "</table>";
|
||||
|
||||
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\"
|
||||
onclick=\"javascript:removeSelectedLabels()\" value=\"".__('Remove')."\">";
|
||||
print "</p>";
|
||||
|
|
Loading…
Reference in New Issue