From 50ba6bbe07b0bb86eb07e3212ba2e22cb2878cf2 Mon Sep 17 00:00:00 2001 From: ORelio Date: Mon, 30 Aug 2021 10:58:06 +0200 Subject: UI: Add optional thumbnail and summary on feed items (#3805) * UI: Add optional thumbnail and summary on feed items Implements #561 * UI: Thumbnail: Own column, Custom size, Lazy load * UI: Thumbnail: Remove unnecessary CSS rule Remove rule already defined in base theme, no override needed * CSS lint + RTL * Improve thumbail and summary generation * Support img alt * Missing htmlspecialchars Co-authored-by: Alexandre Alapetite --- app/views/configure/display.phtml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'app/views/configure') diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index 483793722..efeb189aa 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -75,6 +75,27 @@ + topline_thumbnail; ?> +
+ +
+ +
+
+
@@ -86,6 +107,7 @@ + @@ -102,6 +124,9 @@ data-leave-validation="topline_favorite ?>"/> + topline_summary ? 'checked="checked"' : '' ?> + data-leave-validation="topline_summary ?>"/> topline_display_authors ? ' checked="checked"' : '' ?> data-leave-validation="topline_display_authors ?>"/> @@ -125,6 +150,7 @@ FreshRSS_Context::$user_conf->bottomline_sharing ? ' checked="checked"' : '' ?> data-leave-validation="bottomline_sharing ?>"/> + bottomline_date ? ' checked="checked"' : '' ?> data-leave-validation="bottomline_date ?>"/> -- cgit v1.2.3