summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index a4471fcfe..23d618b8d 100644
--- a/functions.php
+++ b/functions.php
@@ -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>";