diff options
author | mark <mark> | 2011-07-31 01:00:52 +0000 |
---|---|---|
committer | mark <mark> | 2011-07-31 01:00:52 +0000 |
commit | 8540e77a4e36da552b518c13200e07570182676b (patch) | |
tree | 03d56c5071c48ac936a51025861021d92243a9b6 /httemplate/edit/svc_hardware.cgi | |
parent | 007fd3026ade508a9d88b436575a4797d003280a (diff) |
more tolerant installation note fields, #13827
Diffstat (limited to 'httemplate/edit/svc_hardware.cgi')
-rw-r--r-- | httemplate/edit/svc_hardware.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
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', }, |