]> git.wh0rd.org Git - tt-rss.git/commitdiff
tmp disable colored labels (2)
authorAndrew Dolgov <fox@bah.spb.su>
Mon, 26 Jan 2009 11:05:06 +0000 (12:05 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Mon, 26 Jan 2009 11:05:06 +0000 (12:05 +0100)
modules/pref-labels.php
prefs.js
tt-rss.css

index 8e0efdbc3281ad0d29822463e6da62a074383271..9e487e0cde30d2a6e0f9b0851dbe3d2479198007 100644 (file)
                                        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>";
        
index a3d38c9de3536f54616cf3284bf280464079f637..334bed379e3632870943a137c4ec8f371ec3e4be 100644 (file)
--- 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);
        }
-}
+}*/
index ba69820fd9b301751921bb6fc1270c63c1def510..e6c5a957b3fc0b745c14322cf7070b9f36ab192b 100644 (file)
@@ -2121,3 +2121,5 @@ div#colorPicker {
        top : 50px;
        z-index : 3;
 }
+
+