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/admin/users/userdata.html.tmpl | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'template/en/default/admin/users/userdata.html.tmpl') diff --git a/template/en/default/admin/users/userdata.html.tmpl b/template/en/default/admin/users/userdata.html.tmpl index 672e180bf..afb402554 100644 --- a/template/en/default/admin/users/userdata.html.tmpl +++ b/template/en/default/admin/users/userdata.html.tmpl @@ -72,9 +72,15 @@ -
+ [% INCLUDE global/textarea.html.tmpl + name = 'disabledtext' + id = 'disabledtext' + minrows = 2 + maxrows = 10 + defaultrows = 10 + cols = 60 + defaultcontent = otheruser.disabledtext + %]
(If non-empty, then the account will be disabled, and this text should explain why.) [% IF editform %] -- cgit v1.2.3-24-g4f1b