summaryrefslogtreecommitdiff
path: root/modules/pref-labels.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pref-labels.php')
-rw-r--r--modules/pref-labels.php6
1 files changed, 4 insertions, 2 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"]."\"></td>";
-/* $id = $line['id'];
+ $id = $line['id'];
- print "<td width='30' align='center'>
+/* print "<td width='30' align='center'>
<div class='labelColorIndicator'
style='color : $fg_color; background-color : $bg_color'
onclick=\"colorPicker(this, '$id', '$fg_color', '$bg_color')\">z</div>";
@@ -196,9 +196,11 @@
print "</td>"; */
print "<td><span class='prefsLabelEntry'
+ style='color : $fg_color; background-color : $bg_color'
id=\"LILT-".$line["id"]."\">" . $line["caption"] .
"</span>";
+ print "</td>";
print "</tr>";