From: Tiago Mello Date: Wed, 19 May 2010 17:30:46 +0000 (-0700) Subject: Bug 566697 - Add a new hook in list/table.html.tmpl before the table, to X-Git-Tag: bugzilla-3.7.1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd82e3949ee97e63915bdf6dfdaef8001958fc90;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 563b57caff..7e6eb5b99d 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -163,6 +163,8 @@ [%# Bug Table #%] [%############################################################################%] +[% Hook.process("before_table") %] + [% tableheader %] [% FOREACH bug = bugs %]