Bugzilla – Attachment 149823 Details for
Bug 33491
EBSCO Packages - Add new agreement UI has some issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33491: Fix UI issues in EHoldingsEBSCOPackageAgreements
Bug-33491-Fix-UI-issues-in-EHoldingsEBSCOPackageAg.patch (text/plain), 1.31 KB, created by
Matt Blenkinsop
on 2023-04-18 16:31:29 UTC
(
hide
)
Description:
Bug 33491: Fix UI issues in EHoldingsEBSCOPackageAgreements
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2023-04-18 16:31:29 UTC
Size:
1.31 KB
patch
obsolete
>From 758ada3322a517cba899df78b8ed8b07e74416b1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 11 Apr 2023 21:39:02 +0200 >Subject: [PATCH] Bug 33491: Fix UI issues in EHoldingsEBSCOPackageAgreements > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >--- > .../ERM/EHoldingsEBSCOPackageAgreements.vue | 14 +++++++++++++- > 1 file changed, 13 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackageAgreements.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackageAgreements.vue >index 4716cf7bff..1946711b75 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackageAgreements.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackageAgreements.vue >@@ -129,7 +129,7 @@ export default { > name: "EHoldingsEBSCOPackageAgreements", > } > </script> >-<style scoped> >+<style> > .modal { > position: fixed; > z-index: 9998; >@@ -149,3 +149,15 @@ export default { > font-family: Helvetica, Arial, sans-serif; > } > </style> >+ >+<style> >+#agreements_list table { >+ display: table; >+} >+.filters label { >+ float: none !important; >+} >+.filters input[type="checkbox"] { >+ margin-left: 0 !important; >+} >+</style> >-- >2.37.1 (Apple Git-137.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 33491
:
149453
|
149474
|
149778
|
149823
|
149853
|
149924
|
150505
|
150518
|
150564