Summary: | PROG/CCSR deprecation: Remove opacsmallimage system-preference | ||
---|---|---|---|
Product: | Koha | Reporter: | Liz Rea <liz> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | bgkriegel, chris, olli-antti.kivilahti, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 11346 | ||
Attachments: |
Bug 11347 - PROG/CCSR deprecation: Remove opacsmallimage system-preference
[SIGNED-OFF] Bug 11347 - PROG/CCSR deprecation: Remove opacsmallimage system-preference [PASSED QA] Bug 11347 - PROG/CCSR deprecation: Remove opacsmallimage system-preference |
Description
Liz Rea
2013-12-05 21:49:24 UTC
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> |