From 951ad25ac8e7abe7b5f0c4e6f3fe61bb4053fcf3 Mon Sep 17 00:00:00 2001 From: Paul Derscheid Date: Tue, 17 Sep 2024 10:59:26 +0000 Subject: [PATCH] Bug 37812: Improve consistency of modal styling in Dialog.vue - Use modal-header for content, modal-footer for acknowledgement in alert type modal. - Conditionally render modal-body if message or inputs available. - Use modal footer for interactions and hide top border if body wasn't rendered. Signed-off-by: David Nind Signed-off-by: Martin Renvoize --- .../prog/js/vue/components/Dialog.vue | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue index 385ad39379..7978d96d27 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue @@ -4,8 +4,10 @@