the opacsmallimage system preference is unused in the bootstrap theme, it should be removed when the themes are removed. To replace the functionality of customizing the logo in the top corner, one would use CSS to change the background of #logo.
BTW Adding a new css directive #logo { background:transparent url("../images/vaara-kirjastot-logo-medium.png") no-repeat scroll 0; border:0; float:left!important; margin:0; padding:0; width: 163px; height: 50px; } to overwrite the one in opac.css:1's monster oneliner will break the responsive design. This is especially true when the logo is of different size.
(In reply to Olli-Antti Kivilahti from comment #1) > to overwrite the one in opac.css:1's monster oneliner > will break the responsive design. This is especially true when the logo is > of different size. I recommend putting custom logos in the opacheader region if you're using the Bootstrap theme.
Created attachment 29418 [details] [review] Bug 11347 - PROG/CCSR deprecation: Remove opacsmallimage system-preference The opacsmallimage system preference is unused in the bootstrap theme. It can be removed now that prog and ccsr are deprecated. This patch does so. To test, apply the patch and run updatedatabase. Confirm that the OPAC works properly and the preference can no longer be found.
Created attachment 29470 [details] [review] [SIGNED-OFF] Bug 11347 - PROG/CCSR deprecation: Remove opacsmallimage system-preference The opacsmallimage system preference is unused in the bootstrap theme. It can be removed now that prog and ccsr are deprecated. This patch does so. To test, apply the patch and run updatedatabase. Confirm that the OPAC works properly and the preference can no longer be found. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Preference removed, no koha-qa errors
Created attachment 29483 [details] [review] [PASSED QA] Bug 11347 - PROG/CCSR deprecation: Remove opacsmallimage system-preference The opacsmallimage system preference is unused in the bootstrap theme. It can be removed now that prog and ccsr are deprecated. This patch does so. To test, apply the patch and run updatedatabase. Confirm that the OPAC works properly and the preference can no longer be found. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Preference removed, no koha-qa errors Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>