From 8246497d16d736b9b40ccbd217121942cbce88e6 Mon Sep 17 00:00:00 2001 From: DjVinnii Date: Thu, 1 Apr 2021 16:51:33 +0200 Subject: [PATCH] Add card header to tables --- core/admin/mailu/ui/templates/macros.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/core/admin/mailu/ui/templates/macros.html b/core/admin/mailu/ui/templates/macros.html index 6d821ef8..4611b2d7 100644 --- a/core/admin/mailu/ui/templates/macros.html +++ b/core/admin/mailu/ui/templates/macros.html @@ -69,7 +69,7 @@
{% if header %} -
+
{% if title %}

{{ title }}

{% endif %} @@ -86,10 +86,14 @@ {% macro table(theme="primary") %}
-
- +
+
+
+
+
{{ caller() }} -
+ +