mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 03:45:57 +00:00
add toolbar checkbox to include subcategories to viewfeed()
This commit is contained in:
@@ -183,6 +183,14 @@
|
||||
<option value="score"><?php echo __('Score') ?></option>
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
<input dojoType="dijit.form.CheckBox" type="checkbox"
|
||||
onchange="viewCurrentFeed()"
|
||||
name="include_children" id="include_children">
|
||||
<label id="include_children_label" for="include_children">
|
||||
<?php echo __('With subcategories') ?></label>
|
||||
|
||||
<button dojoType="dijit.form.Button" name="update"
|
||||
onclick="scheduleFeedUpdate()">
|
||||
<?php echo __('Update') ?></button>
|
||||
|
||||
Reference in New Issue
Block a user