]> git.wh0rd.org - tt-rss.git/commitdiff
label editor: add (disabled) and/or selector
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 7 Aug 2008 08:10:02 +0000 (09:10 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 7 Aug 2008 08:10:02 +0000 (09:10 +0100)
functions.php

index a4471fcfe74cb31c9fc93e5e1009dcbbb83fcd8d..23d618b8df72d594840e3ff4431d154ce42cba17 100644 (file)
 
                print __("Match ") . " ";
 
+/*             print "<select name=\"label_andor\">";
+               print "<option value=\"and\">AND</option>";
+               print "<option value=\"or\">OR</option>";
+               print "</select>"; */
+
                print "<select name=\"label_fields\" onchange=\"labelFieldsCheck(this)\">";
                print "<option value=\"unread\">".__("Unread articles")."</option>";
                print "<option value=\"updated\">".__("Updated articles")."</option>";