diff options
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/elements/popup_link-cust_main.html | 3 | ||||
-rw-r--r-- | httemplate/elements/popup_link-cust_pkg.html | 3 | ||||
-rw-r--r-- | httemplate/elements/popup_link-cust_svc.html | 3 | ||||
-rw-r--r-- | httemplate/elements/popup_link.html | 3 | ||||
-rw-r--r-- | httemplate/elements/popup_link_onclick.html | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/httemplate/elements/popup_link-cust_main.html b/httemplate/elements/popup_link-cust_main.html index cbb48c008..6d92301b1 100644 --- a/httemplate/elements/popup_link-cust_main.html +++ b/httemplate/elements/popup_link-cust_main.html @@ -2,8 +2,7 @@ Example: - <SCRIPT TYPE="text/javascript" SRC="overlibmws.js"></SCRIPT> - <SCRIPT TYPE="text/javascript" SRC="iframecontentmws.js"></SCRIPT> + include('/elements/init_overlib.html') include( '/elements/cust_popup_link.html', { #hashref or a list, either way diff --git a/httemplate/elements/popup_link-cust_pkg.html b/httemplate/elements/popup_link-cust_pkg.html index 2d0c5175a..cd8d5c069 100644 --- a/httemplate/elements/popup_link-cust_pkg.html +++ b/httemplate/elements/popup_link-cust_pkg.html @@ -2,8 +2,7 @@ Example: - <SCRIPT TYPE="text/javascript" SRC="overlibmws.js"></SCRIPT> - <SCRIPT TYPE="text/javascript" SRC="iframecontentmws.js"></SCRIPT> + include('/elements/init_overlib.html') include( '/elements/pkg_popup_link.html', { #hashref or a list, either way diff --git a/httemplate/elements/popup_link-cust_svc.html b/httemplate/elements/popup_link-cust_svc.html index 8a11fd780..8255ffc04 100644 --- a/httemplate/elements/popup_link-cust_svc.html +++ b/httemplate/elements/popup_link-cust_svc.html @@ -2,8 +2,7 @@ Example: - <SCRIPT TYPE="text/javascript" SRC="overlibmws.js"></SCRIPT> - <SCRIPT TYPE="text/javascript" SRC="iframecontentmws.js"></SCRIPT> + include('/elements/init_overlib.html') include( '/elements/svc_popup_link.html', { #hashref or a list, either way diff --git a/httemplate/elements/popup_link.html b/httemplate/elements/popup_link.html index a444ad125..584ffde54 100644 --- a/httemplate/elements/popup_link.html +++ b/httemplate/elements/popup_link.html @@ -2,8 +2,7 @@ Example: - <SCRIPT TYPE="text/javascript" SRC="overlibmws.js"></SCRIPT> - <SCRIPT TYPE="text/javascript" SRC="iframecontentmws.js"></SCRIPT> + include('/elements/init_overlib.html') include( '/elements/popup_link.html', { #hashref or a list, either way is fine diff --git a/httemplate/elements/popup_link_onclick.html b/httemplate/elements/popup_link_onclick.html index d14a2e795..1a07ba89c 100644 --- a/httemplate/elements/popup_link_onclick.html +++ b/httemplate/elements/popup_link_onclick.html @@ -2,8 +2,7 @@ Example: - <SCRIPT TYPE="text/javascript" SRC="overlibmws.js"></SCRIPT> - <SCRIPT TYPE="text/javascript" SRC="iframecontentmws.js"></SCRIPT> + include('/elements/init_overlib.html') include( '/elements/popup_link_onclick.html', { #hashref or a list, either way |