Bugzilla – Attachment 185126 Details for
Bug 40591
Typo in fastadd button class
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40591: Typo in fastadd button class
Bug-40591-Typo-in-fastadd-button-class.patch (text/plain), 1.60 KB, created by
Eric Garcia
on 2025-08-05 15:05:24 UTC
(
hide
)
Description:
Bug 40591: Typo in fastadd button class
Filename:
MIME Type:
Creator:
Eric Garcia
Created:
2025-08-05 15:05:24 UTC
Size:
1.60 KB
patch
obsolete
>From 32f7b7b98004cf7b4488428ed67cdfd7988214df Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Mon, 4 Aug 2025 14:45:05 -0400 >Subject: [PATCH] Bug 40591: Typo in fastadd button class > >This patch corrects a typo in the fastadd button class on the >circulation home page. > >To test: >To recreate : >1. Apply patch >2. Go to the Circulation home page >3. Inspect the page (Ctrl + Shift + C) >4. Click on the Fast cataloging button > --> In the inspector, notice the class for the button is circ-button > >Signed-off-by: Eric Garcia <cubingguy714@gmail.com> >--- > .../intranet-tmpl/prog/en/modules/circ/circulation-home.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >index ee5dbc7c76..a593b21dfa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >@@ -57,7 +57,7 @@ > [% IF ( fast_cataloging ) %] > [% IF ( CAN_user_editcatalogue_fast_cataloging ) %] > <li> >- <a class="circ-butto fastadd" href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA"><i class="fa fa-plus"></i> Fast cataloging</a> >+ <a class="circ-button fastadd" href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA"><i class="fa fa-plus"></i> Fast cataloging</a> > </li> > [% END %] > [% END %] >-- >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 40591
:
185112
|
185126
|
185489