Bug 16827

Summary: Remove "by" before primary access point.
Product: Koha Reporter: verolencinas <verolencinas>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: katrin.fischer
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Screenshot of OPAC showing a conference record.

Description verolencinas 2016-06-28 17:01:40 UTC
Created attachment 52933 [details]
Screenshot of OPAC showing a conference record.

After showing the title with the statement of responsability the OPAC shows the primary access point preceded by the word "by". In case of defendants, corporate bodies and conferences it is odd to have this word preceding an authorized access point.
This word should be deleted in the OPAC and if there are libraries who want to maintain the "by" practice, it should be possible to add a system preference to do so.
Comment 1 Katrin Fischer 2020-01-11 14:22:56 UTC
The by has its own CSS class an can be easily removed from the display using the OPACUserCSS and IntranetUserCSS preferences now:

.byAuthor { display:none; }