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(); } + });