1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 03:35:55 +00:00

feed edit dialog: add interval label

This commit is contained in:
Andrew Dolgov
2019-02-21 14:05:40 +03:00
parent 1dbfbcfae1
commit c78425b386

View File

@@ -620,6 +620,8 @@ class Pref_Feeds extends Handler_Protected {
print "<fieldset>";
print "<label>".__("Interval:")."</label> ";
print_select_hash("update_interval", $update_interval, $update_intervals,
'dojoType="dijit.form.Select"');
@@ -889,6 +891,8 @@ class Pref_Feeds extends Handler_Protected {
print "<fieldset>";
print "<label>".__("Interval:")."</label> ";
print_select_hash("update_interval", "", $update_intervals,
'disabled="1" dojoType="dijit.form.Select"');