From f5efaf1b3fa5c1608215dab4a2f132aad37f929e Mon Sep 17 00:00:00 2001 From: Tobias O Date: Wed, 22 Oct 2025 12:07:42 +1300 Subject: [PATCH] Change to icon help button --- templates/framework_modern.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/templates/framework_modern.html b/templates/framework_modern.html index 73afd095..06ba3ef5 100644 --- a/templates/framework_modern.html +++ b/templates/framework_modern.html @@ -117,6 +117,17 @@ {% include "includes/footer.html" %} + {# Floating Help Tab #} +
+ + + + + +
+ {# Modals - TODO: Convert these to DaisyUI modals #} {% block modals %} {# Note: These modals still use Bootstrap markup and will need conversion #} @@ -132,6 +143,7 @@ if ($('#actionsButton ul').children().length > 0) { $('#actionsButton').show(); } + });