[freeside-commits] freeside/httemplate/edit svc_dish.cgi, 1.2, 1.3 svc_hardware.cgi, 1.2, 1.3

Mark Wells mark at wavetail.420.am
Sat Jul 30 18:00:54 PDT 2011


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

Modified Files:
	svc_dish.cgi svc_hardware.cgi 
Log Message:
more tolerant installation note fields, #13827

Index: svc_dish.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_dish.cgi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- svc_dish.cgi	29 Apr 2011 08:58:18 -0000	1.2
+++ svc_dish.cgi	31 Jul 2011 01:00:52 -0000	1.3
@@ -28,8 +28,8 @@
   {
     field => 'note',
     type  => 'textarea',
-    rows  => 4,
-    cols  => 30,
+    rows  => 8,
+    cols  => 50,
     label => 'Installation notes',
   },
 

Index: svc_hardware.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_hardware.cgi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- svc_hardware.cgi	29 Apr 2011 08:58:18 -0000	1.2
+++ svc_hardware.cgi	31 Jul 2011 01:00:52 -0000	1.3
@@ -51,8 +51,8 @@
   {
     field => 'note',
     type  => 'textarea',
-    rows  => 4,
-    cols  => 30,
+    rows  => 8,
+    cols  => 50,
     label => 'Installation notes',
   },
 



More information about the freeside-commits mailing list