Bugzilla – Attachment 189632 Details for
Bug 41257
ILL "List requests"/"Refresh" wording doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41257: Remove 'btn-sm' CSS class
Bug-41257-Remove-btn-sm-CSS-class.patch (text/plain), 1.66 KB, created by
Pedro Amorim
on 2025-11-17 14:44:46 UTC
(
hide
)
Description:
Bug 41257: Remove 'btn-sm' CSS class
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-11-17 14:44:46 UTC
Size:
1.66 KB
patch
obsolete
>From 3a17edec01cf06734e0b4abe1a6130520ececb93 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Mon, 17 Nov 2025 14:43:44 +0000 >Subject: [PATCH] Bug 41257: Remove 'btn-sm' CSS class > >It may have made sense in the past but I don't think it does anymore. It adds an odd bottom spacing to the button >--- > koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc >index da461c30155..b6ec46f93c0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc >@@ -20,9 +20,9 @@ > <a id="ill-new" class="btn btn-default disabled" href=""> <i class="fa fa-plus"></i> New ILL request </a> > [% END %] > [% IF op == 'illlist' %] >- <a id="ill-list" class="btn btn-sm btn-default btn-group" href="/cgi-bin/koha/ill/ill-requests.pl"> <i class="fa fa-list"></i> Refresh </a> >+ <a id="ill-list" class="btn btn-default btn-group" href="/cgi-bin/koha/ill/ill-requests.pl"> <i class="fa fa-list"></i> Refresh </a> > [% ELSE %] >- <a id="ill-list" class="btn btn-sm btn-default btn-group" href="/cgi-bin/koha/ill/ill-requests.pl"> <i class="fa fa-list"></i> List requests </a> >+ <a id="ill-list" class="btn btn-default btn-group" href="/cgi-bin/koha/ill/ill-requests.pl"> <i class="fa fa-list"></i> List requests </a> > [% END %] > [% IF have_batch.size > 0 && metadata_enrichment_services %] > <div id="ill-batch"> >-- >2.39.5
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 41257
:
189631
|
189632
|
189643
|
189644
|
189646
|
189647