From: ivan Date: Mon, 31 Mar 2008 23:14:14 +0000 (+0000) Subject: fix examples to use elements/init_overlib.html X-Git-Tag: root_of_webpay_support~774 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c493f7cb5666611a7580394999461bc01577b514 fix examples to use elements/init_overlib.html --- 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: - - + 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: - - + 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: - - + 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: - - + 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: - - + include('/elements/init_overlib.html') include( '/elements/popup_link_onclick.html', { #hashref or a list, either way