allow setting update interval in subcribe to feed dialog

This commit is contained in:
Andrew Dolgov
2025-03-19 12:47:10 +03:00
parent 5d69120056
commit 5dcb8db933
2 changed files with 20 additions and 5 deletions

View File

@@ -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">