Bugzilla – Attachment 170956 Details for
Bug 37812
Adjust Vue modals for Bootstrap 5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37812: Try to fix modal in the Preservation module
Bug-37812-Try-to-fix-modal-in-the-Preservation-mod.patch (text/plain), 2.53 KB, created by
Jonathan Druart
on 2024-09-03 07:17:44 UTC
(
hide
)
Description:
Bug 37812: Try to fix modal in the Preservation module
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-09-03 07:17:44 UTC
Size:
2.53 KB
patch
obsolete
>From 8810fbc65bfa8653dbfe71cb29cdb0bf480df292 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 2 Sep 2024 16:53:13 +0200 >Subject: [PATCH] Bug 37812: Try to fix modal in the Preservation module > >We certainly need more as ERM module also use modals. And the Dialog >component seems to have more elements affected. >--- > koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue | 2 +- > .../prog/js/vue/components/Preservation/TrainsShow.vue | 2 +- > .../prog/js/vue/components/Preservation/WaitingList.vue | 2 +- > 3 files changed, 3 insertions(+), 3 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..2ad849801db 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue >@@ -1,7 +1,7 @@ > <template> > <div class="alert alert-info" v-if="message" v-html="message"></div> > <div class="alert alert-warning" v-if="error" v-html="error"></div> >- <div class="alert alert-warning modal" v-if="warning"> >+ <div class="alert alert-warning modal-dialog-centered" v-if="warning"> > <h1 v-html="warning"></h1> > <button > id="close_modal" >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue >index 5c7bc5c9dd5..27c5f413d16 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue >@@ -732,7 +732,7 @@ export default { > background-color: rgba(0, 0, 0, 0.5); > display: table; > transition: opacity 0.3s ease; >- margin: auto; >+ margin: 10% 0 0 25%; > padding: 20px 30px; > background-color: #fff; > border-radius: 2px; >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/WaitingList.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/WaitingList.vue >index 2798bbc3862..3cca2892d00 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/WaitingList.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/WaitingList.vue >@@ -344,7 +344,7 @@ export default { > background-color: rgba(0, 0, 0, 0.5); > display: table; > transition: opacity 0.3s ease; >- margin: auto; >+ margin: 10% 0 0 25%; > padding: 20px 30px; > background-color: #fff; > border-radius: 2px; >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37812
:
170956
|
171252
|
171253
|
171604
|
171605
|
171625
|
171641
|
171651
|
171690
|
171691
|
171692
|
171693
|
171694
|
171695
|
171696
|
171697
|
171702
|
171703
|
171704
|
171705
|
171706
|
171707
|
171708
|
171758
|
171780
|
171781
|
171786