]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 524065: Template Hook for attachment creating and editing, at end
authormkanat%bugzilla.org <>
Fri, 4 Dec 2009 14:43:16 +0000 (14:43 +0000)
committermkanat%bugzilla.org <>
Fri, 4 Dec 2009 14:43:16 +0000 (14:43 +0000)
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat

template/en/default/attachment/create.html.tmpl
template/en/default/attachment/edit.html.tmpl

index a6eb038247aa7435697fc3710db148ac6c75487d..9150b2b32ca7bd33efa06b86b7c764cef71076ee 100644 (file)
 
 </form>
 
+[% Hook.process('end') %]
+
 [% PROCESS global/footer.html.tmpl %]
index 823131d648db776312df539e275946b9b1e5ff86..d9769cfa3b122d6d0ac7b230e7a6673e6a6b1f9a 100644 (file)
   [% END %]
 </div>
 
+[% Hook.process('end') %]
+
 [% PROCESS global/footer.html.tmpl %]