summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-05-11 00:49:29 +0200
committermkanat%bugzilla.org <>2006-05-11 00:49:29 +0200
commitd7447bf95827d7e9da681d496a192fffbc2810a4 (patch)
treec4154e2891f79e580f722ec9c9897767aee3818b /template
parenta6b4362d3ef33b1c1fdc06690511cac19b8e2be3 (diff)
downloadbugzilla-d7447bf95827d7e9da681d496a192fffbc2810a4.tar.gz
bugzilla-d7447bf95827d7e9da681d496a192fffbc2810a4.tar.xz
Bug 96431: It's possible to write an essay in the Summary field.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/create/create-guided.html.tmpl3
-rw-r--r--template/en/default/bug/create/create.html.tmpl3
-rw-r--r--template/en/default/bug/edit.html.tmpl3
3 files changed, 6 insertions, 3 deletions
diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl
index b8f1d9fd9..1e41c07ef 100644
--- a/template/en/default/bug/create/create-guided.html.tmpl
+++ b/template/en/default/bug/create/create-guided.html.tmpl
@@ -310,7 +310,8 @@ function PutDescription() {
<b>Summary</b>
</td>
<td valign="top">
- <input type="text" size="80" name="short_desc" id="short_desc">
+ <input type="text" size="80" name="short_desc" id="short_desc"
+ maxlength="255">
<p>
A sentence which summarises the problem.
Please be descriptive and use lots of keywords.
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl
index ed84f3391..ca400d31c 100644
--- a/template/en/default/bug/create/create.html.tmpl
+++ b/template/en/default/bug/create/create.html.tmpl
@@ -301,7 +301,8 @@ function set_assign_to() {
<tr>
<td align="right"><strong>Summary:</strong></td>
<td colspan="3">
- <input name="short_desc" size="60" value="[% short_desc FILTER html %]">
+ <input name="short_desc" size="60" value="[% short_desc FILTER html %]"
+ maxlength="255">
</td>
</tr>
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 51f4223f3..adbccd141 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -374,7 +374,8 @@
</td>
<td colspan="5">
<input name="short_desc" id="short_desc"
- value="[% bug.short_desc FILTER html %]" size="60">
+ value="[% bug.short_desc FILTER html %]" size="60"
+ maxlength="255">
</td>
</tr>