mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-28 16:31:27 +00:00
remove include_children element form name
This commit is contained in:
10
index.php
10
index.php
@@ -183,15 +183,7 @@
|
||||
<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.ToggleButton" name="include_children"
|
||||
<button dojoType="dijit.form.ToggleButton"
|
||||
id="include_children"
|
||||
onchange="viewCurrentFeed()">
|
||||
<?php echo __('With subcategories') ?></button>
|
||||
|
||||
Reference in New Issue
Block a user