Bugzilla – Attachment 147291 Details for
Bug 32991
Improve our Dialog component and remove routes for deletion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32991: (QA follow-up) Add margin to buttons; Fix duplicate HTML element ID
Bug-32991-QA-follow-up-Add-margin-to-buttons-Fix-d.patch (text/plain), 1.17 KB, created by
Pedro Amorim
on 2023-02-24 11:32:49 UTC
(
hide
)
Description:
Bug 32991: (QA follow-up) Add margin to buttons; Fix duplicate HTML element ID
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-02-24 11:32:49 UTC
Size:
1.17 KB
patch
obsolete
>From 1367035fd248ba134a38e439ef5c1584cf3795fc Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 24 Feb 2023 11:32:29 +0000 >Subject: [PATCH] Bug 32991: (QA follow-up) Add margin to buttons; Fix > duplicate HTML element ID > >--- > koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >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 6662075a0c..c4d1dfc8e3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue >@@ -16,7 +16,7 @@ > <span v-html="confirmation"></span> > <a > v-if="accept" >- id="close_modal" >+ id="accept_modal" > class="btn btn-primary btn-xs" > role="button" > @click="accept" >@@ -82,6 +82,9 @@ export default { > box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33); > transition: all 0.3s ease; > } >+.dialog .btn { >+ margin-left: 0.8em; >+} > #close_modal { > float: right; > cursor: pointer; >-- >2.30.2
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 32991
:
146828
|
146829
|
147051
|
147052
|
147053
|
147054
|
147082
|
147083
|
147281
|
147282
|
147291
|
147305
|
147350
|
147383
|
147384
|
147385
|
147387
|
147388
|
147389
|
147390
|
147391
|
147392
|
147393
|
147394
|
147429
|
147439
|
147445
|
147447
|
147448
|
147449
|
147450
|
147451
|
147452
|
147453
|
147454
|
147455
|
147456
|
147461
|
147483
|
147485
|
147486
|
147487
|
147542
|
147543
|
147544
|
147545
|
147546
|
147547
|
147548
|
147549
|
147550
|
147551
|
147552
|
147553
|
147554
|
147569
|
147573
|
147584
|
147588
|
147589
|
147590
|
147591
|
147592
|
147593
|
147594
|
147595
|
147596
|
147597
|
147598
|
147599
|
147600
|
147601
|
147602
|
147603
|
147604
|
147937
|
147938
|
147939
|
147940
|
147941
|
147942
|
147943
|
147944
|
147945
|
147946
|
147947
|
147948
|
147949
|
147950
|
147951