mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 14:51:29 +00:00
tmp disable colored labels (2)
This commit is contained in:
@@ -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>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user