]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 566697 - Add a new hook in list/table.html.tmpl before the table, to
authorTiago Mello <timello@linux.vnet.ibm.com>
Wed, 19 May 2010 17:31:29 +0000 (10:31 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 19 May 2010 17:31:29 +0000 (10:31 -0700)
allow customizing the column attributes
r=mkanat, a=mkanat

template/en/default/list/table.html.tmpl

index 0ddd26f73084f5b2ae9dcaf888d0192e847fc85f..282ea51dd918af220c437f436b984bfbb71fe523 100644 (file)
 [%# Bug Table                                                                #%]
 [%############################################################################%]
 
+[% Hook.process("before_table") %]
+
 [% tableheader %]
 
 [% FOREACH bug = bugs %]