[freeside-commits] freeside/httemplate/edit/cust_main billing.html, 1.14.2.6, 1.14.2.7

Ivan,,, ivan at wavetail.420.am
Mon Mar 31 15:27:58 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/edit/cust_main
In directory wavetail.420.am:/tmp/cvs-serv15374/edit/cust_main

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	billing.html 
Log Message:
overlib cleanup: easy static CVV2/echeck popups

Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/billing.html,v
retrieving revision 1.14.2.6
retrieving revision 1.14.2.7
diff -u -d -r1.14.2.6 -r1.14.2.7
--- billing.html	17 Dec 2007 00:59:43 -0000	1.14.2.6
+++ billing.html	31 Mar 2008 22:27:56 -0000	1.14.2.7
@@ -107,16 +107,7 @@
 
   </SCRIPT>
 
-  <SCRIPT TYPE="text/javascript" SRC="../elements/overlibmws.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="../elements/overlibmws_iframe.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="../elements/overlibmws_draggable.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript">
-  function OLiframeContent(src, width, height, name) {
-    return ('<iframe src="'+src+'" width="'+width+'" height="'+height+'"'
-     +(name?' name="'+name+'" id="'+name+'"':'')+' scrolling="auto">'
-     +'<div>[iframe not supported]</div></iframe>');
-  }
-  </SCRIPT>
+  <% include('/elements/init_overlib.html') %>
 
 %  my $payby = $cust_main->payby;
 %  my $paytype = $cust_main->paytype;



More information about the freeside-commits mailing list