From 947e78213b1a987b483a9c29f3436dc15a80d6e0 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 22 Feb 2006 22:25:24 +0000 Subject: Bug 291459: Make textareas zoom large when in use - Patch by Marc Schumann r=vladd a=justdave --- template/en/default/bug/edit.html.tmpl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'template/en/default/bug/edit.html.tmpl') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 349b05049..3c647b67d 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -567,8 +567,14 @@ [% END %]
- + [% INCLUDE global/textarea.html.tmpl + name = 'comment' + id = 'comment' + minrows = 10 + maxrows = 25 + cols = 80 + accesskey = 'c' + %] [% IF NOT bug.cc || NOT bug.cc.contains(user.login) %]
-- cgit v1.2.3-24-g4f1b