]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 238025: generate HTML table header in editkeywords.cgi even when there...
authorjocuri%softhome.net <>
Sat, 20 Mar 2004 05:26:00 +0000 (05:26 +0000)
committerjocuri%softhome.net <>
Sat, 20 Mar 2004 05:26:00 +0000 (05:26 +0000)
template/en/default/admin/keywords/list.html.tmpl

index 367990fd0bf65454639f4fe95f93dcc9cf7847f9..d73e529e308816d33cadafafb35ca04247845a4e 100755 (executable)
   </table>
 [% END %]
 
+[% PROCESS table_header %]
+
 [% FOREACH keyword = keywords %]
-  [% IF loop.count() % max_table_size == 1 %]
+  [% IF !loop.first() && loop.count() % max_table_size == 1 %]
     [% PROCESS table_header %]
   [% END %]