From 622a4e8f3085550718e08ad2c1a907c07086a627 Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Thu, 24 Jun 2010 09:51:23 -0700 Subject: Bug 573637: Add a new "before_table" hooks to the list.html.tmpl interface for products, components, milestones, and versions r=mkanat, a=mkanat --- template/en/default/admin/milestones/list.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template/en/default/admin/milestones') diff --git a/template/en/default/admin/milestones/list.html.tmpl b/template/en/default/admin/milestones/list.html.tmpl index e1463603c..9422855ac 100644 --- a/template/en/default/admin/milestones/list.html.tmpl +++ b/template/en/default/admin/milestones/list.html.tmpl @@ -86,6 +86,8 @@ } %] +[% Hook.process('before_table') %] + [% PROCESS admin/table.html.tmpl columns = columns data = product.milestones -- cgit v1.2.3-24-g4f1b