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
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
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>