1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 16:45:55 +00:00

expand filtertree display to make filters easier to distinguish

This commit is contained in:
Andrew Dolgov
2014-04-02 08:15:33 +00:00
parent 98c7f6299a
commit 50e04efdc8
4 changed files with 70 additions and 2 deletions

View File

@@ -1965,6 +1965,8 @@
function getFeedTitle($id, $cat = false) {
if ($cat) {
return getCategoryTitle($id);
} else if ($id == 0) {
return __("All feeds");
} else if ($id == -1) {
return __("Starred articles");
} else if ($id == -2) {