[Koha-bugs] [Bug 10433] colspan calculation done by opac/opac-reserve.pl should be moved to template

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 7 22:35:13 CEST 2013


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

--- Comment #1 from Galen Charlton <gmcharlt at gmail.com> ---
After some grepping, I've turned up one other example of a colspan value being
calculated in the script, not 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.


More information about the Koha-bugs mailing list