[Koha-bugs] [Bug 13736] New: Enable EDS Plugin Patch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 20 05:32:30 CET 2015


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 at myacpl.org
          Reporter: contact at alvet.com.au
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list