summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-07 09:10:02 +0100
committerAndrew Dolgov <[email protected]>2008-08-07 09:10:02 +0100
commit5be2805bce93872cf9b10009fdad77a3362f0a8c (patch)
tree7862dbb1dc44792d4399ec5de90d9a88c848e6d6 /functions.php
parente176b01ade29842d602eb8d1f362807f74ab6019 (diff)
label editor: add (disabled) and/or selector
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>";