]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 573637: Add a new "before_table" hooks to the list.html.tmpl interface
authorTiago Mello <timello@linux.vnet.ibm.com>
Thu, 24 Jun 2010 16:51:23 +0000 (09:51 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 24 Jun 2010 16:51:23 +0000 (09:51 -0700)
for products, components, milestones, and versions
r=mkanat, a=mkanat

template/en/default/admin/components/list.html.tmpl
template/en/default/admin/milestones/list.html.tmpl
template/en/default/admin/products/list.html.tmpl
template/en/default/admin/versions/list.html.tmpl

index d4bf117482c9e6e560c131f1a558a337e353f5a5..0161ee6f22bad5cd8be56861895d6f95dc5ab184 100644 (file)
   %]
 [% END %]
 
+[% Hook.process('before_table') %]
+
 [% PROCESS admin/table.html.tmpl
      columns = columns
      data = product.components
index e1463603c9c89dd293235d2f2b4768eda3ca3fc3..9422855ac5d92be137fdb28c3d363686c703fcb8 100644 (file)
@@ -86,6 +86,8 @@
    } 
 %] 
 
+[% Hook.process('before_table') %]
+
 [% PROCESS admin/table.html.tmpl
      columns = columns
      data = product.milestones
index fb026aaa43053620fbf0799fa8c0441cec6baec3..13f12780a7ab9b638924b400e6dc5a6b79d3e1ea 100644 (file)
@@ -85,6 +85,8 @@
      })
 %]
 
+[% Hook.process('before_table') %]
+
 [% PROCESS admin/table.html.tmpl
      columns = columns
      data = products
index 45e33336c55bcff42c2a4a9d5c2164a095af4a8d..401ee519b3fa0641f7935880ba2abbe8a53e2a30 100644 (file)
@@ -68,6 +68,8 @@
      })
 %]
 
+[% Hook.process('before_table') %]
+
 [% PROCESS admin/table.html.tmpl
      columns = columns
      data = product.versions