From 1623a4d0def80124d69af381f80b4e145387211b Mon Sep 17 00:00:00 2001 From: Paul Derscheid Date: Tue, 13 Aug 2024 11:16:01 +0000 Subject: [PATCH] Bug 37605: Replace close with closebtn class and reverse order of heading, button in header This gets the modal header in line with the koha convention and fixes the close button visually appearing as a new block. --- .../prog/js/vue/components/Dialog.vue | 35 +++++++++---------- 1 file changed, 17 insertions(+), 18 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 d7e72716b0..6f6b4f327c 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue @@ -11,18 +11,18 @@