From 5b4f3d29e4800f12297092ba6b6813581de77169 Mon Sep 17 00:00:00 2001 From: Cesar Enrique Garcia Dabo Date: Sat, 11 Apr 2020 02:21:56 +0200 Subject: Always show the unread articles. The unread articles folder will always be visible, regardless of the "Show all" setting. If that setting is on, then an additional "All articles" folder will be show as before, but it doesn't substitute the "Uread articles" one. A new URL /apps/news/#/items/unread is also created that jumps to the unread articles. Signed-off-by: Cesar Enrique Garcia Dabo --- templates/part.navigation.unreadfeed.php | 41 +++++++++++++++++++++++++++----- 1 file changed, 35 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/part.navigation.unreadfeed.php b/templates/part.navigation.unreadfeed.php index a5de750d2..902365c68 100644 --- a/templates/part.navigation.unreadfeed.php +++ b/templates/part.navigation.unreadfeed.php @@ -4,14 +4,10 @@ }" class="subscriptions-feed with-counter with-menu"> - + t('Unread articles'))?> - - t('All articles'))?> - -
- \ No newline at end of file + + +
  • + + + t('All articles'))?> + + +
    +
      +
    • + +
    • +
    +
    + +
    +
      +
    • + +
    • +
    +
    + +
  • -- cgit v1.2.3