From 236f90bbd9592066142387f6d8a30598b433e6c4 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 11 Mar 2026 22:59:45 -0700 Subject: [PATCH] help: Use inline SVG icons Tests: - All the icons appear as before in both light/dark themes. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/help/templates/help_about.html | 5 +++-- plinth/modules/help/templates/help_manual.html | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/plinth/modules/help/templates/help_about.html b/plinth/modules/help/templates/help_about.html index e04c3b8a1..5dc4bcc35 100644 --- a/plinth/modules/help/templates/help_about.html +++ b/plinth/modules/help/templates/help_about.html @@ -5,6 +5,7 @@ {% load i18n %} {% load static %} +{% load plinth_extras %} {% block content %} @@ -18,10 +19,10 @@ d-flex align-items-center">
{% if new_version %} - + {% icon 'exclamation-triangle' %} {% trans "Caution:" %} {% else %} - + {% icon 'check-circle' %} {% trans "Success:" %} {% endif %}
diff --git a/plinth/modules/help/templates/help_manual.html b/plinth/modules/help/templates/help_manual.html index df461e170..917df69e9 100644 --- a/plinth/modules/help/templates/help_manual.html +++ b/plinth/modules/help/templates/help_manual.html @@ -5,6 +5,7 @@ {% load i18n %} {% load static %} +{% load plinth_extras %} {% block page_head %} - + {% icon 'download' %} {% trans 'Download as PDF' %} {{ content|safe }}