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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/