summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main
diff options
context:
space:
mode:
authorivan <ivan>2008-03-31 22:27:55 +0000
committerivan <ivan>2008-03-31 22:27:55 +0000
commit19f9cc14302fdae5dbfcb580abea3c03ee612593 (patch)
tree8297b6e84326698ae6bdd530c334db0b3fbad69d /httemplate/edit/cust_main
parent73ca4a7623bd4b9846fea9a47d0a5a232f9d3ddd (diff)
overlib cleanup: easy static CVV2/echeck popups
Diffstat (limited to 'httemplate/edit/cust_main')
-rw-r--r--httemplate/edit/cust_main/billing.html11
1 files changed, 1 insertions, 10 deletions
diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html
index 6ed35c15a..6b1c2a86f 100644
--- a/httemplate/edit/cust_main/billing.html
+++ b/httemplate/edit/cust_main/billing.html
@@ -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;