From 754a7b27b605aec221b23a57afe1896b707a29d2 Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 5 Dec 2021 21:42:06 +0100 Subject: Fix reader view header (#4015) * fix the hyperlink underline * add mouse title * improve German mouse titles * fixed whitespaces * use the same title in config/display like in normal/reader view * i18n German: Discard change for this String * delete unused gen.action.mark_favorite --- app/views/index/reader.phtml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'app/views/index') diff --git a/app/views/index/reader.phtml b/app/views/index/reader.phtml index f58839d8f..0e9fb4b3e 100644 --- a/app/views/index/reader.phtml +++ b/app/views/index/reader.phtml @@ -38,18 +38,14 @@ $content_width = FreshRSS_Context::$user_conf->content_width; } ?> - - isRead() ? 'read' : 'unread') ?> - - - isFavorite() ? 'starred' : 'non-starred') ?> - + isRead() ? 'read' : 'unread') ?> + isFavorite() ? 'starred' : 'non-starred') ?> - - show_favicons): ?> - ✇ - - name() ?> + show_favicons): + ?>✇name() ?>

title() ?>

-- cgit v1.2.3