diff options
author | mark <mark> | 2009-11-17 00:06:25 +0000 |
---|---|---|
committer | mark <mark> | 2009-11-17 00:06:25 +0000 |
commit | e5e706ef5cebf3db8754801a9bedf90e9a796ef9 (patch) | |
tree | c6245285f11fd1ac275eac5a1eca726acdceb5bc /httemplate/view/cust_main.cgi | |
parent | d99758f77f8d2f839934498af839109596e216b8 (diff) |
cust_attachment improvement, RT#4964 and #6225
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-x | httemplate/view/cust_main.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 314207bb0..08d99d8e8 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -148,8 +148,8 @@ Comments 'action' => $p.'edit/cust_main_attach.cgi', 'actionlabel' => 'Upload file', 'cust_main' => $cust_main, - 'width' => 616, - 'height' => 408, + 'width' => 480, + 'height' => 296, ) %> % } |