From f5676273fca1808a804934bc6b92cfead180201c Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Tue, 14 Jul 2020 11:50:36 +0200 Subject: [PATCH] Add tooltips on entries (#3115) See #3111 --- app/views/helpers/index/normal/entry_bottom.phtml | 6 +++--- app/views/helpers/index/normal/entry_header.phtml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/helpers/index/normal/entry_bottom.phtml b/app/views/helpers/index/normal/entry_bottom.phtml index 1c1a1c8f1..88fa578de 100644 --- a/app/views/helpers/index/normal/entry_bottom.phtml +++ b/app/views/helpers/index/normal/entry_bottom.phtml @@ -19,7 +19,7 @@ if ($this->entry->isRead()) { $arUrl['params']['is_read'] = 0; } - ?>entry->isRead() ? 'read' : 'unread'); ?>entry->isFavorite()) { $arUrl['params']['is_favorite'] = 0; } - ?>entry->isFavorite() ? 'starred' : 'non-starred'); ?>
  •  
  • diff --git a/app/views/helpers/index/normal/entry_header.phtml b/app/views/helpers/index/normal/entry_header.phtml index df4abd7e5..863062dd3 100644 --- a/app/views/helpers/index/normal/entry_header.phtml +++ b/app/views/helpers/index/normal/entry_header.phtml @@ -12,7 +12,7 @@ if ($this->entry->isRead()) { $arUrl['params']['is_read'] = 0; } - ?>entry->isRead() ? 'read' : 'unread'); ?>entry->isFavorite()) { $arUrl['params']['is_favorite'] = 0; } - ?>entry->isFavorite() ? 'starred' : 'non-starred'); ?>
  • + ?>
  • show_favicons): ?>✇ feed->name() ?>
  • entry->title() ?>
  •  
  • - +