Commit 622a4e8f authored by Tiago Mello's avatar Tiago Mello Committed by Max Kanat-Alexander

Bug 573637: Add a new "before_table" hooks to the list.html.tmpl interface

for products, components, milestones, and versions r=mkanat, a=mkanat
parent febd1676
...@@ -102,6 +102,8 @@ ...@@ -102,6 +102,8 @@
%] %]
[% END %] [% END %]
[% Hook.process('before_table') %]
[% PROCESS admin/table.html.tmpl [% PROCESS admin/table.html.tmpl
columns = columns columns = columns
data = product.components data = product.components
......
...@@ -86,6 +86,8 @@ ...@@ -86,6 +86,8 @@
} }
%] %]
[% Hook.process('before_table') %]
[% PROCESS admin/table.html.tmpl [% PROCESS admin/table.html.tmpl
columns = columns columns = columns
data = product.milestones data = product.milestones
......
...@@ -85,6 +85,8 @@ ...@@ -85,6 +85,8 @@
}) })
%] %]
[% Hook.process('before_table') %]
[% PROCESS admin/table.html.tmpl [% PROCESS admin/table.html.tmpl
columns = columns columns = columns
data = products data = products
......
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
}) })
%] %]
[% Hook.process('before_table') %]
[% PROCESS admin/table.html.tmpl [% PROCESS admin/table.html.tmpl
columns = columns columns = columns
data = product.versions data = product.versions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment