mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 09:09:15 +00:00
pref-prefs: show default update interval as a dropdown
This commit is contained in:
@@ -368,7 +368,13 @@
|
||||
|
||||
print "<td class=\"prefValue\">";
|
||||
|
||||
if ($type_name == "bool") {
|
||||
if ($pref_name == "DEFAULT_UPDATE_INTERVAL") {
|
||||
|
||||
global $update_intervals_nodefault;
|
||||
|
||||
print_select_hash($pref_name, $value, $update_intervals_nodefault);
|
||||
|
||||
} else if ($type_name == "bool") {
|
||||
// print_select($pref_name, $value, array("true", "false"));
|
||||
|
||||
if ($value == "true") {
|
||||
|
||||
Reference in New Issue
Block a user