summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/create.html.tmpl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-09-22 00:02:28 +0200
committermkanat%bugzilla.org <>2009-09-22 00:02:28 +0200
commit3e0d373be5b1736837e711e5983e704aa906cc06 (patch)
tree24a8c01b70e8fd0baba7bd57f1496316ae8f3fa6 /template/en/default/attachment/create.html.tmpl
parenta92f9a32ec0710602e069f28021d64f70363818a (diff)
downloadbugzilla-3e0d373be5b1736837e711e5983e704aa906cc06.tar.gz
bugzilla-3e0d373be5b1736837e711e5983e704aa906cc06.tar.xz
Bug 388830: Use JS to make sure there's a Description value when submitting an attachment
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit
Diffstat (limited to 'template/en/default/attachment/create.html.tmpl')
-rw-r--r--template/en/default/attachment/create.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl
index c265ae567..0b965bc4e 100644
--- a/template/en/default/attachment/create.html.tmpl
+++ b/template/en/default/attachment/create.html.tmpl
@@ -38,7 +38,9 @@
doc_section = "attachments.html"
%]
-<form name="entryform" method="post" action="attachment.cgi" enctype="multipart/form-data">
+<form name="entryform" method="post" action="attachment.cgi"
+ enctype="multipart/form-data"
+ onsubmit="return validateAttachmentForm(this)">
<input type="hidden" name="bugid" value="[% bug.bug_id %]">
<input type="hidden" name="action" value="insert">
<input type="hidden" name="token" value="[% token FILTER html %]">