1
0
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:
Andrew Dolgov
2008-08-07 09:10:02 +01:00
parent e176b01ade
commit 5be2805bce

View File

@@ -5650,6 +5650,11 @@
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>";