Bugzilla – Attachment 144869 Details for
Bug 31248
Fix responsive table style in the OPAC after switch to Bootstrap tabs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31248: Fix responsiveness of tables on OPAC summary page
Bug-31248-Fix-responsiveness-of-tables-on-OPAC-sum.patch (text/plain), 1.83 KB, created by
Lucas Gass (lukeg)
on 2022-12-28 18:46:00 UTC
(
hide
)
Description:
Bug 31248: Fix responsiveness of tables on OPAC summary page
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2022-12-28 18:46:00 UTC
Size:
1.83 KB
patch
obsolete
>From b4df3b1e02481d85c5df99667e381b4d4c10ff2f Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 28 Dec 2022 18:42:15 +0000 >Subject: [PATCH] Bug 31248: Fix responsiveness of tables on OPAC summary page > >This patch adds back the responsive styles of the tables on the OPAC summary page. This includes all of the following tables that may appear: > >opac-user-checkouts >opac-user-relative-issues >opac-user-overdues >opac-user-fines >opac-user-relative-fines >opac-user-clubs >opac-user-holds >opac-user-recalls >opac-user-article-requests >opac-user-overdrive >opac-user-recordedbooks > >To test: >1) Make sure you have checkouts in your account >2) Log into the OPAC >--> In 'Your summary' current checkouts are in a table >3) Go to 'You checkout history' >--> Current and previous checkouts are in a table >4) Switch to mobile view (in Firefox, Ctrl + Shift + M) >--> Checkout history is still in a table and the last column is not entirely visible (depending on the content of the columns, I suppose) >5) Go to 'Your summary' >--> Current checkouts are presented in list form instead of a table >6) Apply patch and rebuild the OPAC CSS ( https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface ) >7) Try the tables again, they should appear in a list form when the screen is smaller than 608px. >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss >index 58c80143af1..57263fda8ca 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss >@@ -213,6 +213,7 @@ > > .ui-tabs-panel, > .tabs-container, >+ #opac-user-views, > #topissues, > #usertags, > #usersuggestions { >-- >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 31248
:
138180
|
144869
|
144899
|
145375
|
145376
|
145377
|
147213
|
147214