Bug 40591

Summary: Typo in fastadd button class
Product: Koha Reporter: Caroline Cyr La Rose <caroline.cyr-la-rose>
Component: TemplatesAssignee: Caroline Cyr La Rose <caroline.cyr-la-rose>
Status: Passed QA --- QA Contact: Laura Escamilla <Laura.escamilla>
Severity: enhancement    
Priority: P5 - low CC: Laura.escamilla
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 40591: Typo in fastadd button class
Bug 40591: Typo in fastadd button class
Bug 40591: Typo in fastadd button class

Description Caroline Cyr La Rose 2025-08-04 16:48:14 UTC
The fast cataloging button in the circulation home page has the class "circ-butto" instead of "circ-button" like the other ones. I'm not sure why the style still applies, as the button doesn't look different, but I suggest we correct it anyway just in case.

To recreate :
1. Go to the Circulation home page
2. Inspect the page (Ctrl + Shift + C)
3. Click on the Fast cataloging button
   --> In the inspector, notice the class for the button is circ-butto
4. Optional, inspect other buttons
   --> Note that the class for the other buttons is circ-button
Comment 1 Caroline Cyr La Rose 2025-08-04 18:47:25 UTC
Created attachment 185112 [details] [review]
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
Comment 2 Eric Garcia 2025-08-05 15:05:24 UTC
Created attachment 185126 [details] [review]
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>
Comment 3 Laura Escamilla 2025-08-16 00:19:26 UTC
Created attachment 185489 [details] [review]
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>
Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com>