summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-26 12:08:05 +0100
committerAndrew Dolgov <[email protected]>2009-01-26 12:08:05 +0100
commitd86ad7bf2be84c5fc3b46ebc488ff1b578f65487 (patch)
treefcd476fc4f0d7392fe31ece2db4ad8bd84047e74 /modules
parent76b2bc6559f1bf9e3d4b60e61bc059780efc2f09 (diff)
tmp color-ops toolbar
Diffstat (limited to 'modules')
-rw-r--r--modules/pref-labels.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/pref-labels.php b/modules/pref-labels.php
index 9e487e0cd..1c8fd02ad 100644
--- a/modules/pref-labels.php
+++ b/modules/pref-labels.php
@@ -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')."\">&nbsp;";
+ print "<input type=\"submit\" class=\"button\" disabled=\"true\"
+ onclick=\"\" value=\"".__('Bg')."\">&nbsp;";
+ 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>";