1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

unify child category counter display; remove include_children control

This commit is contained in:
Andrew Dolgov
2012-10-11 12:46:33 +04:00
parent daf0b0142d
commit 0ef32f48b2
6 changed files with 4 additions and 74 deletions
-5
View File
@@ -183,11 +183,6 @@
<option value="score"><?php echo __('Score') ?></option>
</select>
<button dojoType="dijit.form.ToggleButton"
id="include_children"
onchange="viewCurrentFeed()">
<?php echo __('With subcategories') ?></button>
<button dojoType="dijit.form.Button" name="update"
onclick="scheduleFeedUpdate()">
<?php echo __('Update') ?></button>