diff options
Diffstat (limited to 'js/CommonDialogs.js')
| -rw-r--r-- | js/CommonDialogs.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js index f666eda36..1dec1b6da 100644 --- a/js/CommonDialogs.js +++ b/js/CommonDialogs.js @@ -58,10 +58,15 @@ const CommonDialogs = { ${App.getInitParam('enable_feed_cats') ? ` <fieldset> - <label class='inline'>${__('Place in category:')}</label> + <label>${__('Place in category:')}</label> ${reply.cat_select} </fieldset> ` : ''} + + <fieldset> + <label>${__("Update interval:")}</label> + ${App.FormFields.select_hash("update_interval", 0, reply.intervals.update)} + </fieldset> </section> <div id="feedDlg_feedsContainer" style="display : none"> |