From a228d14dfd6c8653a415a7b5f6d8e1341d61cce0 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 12 Aug 2024 07:36:42 +0100 Subject: [PATCH] Bug 37605: Convert dialog to modal markup This converts the vue Dialog component to use Boostrap Modal markup to increase consistency with the rest of Koha. --- .../prog/js/vue/components/Dialog.vue | 321 +++++++++++------- 1 file changed, 195 insertions(+), 126 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 91ad7282c24..d7e72716b05 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue @@ -1,88 +1,205 @@ -- 2.46.0