]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 875732 - Need hooks for new column in saved-searches
authorrajanu <aliustek@gmail.com>
Thu, 8 Aug 2013 17:03:10 +0000 (13:03 -0400)
committerDave Lawrence <dlawrence@mozilla.com>
Thu, 8 Aug 2013 17:03:10 +0000 (13:03 -0400)
r=dkl,a=glob

template/en/default/account/prefs/saved-searches.html.tmpl

index 5f5f09e04b50eecf1deeea069727ec5c44491b6c..ddc2a945b5d37629fb3a7d71def8fc36d65a8eef 100644 (file)
@@ -55,6 +55,7 @@
           Share With a Group
         </th>
       [% END %]
+      [% Hook.process('saved-header') %]
     </tr>
     <tr>
       <td>My [% terms.Bugs %]</td>
@@ -79,6 +80,7 @@
           &mdash;
         </td>
       [% END %]
+      [% Hook.process('saved-row') %]
     </tr>
     [% FOREACH q = user.queries %]
       <tr>
             [% END %]
           </td>
         [% END %]
+        [% Hook.process('saved-row') %]
       </tr>
     [% END %]
   </table>