From 76b2bc6559f1bf9e3d4b60e61bc059780efc2f09 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 26 Jan 2009 12:05:06 +0100 Subject: [PATCH] tmp disable colored labels (2) --- modules/pref-labels.php | 6 ++++-- prefs.js | 3 ++- tt-rss.css | 2 ++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/modules/pref-labels.php b/modules/pref-labels.php index 8e0efdbc3..9e487e0cd 100644 --- a/modules/pref-labels.php +++ b/modules/pref-labels.php @@ -186,9 +186,9 @@ onclick='toggleSelectPrefRow(this, \"label\");' type=\"checkbox\" id=\"LICHK-".$line["id"]."\">"; -/* $id = $line['id']; + $id = $line['id']; - print " +/* print "
z
"; @@ -196,9 +196,11 @@ print ""; */ print "" . $line["caption"] . ""; + print ""; print ""; diff --git a/prefs.js b/prefs.js index a3d38c9de..334bed379 100644 --- a/prefs.js +++ b/prefs.js @@ -1968,6 +1968,7 @@ function batchFeedsToggleField(cb, elem, label) { } } +/* function colorPicker(caller, id, fg, bg) { try { var picker = document.getElementById("colorPicker"); @@ -1979,4 +1980,4 @@ function colorPicker(caller, id, fg, bg) { } catch (e) { exception_error("colorPicker", e); } -} +}*/ diff --git a/tt-rss.css b/tt-rss.css index ba69820fd..e6c5a957b 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -2121,3 +2121,5 @@ div#colorPicker { top : 50px; z-index : 3; } + +