summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/create.html.tmpl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2006-03-03 08:29:31 +0100
committerjocuri%softhome.net <>2006-03-03 08:29:31 +0100
commit41e3d85bc3339af17852b901f316d23d25b8ce18 (patch)
treec153014556dfcefb894496a547347843a7c4d492 /template/en/default/attachment/create.html.tmpl
parentc128d5e1b3f31913292d9cd2d1923c551f32cfcf (diff)
downloadbugzilla-41e3d85bc3339af17852b901f316d23d25b8ce18.tar.gz
bugzilla-41e3d85bc3339af17852b901f316d23d25b8ce18.tar.xz
Patch for bug 328089: make number of columns in additional comments field identical with constants.COMMENT_COLS; patch by Rudolf Ramler <rudolf.ramler@scch.at>, r=vladd, a=justdave.
Diffstat (limited to 'template/en/default/attachment/create.html.tmpl')
-rw-r--r--template/en/default/attachment/create.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl
index 410f274f2..ae64190e0 100644
--- a/template/en/default/attachment/create.html.tmpl
+++ b/template/en/default/attachment/create.html.tmpl
@@ -242,7 +242,7 @@
id = 'comment'
minrows = 6
maxrows = 15
- cols = 80
+ cols = constants.COMMENT_COLS
wrap = 'soft'
%]
</td>