From 449fee7a2cc9453da4aac03f833ccb28205d7d3a Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Fri, 26 Feb 2021 17:31:01 -0500 Subject: "Show all" option on labels (#3472) It uses the favorite option to keep a similar experience through out the application and also to limit the number of options. See #3263 --- app/layout/aside_feed.phtml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'app/layout') diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index 1b413ac86..98daf633c 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -6,6 +6,8 @@ !FreshRSS_Context::isStateEnabled(FreshRSS_Entry::STATE_READ)) { $class = ' state_unread'; } + + $state_filter = FreshRSS_Context::$user_conf->show_fav_unread ? '&state=3' : ''; ?>
@@ -31,14 +33,8 @@
  • - show_fav_unread) { - $url_starred = $url_starred . '&state=3'; - } - ?> - +
    @@ -51,7 +47,7 @@
  • - +
  • - name() ?> + name() ?> -- cgit v1.2.3