Created attachment 15298 [details] white background On the check in page /cgi-bin/koha/circ/returns.pl the header has a white background instead of the usual blue found everywhere else. This is in master and 3.10.2 (probably others as well) Tested on Mac in the most recent FF and Chrome browsers.
Created attachment 15306 [details] [review] Bug 9608 - White background on header on check in The white background behind the header search form on the checkin page appears because the search include is missing a <div> which carries the background gradient CSS. This patch adds the missing markup to the checkin search header include file and 6 others. To test, view the following pages and confirm that the normal gradient background appears behind the header search form: - Checkin - Contracts administration - Currencies administration - Notices and slips - Printers administration (admin/printers.pl) - Stop words administration (admin/stopwords.pl) - Adding an order to a basket from a suggestions (Acquisitions -> Basket -> Add order to basket -> From a suggestions).
Created attachment 15307 [details] [review] [SIGNED-OFF] Bug 9608 - White background on header on check in The white background behind the header search form on the checkin page appears because the search include is missing a <div> which carries the background gradient CSS. This patch adds the missing markup to the checkin search header include file and 6 others. To test, view the following pages and confirm that the normal gradient background appears behind the header search form: - Checkin - Contracts administration - Currencies administration - Notices and slips - Printers administration (admin/printers.pl) - Stop words administration (admin/stopwords.pl) - Adding an order to a basket from a suggestions (Acquisitions -> Basket -> Add order to basket -> From a suggestions). Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
QA comment: I don't know how to know if the issue exists on other pages. This patch fixes this ergonomic for at least 7 pages. Marked as Passed QA.
Created attachment 15320 [details] [review] Bug 9608 - White background on header on check in The white background behind the header search form on the checkin page appears because the search include is missing a <div> which carries the background gradient CSS. This patch adds the missing markup to the checkin search header include file and 6 others. To test, view the following pages and confirm that the normal gradient background appears behind the header search form: - Checkin - Contracts administration - Currencies administration - Notices and slips - Printers administration (admin/printers.pl) - Stop words administration (admin/stopwords.pl) - Adding an order to a basket from a suggestions (Acquisitions -> Basket -> Add order to basket -> From a suggestions). Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
This patch has been pushed to master.
Pushed to 3.10.x will be in 3.10.6