textareas are much less annoying to work with when their scrollbar isn't scrolled...
authorivan <ivan>
Mon, 22 Dec 2008 23:28:02 +0000 (23:28 +0000)
committerivan <ivan>
Mon, 22 Dec 2008 23:28:02 +0000 (23:28 +0000)
httemplate/config/config.cgi

index 5e73b59..4bcd8e4 100644 (file)
@@ -50,7 +50,7 @@ Setting <b><% $key %></b>
 
 %   } elsif ( $type eq 'textarea' ) { 
 
-  <textarea name="<% "$key$n" %>" rows=12 cols=88 wrap="off"><% join("\n", $conf->config($key, $agentnum)) %></textarea>
+  <textarea name="<% "$key$n" %>" rows=12 cols=78 wrap="off"><% join("\n", $conf->config($key, $agentnum)) %></textarea>
 
 %   } elsif ( $type eq 'checkbox' ) {