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:
@@ -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"');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user