Bugzilla – Attachment 186970 Details for
Bug 40881
Table layout overflow on course interface – table extends beyond container
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40881: Table layout overflow on course interface – table extends beyond container
Bug-40881-Table-layout-overflow-on-course-interfac.patch (text/plain), 1.65 KB, created by
Hammat wele
on 2025-09-26 12:48:02 UTC
(
hide
)
Description:
Bug 40881: Table layout overflow on course interface – table extends beyond container
Filename:
MIME Type:
Creator:
Hammat wele
Created:
2025-09-26 12:48:02 UTC
Size:
1.65 KB
patch
obsolete
>From cde12110c55f0c3a7999708dbb0c194dc5611db4 Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Fri, 26 Sep 2025 12:45:00 +0000 >Subject: [PATCH] =?UTF-8?q?Bug=2040881:=20Table=20layout=20overflow=20on?= > =?UTF-8?q?=20course=20interface=20=E2=80=93=20table=20extends=20beyond=20?= > =?UTF-8?q?container?= >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >The Course interface (Course Reserves) page shows a layout issue: >the results table overflows horizontally and extends beyond its container. > >Steps to reproduce > >1. Log in to the staff interface. > >2. Go to Course reserves. > >3. Click New course, fill in the required fields, and click Save. > >4. Click Add reserves, add items or biblionumbers, click Submit, then click Save to add reserve. > >5. Click Cancel to see the Course details Table > ---> table extends beyond container > >6. Apply the patch > >7. Reload the page > ---> the table is no longer overflowing >--- > .../prog/en/modules/course_reserves/course-details.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >index 3ca71955fb2..93ad26e9577 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >@@ -377,6 +377,7 @@ > { > pagingType: "full", > autoWidth: false, >+ "responsive": true > }, > table_settings > ); >-- >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 40881
: 186970