summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-13 21:25:46 +0400
committerAndrew Dolgov <[email protected]>2012-08-13 21:25:46 +0400
commit09101297ee0596a6c66d9c7388795e8602c24113 (patch)
tree40d9915134741c9f1a31ccf0df24a871a509a2b4 /index.php
parent99c9e91a51a99ab5d8b9ded85ab61ad82cb2a9e7 (diff)
add toolbar checkbox to include subcategories to viewfeed()
Diffstat (limited to 'index.php')
-rw-r--r--index.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/index.php b/index.php
index c17a10416..96d13558d 100644
--- a/index.php
+++ b/index.php
@@ -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>