http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12693

            Bug ID: 12693
           Summary: colspan calculation done by members/statistics.pl
                    should be moved to template
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: minor
          Priority: P5 - low
         Component: Patrons
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

members/statistics.pl contains some code to calculate how many columns of the
main table the footer's total column should span.

As the colspan value is purely a display consideration, the logic should be
moved to the template.

members/statistics.pl:    length_keys    => scalar( @statistic_column_names),
koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt:                 
      <td colspan="[% length_keys %]">TOTAL</td>

-- 
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/

Reply via email to