summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-15 16:19:50 +0400
committerAndrew Dolgov <[email protected]>2012-08-15 16:19:50 +0400
commita650c251c7e13cdbe5fb9f141439522cccb58002 (patch)
treefc448ad2e9977d3669225a358129c28adb2ecbbb /index.php
parent3f9de6ccbcb45a43066fdcf60f0222c116d00b80 (diff)
remove include_children element form name
Diffstat (limited to 'index.php')
-rw-r--r--index.php10
1 files changed, 1 insertions, 9 deletions
diff --git a/index.php b/index.php
index 3a68c90f6..0df4a79ad 100644
--- a/index.php
+++ b/index.php
@@ -183,15 +183,7 @@
<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.ToggleButton" name="include_children"
+ <button dojoType="dijit.form.ToggleButton"
id="include_children"
onchange="viewCurrentFeed()">
<?php echo __('With subcategories') ?></button>