[Koha-bugs] [Bug 16594] New: Orders by fund has wrong link to css and other issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 25 19:29:25 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16594

            Bug ID: 16594
           Summary: Orders by fund has wrong link to css and other issues
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Templates
          Assignee: hector.hecaxmmx at gmail.com
          Reporter: hector.hecaxmmx at gmail.com
        QA Contact: testopia at bugs.koha-community.org

Orders by fund has wrong link to css and other issues

-> The example in the wiki is wrong:
<https://wiki.koha-community.org/wiki/DataTables_HowTo>

<link rel="stylesheet" type="text/css" href="[% themelang
%]/css/datatables.css" />
  [% INCLUDE 'datatables.inc' %]

-> Must be:
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme
%]/css/datatables.css" />

NOTE: Wiki needs to be updated

-> Missing <th></th> in <tfoot> tag

-> Wrong word used "Date deceived" should be "Date received"

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list