Bugzilla – Attachment 173937 Details for
Bug 38349
Fix style of sidebar form submit button on tags review page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38349: Fix style of sidebar form submit button on tags review page
Bug-38349-Fix-style-of-sidebar-form-submit-button-.patch (text/plain), 1.75 KB, created by
Owen Leonard
on 2024-11-04 15:47:07 UTC
(
hide
)
Description:
Bug 38349: Fix style of sidebar form submit button on tags review page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-11-04 15:47:07 UTC
Size:
1.75 KB
patch
obsolete
>From f5d4dbe8623278993765311b959650f3860a60db Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 4 Nov 2024 15:36:03 +0000 >Subject: [PATCH] Bug 38349: Fix style of sidebar form submit button on tags > review page > >This patch fixes the markup of the sidebar form on the tags >review page and removes an incorrect "btn-sm" class from the >submit button. > >To test, apply the patch and go to Tools -> Tags. > >In the sidebar form, confirm that the submit button has the same yellow >"primary" style as other submit buttons, and that it fills the width of >the sidebar. > >Sponsored-by: Athens County Public Libraries >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >index 514accf477..c2627202f7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >@@ -301,9 +301,9 @@ > <div class="hint">[% INCLUDE 'date-format.inc' %]</div> > </li> > </ol> >- <fieldset class="action"> >- <button type="submit" class="btn btn-primary btn-sm"><i class="fa fa-filter" aria-hidden="true"></i> Apply filter(s)</button> >- </fieldset> >+ </fieldset> >+ <fieldset class="action"> >+ <button type="submit" class="btn btn-primary"><i class="fa fa-filter" aria-hidden="true"></i> Apply filter(s)</button> > </fieldset> > </form> > >-- >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 38349
: 173937