mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 11:15:57 +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 "<fieldset>";
|
||||||
|
|
||||||
|
print "<label>".__("Interval:")."</label> ";
|
||||||
|
|
||||||
print_select_hash("update_interval", $update_interval, $update_intervals,
|
print_select_hash("update_interval", $update_interval, $update_intervals,
|
||||||
'dojoType="dijit.form.Select"');
|
'dojoType="dijit.form.Select"');
|
||||||
|
|
||||||
@@ -889,6 +891,8 @@ class Pref_Feeds extends Handler_Protected {
|
|||||||
|
|
||||||
print "<fieldset>";
|
print "<fieldset>";
|
||||||
|
|
||||||
|
print "<label>".__("Interval:")."</label> ";
|
||||||
|
|
||||||
print_select_hash("update_interval", "", $update_intervals,
|
print_select_hash("update_interval", "", $update_intervals,
|
||||||
'disabled="1" dojoType="dijit.form.Select"');
|
'disabled="1" dojoType="dijit.form.Select"');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user