]> 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:30:46 +0000 (10:30 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 19 May 2010 17:30:46 +0000 (10:30 -0700)
allow customizing the column attributes
r=mkanat, a=mkanat

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

index 563b57caffd9d7c0c0fa9700f38b7a56ff3e0ba4..7e6eb5b99d94f530cb820a00c5bcf19d7955ecb4 100644 (file)
 [%# Bug Table                                                                #%]
 [%############################################################################%]
 
+[% Hook.process("before_table") %]
+
 [% tableheader %]
 
 [% FOREACH bug = bugs %]