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/notes.html | |
parent | e5c58aba4a1a52840ada3a6e1d0da0ef8a17f08f (diff) |
resize customer not add popup, eliminate needless <BR> in popup
Diffstat (limited to 'httemplate/view/cust_main/notes.html')
-rwxr-xr-x | httemplate/view/cust_main/notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html index a6378f46a..71511dc93 100755 --- a/httemplate/view/cust_main/notes.html +++ b/httemplate/view/cust_main/notes.html @@ -37,7 +37,7 @@ % ";notenum=$notenum", % 'actionlabel' => 'Edit customer note', % 'width' => 616, -% 'height' => 580, +% 'height' => 538, #575 % 'frame' => 'top', % ); % my $clickjs = qq!onclick="$onclick"!; |