[freeside-commits] freeside/httemplate/edit/cust_main billing.html, 1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Wed Aug 24 06:47:11 PDT 2005


Update of /home/cvs/cvsroot/freeside/httemplate/edit/cust_main
In directory wavetail:/tmp/cvs-serv27592

Modified Files:
	billing.html 
Log Message:
fix size of cvv2 help popup

Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/billing.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- billing.html	24 Aug 2005 13:22:26 -0000	1.1
+++ billing.html	24 Aug 2005 13:47:09 -0000	1.2
@@ -168,7 +168,7 @@
 
         qq!<TR><TD ALIGN="right" WIDTH="200">CVV2&nbsp;!.
 
-          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>'.
 



More information about the freeside-commits mailing list