Commit 9357849d authored by David Lawrence's avatar David Lawrence

Bug 633298 - Please add a 'form' hook to attachment/create.html.tmpl and attachment/edit.html.tmpl

r/a=mkanat
parent ce445133
......@@ -129,6 +129,9 @@ TUI_hide_default('attachment_text_field');
</td>
</tr>
[% END %]
[% Hook.process('form_before_submit') %]
<tr>
<th>&nbsp;</th>
<td><input type="submit" id="create" value="Submit"></td>
......
......@@ -266,6 +266,9 @@
[% END %]
</div>
[% Hook.process('form_before_submit') %]
[% IF user.id %]
<div id="update_container">
<input type="submit" value="Submit" id="update">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment