diff options
author | ivan <ivan> | 2010-03-27 06:11:32 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-27 06:11:32 +0000 |
commit | 1d25ae2a3b49fd7a4413ec8f590a696fe13780e8 (patch) | |
tree | 50bba4e59e5fff2ee18e2b5d2ff548e2b36df65d /httemplate/view/cust_main.cgi | |
parent | e5c58aba4a1a52840ada3a6e1d0da0ef8a17f08f (diff) |
resize customer not add popup, eliminate needless <BR> in popup
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 6e024132b..6eea2b09e 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 ) %> |