From: Tiago Mello Date: Wed, 19 May 2010 17:31:29 +0000 (-0700) Subject: Bug 566697 - Add a new hook in list/table.html.tmpl before the table, to X-Git-Tag: bugzilla-3.6.1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be6c8c52e74f03ff498551931996bb6b8838d0ab;p=thirdparty%2Fbugzilla.git Bug 566697 - Add a new hook in list/table.html.tmpl before the table, to allow customizing the column attributes r=mkanat, a=mkanat --- diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 0ddd26f730..282ea51dd9 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -162,6 +162,8 @@ [%# Bug Table #%] [%############################################################################%] +[% Hook.process("before_table") %] + [% tableheader %] [% FOREACH bug = bugs %]