summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-12-04 15:43:16 +0100
committermkanat%bugzilla.org <>2009-12-04 15:43:16 +0100
commit664d731721980b43b796cf100c686df158a1650b (patch)
tree0fac9bc8a39afbf9b859f98900348048b77036af /template/en/default/attachment
parent9eec51298014aa1e759ce06342b0766e04f87d36 (diff)
downloadbugzilla-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/en/default/attachment')
-rw-r--r--template/en/default/attachment/create.html.tmpl2
-rw-r--r--template/en/default/attachment/edit.html.tmpl2
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 %]