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;
}
+
+