Bug 34710 - Remove GreyBox from OPAC
Summary: Remove GreyBox from OPAC
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on: 32333
Blocks: 8290
  Show dependency treegraph
 
Reported: 2023-09-05 02:43 UTC by David Cook
Modified: 2023-09-05 23:19 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Cook 2023-09-05 02:43:14 UTC
When I grep for "greybox" in the OPAC, I only really see one two relevant references:

koha-tmpl/opac-tmpl/bootstrap/en/includes/greybox.inc
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt

The "opac-detail.tt" is just including "greybox.inc" 

I don't know enough about greybox to know how to remove it but it looks like it should be easy enough?
Comment 1 Owen Leonard 2023-09-05 11:11:21 UTC
See Bug 32333