Bug 34270: Upgrade and prune jQueryUI assets in the staff interface
authorOwen Leonard <oleonard@myacpl.org>
Thu, 13 Jul 2023 13:41:21 +0000 (13:41 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 9 Oct 2023 14:41:18 +0000 (11:41 -0300)
commit2b4e22b5b9eaff81738da0725f422989b072376f
tree3f9184ee50e19e31561021b8396c0d109934f26a
parent64afe78e04ed8df6cea2a820512276990c63b369
Bug 34270: Upgrade and prune jQueryUI assets in the staff interface

This patch updates jQueryUI assets in the staff interface with an
upgraded and trimmed version which includes only support for jQueryUI
autocomplete.

Global staff interface CSS has been modified to remove unused
jQueryUI-related styles and to accommodate the updated assets.

The patch also removes some unused jQueryUI image assets from the OPAC
templates.

To test, apply the patch and rebuild the staff interface CSS. Test the
"Check out" form in the header to confirm that it still looks correct
and works correctly.

Signed-off-by: Émily-Rose Francoeur <emily-rose.francoeur@inLibro.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
23 files changed:
koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_444444_256x240.png [deleted file]
koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_555555_256x240.png [deleted file]
koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_777620_256x240.png [deleted file]
koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_777777_256x240.png [deleted file]
koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_aaa_256x240.png [deleted file]
koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_cc0000_256x240.png [deleted file]
koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_ffffff_256x240.png [deleted file]
koha-tmpl/intranet-tmpl/lib/jquery/jquery-ui-1.13.1.min.css [deleted file]
koha-tmpl/intranet-tmpl/lib/jquery/jquery-ui-1.13.1.min.js [deleted file]
koha-tmpl/intranet-tmpl/lib/jquery/jquery-ui-1.13.2.min.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/jquery/jquery-ui-1.13.2.min.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/jquery/jquery-ui-rtl-1.13.0.min.css [deleted file]
koha-tmpl/intranet-tmpl/lib/jquery/jquery-ui-rtl-1.13.2.min.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss
koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc
koha-tmpl/intranet-tmpl/prog/en/includes/installer-intranet-bottom.inc
koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc
koha-tmpl/opac-tmpl/lib/jquery/images/ui-icons_444444_256x240.png [deleted file]
koha-tmpl/opac-tmpl/lib/jquery/images/ui-icons_555555_256x240.png [deleted file]
koha-tmpl/opac-tmpl/lib/jquery/images/ui-icons_777620_256x240.png [deleted file]
koha-tmpl/opac-tmpl/lib/jquery/images/ui-icons_777777_256x240.png [deleted file]
koha-tmpl/opac-tmpl/lib/jquery/images/ui-icons_cc0000_256x240.png [deleted file]
koha-tmpl/opac-tmpl/lib/jquery/images/ui-icons_ffffff_256x240.png [deleted file]