diff options
| author | mark <mark> | 2011-07-31 01:01:05 +0000 |
|---|---|---|
| committer | mark <mark> | 2011-07-31 01:01:05 +0000 |
| commit | 949dc94f84492f7ab96fb7333177898611a2cf9a (patch) | |
| tree | 7966edb7a71008728ed31acdc93e4119723bb695 /httemplate/edit/svc_hardware.cgi | |
| parent | 197e19d52c02f541850ca06f2628d86c2c3b9464 (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', }, |
