Continuing the work of Bug 32571, self checkout page should be updated to use the new WRAPPER for tabs.
Created attachment 167554 [details] [review] Bug 37048: Use template wrapper for self checkout page This patch updates the OPAC's self checkout page template to use WRAPPERs for the Bootstrap tabs markup. To test, apply the patch and enable the "WebBasedSelfCheck" system preference if necessary. - Navigate to the self checkout page (http://127.0.0.1:8080/cgi-bin/koha/sco/sco-main.pl) - Start checking out to a patron - You should see three tabs, "Checkouts", "Holds", and "Charges." The tabs should look correct and work correctly. Sponsored-By: Athens County Public Libraries
Created attachment 167559 [details] [review] Bug 37048: Use template wrapper for self checkout page This patch updates the OPAC's self checkout page template to use WRAPPERs for the Bootstrap tabs markup. To test, apply the patch and enable the "WebBasedSelfCheck" system preference if necessary. - Navigate to the self checkout page (http://127.0.0.1:8080/cgi-bin/koha/sco/sco-main.pl) - Start checking out to a patron - You should see three tabs, "Checkouts", "Holds", and "Charges." The tabs should look correct and work correctly. Sponsored-By: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com>
Created attachment 170661 [details] [review] Bug 37048: Use template wrapper for self checkout page This patch updates the OPAC's self checkout page template to use WRAPPERs for the Bootstrap tabs markup. To test, apply the patch and enable the "WebBasedSelfCheck" system preference if necessary. - Navigate to the self checkout page (http://127.0.0.1:8080/cgi-bin/koha/sco/sco-main.pl) - Start checking out to a patron - You should see three tabs, "Checkouts", "Holds", and "Charges." The tabs should look correct and work correctly. Sponsored-By: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com>
Created attachment 170788 [details] [review] Bug 37048: Use template wrapper for self checkout page This patch updates the OPAC's self checkout page template to use WRAPPERs for the Bootstrap tabs markup. To test, apply the patch and enable the "WebBasedSelfCheck" system preference if necessary. - Navigate to the self checkout page (http://127.0.0.1:8080/cgi-bin/koha/sco/sco-main.pl) - Start checking out to a patron - You should see three tabs, "Checkouts", "Holds", and "Charges." The tabs should look correct and work correctly. Sponsored-By: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Pushed for 24.11! Well done everyone, thank you!