[freeside-commits] freeside/httemplate/config config.cgi, 1.27, 1.28

Ivan,,, ivan at wavetail.420.am
Mon Dec 22 15:28:04 PST 2008


Update of /home/cvs/cvsroot/freeside/httemplate/config
In directory wavetail.420.am:/tmp/cvs-serv8638

Modified Files:
	config.cgi 
Log Message:
textareas are much less annoying to work with when their scrollbar isn't scrolled off the side itself

Index: config.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/config/config.cgi,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- config.cgi	19 Oct 2008 01:57:42 -0000	1.27
+++ config.cgi	22 Dec 2008 23:28:02 -0000	1.28
@@ -50,7 +50,7 @@
 
 %   } 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' ) { 
 



More information about the freeside-commits mailing list