From 50e8348e282ad13ec418e559dcae2f7839f09418 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 18 Aug 2023 07:02:24 +0000 Subject: [PATCH] Bug 34557: (follow-up) Make link more like button in staff interface This patch adds Bootstrap button style to the link and changes the text from "Load your checkouts" to "Show your checkouts." The patch adds an anchor to the link so that the browser jumps down the page a bit making the checkouts more visible. The patch also corrects the includes for Font Awesome files. No icons were loading because of incorrect asset links. To test, follow the previous patch's test plan, checking that the button looks correctly styled and that the page reloads with the checkout form at the top. Confirm that Font Awesome icons are loading throughout the page. Signed-off-by: AndrewA --- koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt index c0f34ab8e2..e059b83293 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt @@ -14,7 +14,9 @@ [% ELSE %] [% END %] -[% Asset.css("lib/font-awesome/css/font-awesome.min.css") | $raw %] +[% Asset.css("lib/fontawesome/css/fontawesome.min.css") | $raw %] +[% Asset.css("lib/fontawesome/css/brands.min.css") | $raw %] +[% Asset.css("lib/fontawesome/css/solid.min.css") | $raw %] [% IF ( bidi ) %] [% Asset.css("css/sco-rtl.css") | $raw %] [% ELSE %] @@ -294,7 +296,7 @@