diff options
author | Mark Côté <mcote@mozilla.com> | 2015-03-06 05:33:39 +0100 |
---|---|---|
committer | Mark Côté <mcote@mozilla.com> | 2015-03-09 17:14:07 +0100 |
commit | c25b318fc741b8b65a769446df6179a45b58b04e (patch) | |
tree | 066f3d0bc7e7daa792b8ed251cc00c34ee7cc96a /template/en | |
parent | b199f4960471ec9156f9c1ae2f165159d80f30df (diff) | |
download | bugzilla-c25b318fc741b8b65a769446df6179a45b58b04e.tar.gz bugzilla-c25b318fc741b8b65a769446df6179a45b58b04e.tar.xz |
Bug 1140049 - Advertise MozReview on Create New Attachment page. r=glob
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/attachment/create.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index 45c61d5a1..ad2b13a99 100644 --- a/template/en/default/attachment/create.html.tmpl +++ b/template/en/default/attachment/create.html.tmpl @@ -45,6 +45,9 @@ TUI_hide_default('attachment_text_field'); --> </script> +[%# BMO hook for displaying MozReview message %] +[% Hook.process('before_form') %] + <form name="entryform" method="post" action="attachment.cgi" enctype="multipart/form-data" onsubmit="return validateAttachmentForm(this)"> |