diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index bdfc62b9f..a9f1e2d71 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -149,16 +149,27 @@ $active_feed_id = sprintf("%d", $params[0]); $is_cat = $params[1] == "true"; - print ""; - - print ""; - - print "
".__('Search:').""; - - print "".__('Search').""; + + print "
"; + + print " -
".__('Where:').""; + value=\"\">"; + + print " " . __('match on:')." "; + + $search_fields = array( + "title" => __("Title"), + "content" => __("Content"), + "both" => __("Title or content")); + + print_select_hash("match_on", 3, $search_fields); + + + print "
".__('Limit search to:')." "; print "
".__('Match on:').""; - - $search_fields = array( - "title" => __("Title"), - "content" => __("Content"), - "both" => __("Title or content")); + print ""; - print_select_hash("match_on", 3, $search_fields); - - print "
"; + print ""; print ""; - print "
+ print "