From: ivan Date: Mon, 31 Mar 2008 21:43:39 +0000 (+0000) Subject: more approprietly sized textareas prevent scrollbars from being necessary in config... X-Git-Tag: root_of_webpay_support~781 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=bf59eef2c56025c005c17afd73fc8b23ea68d7ec more approprietly sized textareas prevent scrollbars from being necessary in config popups --- diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi index d58c2f89b..9223167c5 100644 --- a/httemplate/config/config.cgi +++ b/httemplate/config/config.cgi @@ -50,7 +50,7 @@ Setting <% $key %> % } elsif ( $type eq 'textarea' ) { - + % } elsif ( $type eq 'checkbox' ) {