diff options
author | ivan <ivan> | 2010-03-27 06:11:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-27 06:11:31 +0000 |
commit | cf3dc4ca2cb3bf4cea686a9045637addc8633e01 (patch) | |
tree | 16806858bed61c51e2c4b478a58c4179235745fe /httemplate/view/cust_main | |
parent | c0f0b22e88de38f7b8d7b2a1d5a1218c2e7b6f68 (diff) |
resize customer not add popup, eliminate needless <BR> in popup
Diffstat (limited to 'httemplate/view/cust_main')
-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 a39610ac5..f8a6a2533 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"!; |