mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-15 21:11:14 +02:00
search dialog: bring back id of language dropdown
This commit is contained in:
parent
35b6d63289
commit
92cb91e2e2
@ -608,7 +608,7 @@ class Feeds extends Handler_Protected {
|
|||||||
print "<fieldset>";
|
print "<fieldset>";
|
||||||
print "<label class='inline'>" . __("Language:") . "</label>";
|
print "<label class='inline'>" . __("Language:") . "</label>";
|
||||||
print \Controls\select_tag("search_language", get_pref('DEFAULT_SEARCH_LANGUAGE'), Pref_Feeds::get_ts_languages(),
|
print \Controls\select_tag("search_language", get_pref('DEFAULT_SEARCH_LANGUAGE'), Pref_Feeds::get_ts_languages(),
|
||||||
["title" => __('Used for word stemming')]);
|
["title" => __('Used for word stemming')], "search_language");
|
||||||
print "</fieldset>";
|
print "</fieldset>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user