mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 23:11:29 +00:00
label editor: add (disabled) and/or selector
This commit is contained in:
@@ -5650,6 +5650,11 @@
|
|||||||
|
|
||||||
print __("Match ") . " ";
|
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 "<select name=\"label_fields\" onchange=\"labelFieldsCheck(this)\">";
|
||||||
print "<option value=\"unread\">".__("Unread articles")."</option>";
|
print "<option value=\"unread\">".__("Unread articles")."</option>";
|
||||||
print "<option value=\"updated\">".__("Updated articles")."</option>";
|
print "<option value=\"updated\">".__("Updated articles")."</option>";
|
||||||
|
|||||||
Reference in New Issue
Block a user