Currently, the toolbar containing the buttons "New Record" and "Z39.50 search" is missing a background. Before we moved from YUI to Bootstrap, there was an extra div#toolbar wrapping the button group, but that appears to have vanished (and with it the background). We might be able to just change the current id from "newmenuc" to "toolbar", since the javascript that touched "newmenuc" seems to have been removed from the page as well (since it cleared the newmenuc div so that the plain html could be replaced with yui buttons). However, I'm loathe to do that without making sure that no existing functionality would break from doing that. It might be an idea to just wrap that div with a div#toolbar again to get that background back.
Created attachment 18115 [details] [review] Bug 10233 - Toolbar background missing from staff client catalogue page The toolbar on the cataloging home page lacks the standard toolbar id, resulting in an inconsistent appearance. This patch adds the correct id. To test, apply the patch, clear your browser cache, and view the cataloging home page (cataloguing/addbooks.pl). The toolbar should look like other toolbars in Koha (for instance, members/members-home.pl).
Created attachment 18122 [details] [review] [SIGNED-OFF] Bug 10233 - Toolbar background missing from staff client catalogue page The toolbar on the cataloging home page lacks the standard toolbar id, resulting in an inconsistent appearance. This patch adds the correct id. To test, apply the patch, clear your browser cache, and view the cataloging home page (cataloguing/addbooks.pl). The toolbar should look like other toolbars in Koha (for instance, members/members-home.pl). Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Created attachment 18128 [details] [review] [PASSED QA] Bug 10233 - Toolbar background missing from staff client catalogue page The toolbar on the cataloging home page lacks the standard toolbar id, resulting in an inconsistent appearance. This patch adds the correct id. To test, apply the patch, clear your browser cache, and view the cataloging home page (cataloguing/addbooks.pl). The toolbar should look like other toolbars in Koha (for instance, members/members-home.pl). Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Template change only, no string changed involved. Works as described.
This patch has been pushed to master and 3.12.x.