From 8540e77a4e36da552b518c13200e07570182676b Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 31 Jul 2011 01:00:52 +0000 Subject: more tolerant installation note fields, #13827 --- httemplate/edit/svc_dish.cgi | 4 ++-- httemplate/edit/svc_hardware.cgi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'httemplate/edit') diff --git a/httemplate/edit/svc_dish.cgi b/httemplate/edit/svc_dish.cgi index 57df49846..f70846454 100644 --- a/httemplate/edit/svc_dish.cgi +++ b/httemplate/edit/svc_dish.cgi @@ -28,8 +28,8 @@ my @fields = ( { field => 'note', type => 'textarea', - rows => 4, - cols => 30, + rows => 8, + cols => 50, label => 'Installation notes', }, diff --git a/httemplate/edit/svc_hardware.cgi b/httemplate/edit/svc_hardware.cgi index cde74490e..dcf83de37 100644 --- a/httemplate/edit/svc_hardware.cgi +++ b/httemplate/edit/svc_hardware.cgi @@ -51,8 +51,8 @@ my @fields = ( { field => 'note', type => 'textarea', - rows => 4, - cols => 30, + rows => 8, + cols => 50, label => 'Installation notes', }, -- cgit v1.2.1