[freeside-commits] freeside/httemplate/edit svc_dish.cgi, 1.2, 1.2.2.1 svc_hardware.cgi, 1.2, 1.2.2.1
Mark Wells
mark at wavetail.420.am
Sat Jul 30 18:01:07 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv27643/httemplate/edit
Modified Files:
Tag: FREESIDE_2_3_BRANCH
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.2.2.1
diff -u -w -d -r1.2 -r1.2.2.1
--- svc_dish.cgi 29 Apr 2011 08:58:18 -0000 1.2
+++ svc_dish.cgi 31 Jul 2011 01:01:05 -0000 1.2.2.1
@@ -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.2.2.1
diff -u -w -d -r1.2 -r1.2.2.1
--- svc_hardware.cgi 29 Apr 2011 08:58:18 -0000 1.2
+++ svc_hardware.cgi 31 Jul 2011 01:01:05 -0000 1.2.2.1
@@ -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