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>";
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>";
}
}
+/*
function colorPicker(caller, id, fg, bg) {
try {
var picker = document.getElementById("colorPicker");
} catch (e) {
exception_error("colorPicker", e);
}
-}
+}*/