From: mkanat%bugzilla.org <> Date: Fri, 4 Dec 2009 14:43:16 +0000 (+0000) Subject: Bug 524065: Template Hook for attachment creating and editing, at end X-Git-Tag: bugzilla-3.5.3~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=664d731721980b43b796cf100c686df158a1650b;p=thirdparty%2Fbugzilla.git Bug 524065: Template Hook for attachment creating and editing, at end Patch by Max Kanat-Alexander (module owner) a=mkanat --- diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index a6eb038247..9150b2b32c 100644 --- a/template/en/default/attachment/create.html.tmpl +++ b/template/en/default/attachment/create.html.tmpl @@ -129,4 +129,6 @@ +[% Hook.process('end') %] + [% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index 823131d648..d9769cfa3b 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -283,4 +283,6 @@ [% END %] +[% Hook.process('end') %] + [% PROCESS global/footer.html.tmpl %]