From: rajanu Date: Thu, 8 Aug 2013 17:03:10 +0000 (-0400) Subject: Bug 875732 - Need hooks for new column in saved-searches X-Git-Tag: bugzilla-4.5.1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beea589302cd06252a5b7165e54bc0d53772e6fa;p=thirdparty%2Fbugzilla.git Bug 875732 - Need hooks for new column in saved-searches r=dkl,a=glob --- diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl index 5f5f09e04b..ddc2a945b5 100644 --- a/template/en/default/account/prefs/saved-searches.html.tmpl +++ b/template/en/default/account/prefs/saved-searches.html.tmpl @@ -55,6 +55,7 @@ Share With a Group [% END %] + [% Hook.process('saved-header') %] My [% terms.Bugs %] @@ -79,6 +80,7 @@ — [% END %] + [% Hook.process('saved-row') %] [% FOREACH q = user.queries %] @@ -133,6 +135,7 @@ [% END %] [% END %] + [% Hook.process('saved-row') %] [% END %]