]> 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:28:24 +0000 (17:28 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 14 Sep 2010 15:28:24 +0000 (17:28 +0200)
r/a=mkanat

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

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