summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-18 11:52:01 +0100
committerAndrew Dolgov <[email protected]>2009-01-18 11:52:01 +0100
commitbeb760d5166c2138f25e8a59d93604f712536061 (patch)
treeb90f39e20b5b45b3dbee7fa1c69be776da73d3cb /functions.php
parentf8bfb81fd19deb12afb1ddbe09b0b5523e615292 (diff)
code cleanup
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php30
1 files changed, 0 insertions, 30 deletions
diff --git a/functions.php b/functions.php
index 7eb8dd405..326fa74b5 100644
--- a/functions.php
+++ b/functions.php
@@ -5792,36 +5792,6 @@
print "</table>";
}
- function print_label_dlg_common_examples() {
-
- 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>";
- print "<option value=\"kw_title\">".__("Title contains")."</option>";
- print "<option value=\"kw_content\">".__("Content contains")."</option>";
- print "<option value=\"scoreE\">".__("Score equals")."</option>";
- print "<option value=\"scoreG\">".__("Score is greater than")."</option>";
- print "<option value=\"scoreL\">".__("Score is less than")."</option>";
- print "<option value=\"newerH\">".__("Articles newer than X hours")."</option>";
- print "<option value=\"newerD\">".__("Articles newer than X days")."</option>";
-
- print "</select>";
-
- print "<input style=\"display : none\" name=\"label_fields_param\"
- size=\"10\">";
-
- print " <input type=\"submit\"
- onclick=\"return addLabelExample()\"
- value=\"".__("Add")."\">";
- }
-
function feed_has_icon($id) {
return is_file(ICONS_DIR . "/$id.ico") && filesize(ICONS_DIR . "/$id.ico") > 0;
}