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
1 changed files with 5 additions and 0 deletions

View File

@ -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>";