summaryrefslogtreecommitdiff
path: root/httemplate/edit/svc_hardware.cgi
diff options
context:
space:
mode:
authormark <mark>2011-07-31 01:01:05 +0000
committermark <mark>2011-07-31 01:01:05 +0000
commit949dc94f84492f7ab96fb7333177898611a2cf9a (patch)
tree7966edb7a71008728ed31acdc93e4119723bb695 /httemplate/edit/svc_hardware.cgi
parent197e19d52c02f541850ca06f2628d86c2c3b9464 (diff)
more tolerant installation note fields, #13827
Diffstat (limited to 'httemplate/edit/svc_hardware.cgi')
-rw-r--r--httemplate/edit/svc_hardware.cgi4
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',
},