diff options
author | mkanat%bugzilla.org <> | 2009-12-04 15:43:16 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-12-04 15:43:16 +0100 |
commit | 664d731721980b43b796cf100c686df158a1650b (patch) | |
tree | 0fac9bc8a39afbf9b859f98900348048b77036af /template | |
parent | 9eec51298014aa1e759ce06342b0766e04f87d36 (diff) | |
download | bugzilla-664d731721980b43b796cf100c686df158a1650b.tar.gz bugzilla-664d731721980b43b796cf100c686df158a1650b.tar.xz |
Bug 524065: Template Hook for attachment creating and editing, at end
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/attachment/create.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/attachment/edit.html.tmpl | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index a6eb03824..9150b2b32 100644 --- a/template/en/default/attachment/create.html.tmpl +++ b/template/en/default/attachment/create.html.tmpl @@ -129,4 +129,6 @@ </form> +[% 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 823131d64..d9769cfa3 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -283,4 +283,6 @@ [% END %] </div> +[% Hook.process('end') %] + [% PROCESS global/footer.html.tmpl %] |