From: Frédéric Buclin Date: Tue, 14 Sep 2010 15:33:21 +0000 (+0200) Subject: Bug 596038: The before_table hook needs to be moved before tableheader X-Git-Tag: bugzilla-3.6.3~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e5f4de67232f5a8736b866153c3bad7d28bb19c;p=thirdparty%2Fbugzilla.git Bug 596038: The before_table hook needs to be moved before tableheader r/a=mkanat --- diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 282ea51dd9..b3fa7a47c0 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -71,6 +71,8 @@ [% PROCESS bug/time.html.tmpl %] +[% Hook.process("before_table") %] + [%############################################################################%] [%# Table Header #%] [%############################################################################%] @@ -162,8 +164,6 @@ [%# Bug Table #%] [%############################################################################%] -[% Hook.process("before_table") %] - [% tableheader %] [% FOREACH bug = bugs %]