more approprietly sized textareas prevent scrollbars from being necessary in config...
[freeside.git] / httemplate / config / config.cgi
index d58c2f8..9223167 100644 (file)
@@ -50,7 +50,7 @@ Setting <b><% $key %></b>
 
 %   } elsif ( $type eq 'textarea' ) { 
 
-  <textarea name="<% "$key$n" %>" rows=18 cols=88 wrap="off"><% join("\n", $conf->config($key, $agentnum)) %></textarea>
+  <textarea name="<% "$key$n" %>" rows=12 cols=88 wrap="off"><% join("\n", $conf->config($key, $agentnum)) %></textarea>
 
 %   } elsif ( $type eq 'checkbox' ) {