1
0
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:
Andrew Dolgov
2012-08-13 21:25:46 +04:00
parent 99c9e91a51
commit 09101297ee
4 changed files with 35 additions and 13 deletions

View File

@@ -183,6 +183,14 @@
<option value="score"><?php echo __('Score') ?></option>
</select>
&nbsp;
<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>