]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 596038: The before_table hook needs to be moved before tableheader
authorFrédéric Buclin <LpSolit@gmail.com>
Tue, 14 Sep 2010 15:33:21 +0000 (17:33 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 14 Sep 2010 15:33:21 +0000 (17:33 +0200)
r/a=mkanat

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

index 282ea51dd918af220c437f436b984bfbb71fe523..b3fa7a47c003f196e3dcd02f5fd81a7d279e8a90 100644 (file)
@@ -71,6 +71,8 @@
 
 [% PROCESS bug/time.html.tmpl %]
 
+[% Hook.process("before_table") %]
+
 [%############################################################################%]
 [%# Table Header                                                             #%]
 [%############################################################################%]
 [%# Bug Table                                                                #%]
 [%############################################################################%]
 
-[% Hook.process("before_table") %]
-
 [% tableheader %]
 
 [% FOREACH bug = bugs %]