http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13736 Bug ID: 13736 Summary: Enable EDS Plugin Patch Change sponsored?: --- Product: Koha Version: 3.18 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: contact@alvet.com.au QA Contact: testopia@bugs.koha-community.org The EDS plugin requires 2 files to be patched. OPEN doc-dead-close.inc in \opac\htdocs\opac-tmpl\<themelang>\includes and add the below line to the end of the file. [% IF ( EDSEnabled ) %]<script type="text/javascript" language="javascript" src="/plugin/Koha/Plugin/EDS/js/EDSScript.js"></script>[% END %] OPEN Auth.pm in \lib\C4 and add the below line after CalendarFirstDayOfWeek => at approx. line 397 EDSEnabled => C4::Context->preference("EDSEnabled"), -- You are receiving this mail because: You are watching all bug changes.