Koha/koha-tmpl/opac-tmpl/bootstrap/en/includes
Hammat Wele 19ebcd4eb5
Bug 32341: (follow-up) Add responsivity to Curbside pickups table and changing button style for finestables
To activate Curbside pickups
    1- Enable the CurbsidePickup system preference
        1.1 Go to Administration > Global system preferences
        1.2 Search for CurbsidePickup
        1.3 Change the value for 'Enable'
        1.4 Click on 'Save all circulation preferences'
    2- Configure time slots for at least one library
        2.1 Go to Administration > Curbside pickup
        2.2 Fill out the form for Centerville (or another library)
            Enable: Check
            Pickup interval: 10 (or other)
            Maximum boss per interval: 3 (or other)
            Patron-scheduled pickup: Check
            Enable for waiting holds only: DO NOT check
        2.3 Add a time slot
            In 'New slot', enter
                Monday
                From: 10:00
                To: 12:00
            Click on 'Add'
    3- Make an appointment from the OPAC
        3.1 Go to OPAC
        3.2 Open mobile mode
        3.3 Connect with a user
        3.4 Click on 'Curbside pickups'
        3.5 Choose the library in 'Pick a library'
        3.6 Choose a date in 'Pickup date'
        3.7 Choose a time range in 'Select a time'
        3.8 Click on 'Schedule pickup'
            => Notice The table is not responsive
    4- Apply the patch
    5- Execute 'yarn build --view opac'
    6- Clean your cache or open your navigator on private mode (to load updated css files)
    7- Perform step 3.1, 3.2, 3.3, 3.4,
    8- click on 'Your pickups'
     => Confirm that the CurbsidePickup table are now displayed correctly and is now responsive.
    9- Click on 'Charges'
     => Confirm that the Charges table are now displayed correctly and is now responsive.

I correct a little bug. The "suspend_hold" button did not work anymore. This change resets it to it's original state.

Signed-off-by: David Cook <dcook@prosentient.com.au>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 16008c24c5)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2023-07-12 07:56:39 +01:00
..
modals
account-table.inc Bug 32341: (follow-up) Add responsivity to Curbside pickups table and changing button style for finestables 2023-07-12 07:56:39 +01:00
accounts.inc Bug 26403: (QA follow-up) Add missing debit and credit types to includes 2023-05-10 15:26:15 -03:00
authorities-search-results.inc
authority-identifiers.inc
av-build-dropbox.inc
biblio-title-head.inc
biblio-title.inc
bodytag.inc
calendar.inc Bug 33821: Allow direct input of dates on the OPAC 2023-05-30 08:27:50 -03:00
columns_settings.inc
datatables.inc Bug 32341: Some OPAC tables are not displayed well in mobile mode 2023-07-12 07:56:39 +01:00
date-format.inc
display-library-address.inc
doc-head-close.inc Bug 32341: (Fix) Changing the placement of the button 2023-07-12 07:56:39 +01:00
doc-head-open.inc
greybox.inc
holds-table.inc Bug 32341: (Fix) Changing the placement of the button 2023-07-12 07:56:39 +01:00
html_helpers.inc Bug 33891: Use template wrapper for tabs: OPAC advanced search 2023-06-09 11:22:18 -03:00
i18n.inc
ill-availability-table.inc
item-status.inc
js-date-format.inc
masthead-langmenu.inc
masthead-sci.inc
masthead-sco.inc
masthead.inc Bug 33813: Masthead lists button requires an aria-label 2023-06-09 12:04:45 -03:00
navigation.inc
opac-authorities.inc
opac-bottom.inc Bug 33697: Remove RecordedBooks (rbdigital) integration 2023-06-09 11:22:15 -03:00
opac-detail-sidebar.inc
opac-facets.inc
opac-note.inc
opac-topissues.inc
openlibrary-readapi.inc
overdrive-checkout.inc
overdrive-login.inc Bug 33343: Make use of the 'autocomplete=off' attribute on password fields 2023-06-09 12:04:56 -03:00
page-numbers.inc Bug 33767: Fix incorrect heading in page-numbers.inc 2023-05-19 09:20:54 -03:00
password_check.inc
patron-title.inc
resort_form.inc
serial-status.inc Bug 32752: Add new status Circulating, Out for binding, and Bound to includes 2023-05-15 18:24:08 -03:00
shelfbrowser.inc Bug 29993: Show Syndetics covers when using shelfbrowser controls 2023-05-18 11:35:13 -03:00
slip-print.inc
subtypes_unimarc.inc
title-actions-menu.inc
user-star-ratings.inc
usermenu.inc
validator-strings.inc
xslt-handler.inc