summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main.cgi
diff options
context:
space:
mode:
authorivan <ivan>2010-03-27 06:11:31 +0000
committerivan <ivan>2010-03-27 06:11:31 +0000
commitcf3dc4ca2cb3bf4cea686a9045637addc8633e01 (patch)
tree16806858bed61c51e2c4b478a58c4179235745fe /httemplate/view/cust_main.cgi
parentc0f0b22e88de38f7b8d7b2a1d5a1218c2e7b6f68 (diff)
resize customer not add popup, eliminate needless <BR> in popup
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-xhttemplate/view/cust_main.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi
index 76f5a517e..ca8bf5442 100755
--- a/httemplate/view/cust_main.cgi
+++ b/httemplate/view/cust_main.cgi
@@ -1,5 +1,5 @@
<% include('/elements/header.html', {
- 'title' => "Customer View: ". $cust_main->name,
+ 'title' => "Customer: ". $cust_main->name,
'nobr' => 1,
})
%>
@@ -128,7 +128,7 @@ Comments
'actionlabel' => 'Enter customer note',
'cust_main' => $cust_main,
'width' => 616,
- 'height' => 408,
+ 'height' => 538, #575
)
%>