diff options
author | ivan <ivan> | 2005-08-24 13:47:09 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-08-24 13:47:09 +0000 |
commit | 6b303b560caf53f3aed83602faf9d03602fe64b2 (patch) | |
tree | ef82fa4b29a6e32d5cfca78a0865623a62a04f0f /httemplate/edit | |
parent | 2b49cbe76b94c6c1561aa2bf37beba7d47591190 (diff) |
fix size of cvv2 help popup
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/cust_main/billing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index 65cca0ad8..17b1b0cc9 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -168,7 +168,7 @@ if ( $payby_default eq 'HIDE' ) { qq!<TR><TD ALIGN="right" WIDTH="200">CVV2 !. - qq!(<A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('../docs/cvv2.html', 472, 308, 'cvv2_popup' ), CAPTION, 'CVV2 Help', STICKY, AUTOSTATUSCAP, CLOSECLICK, DRAGGABLE ); return false;">help</A>)!. + qq!(<A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('../docs/cvv2.html', 480, 352, 'cvv2_popup' ), CAPTION, 'CVV2 Help', STICKY, AUTOSTATUSCAP, CLOSECLICK, DRAGGABLE ); return false;">help</A>)!. qq!</TD>!. '<TD WIDTH="408"><INPUT TYPE="text" NAME="paycvv" VALUE="'. ( $payby =~ /^(CARD|DCRD)$/ ? $cust_main->paycvv : '' ). '" SIZE=4 MAXLENGTH=4>'. |