From c17d514b6c1192d4bb7fd0ab58beca00c072ea07 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 26 Jan 2009 11:54:47 +0100 Subject: tmp disable colored labels --- modules/pref-labels.php | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/pref-labels.php b/modules/pref-labels.php index 059079a71..8e0efdbc3 100644 --- a/modules/pref-labels.php +++ b/modules/pref-labels.php @@ -87,6 +87,32 @@ $label_search = $_SESSION["prefs_label_search"]; } + print "
"; + + $color_picker_pairs = array( + array('#063064', '#fff7d5'), + array('#ffffff', '#00ccff'), + array('#ffffff', '#cc00ff'), + array('#ffffff', '#00ffcc'), + array('#ffffff', '#0000ff'), + array('#ffffff', '#ff00ff'), + array('#ffffff', '#ff0000'), + array('#394f00', '#ccff00')); + + foreach ($color_picker_pairs as $c) { + $fg_color = $c[0]; + $bg_color = $c[1]; + + print "
z
"; + + } + + print "
"; + + print "
"; + print "
"; - print " +
z
"; + + print ""; */ + + print "" . $line["caption"] . - ""; + "
"; + print ""; -- cgit v1.2.3