From c493f7cb5666611a7580394999461bc01577b514 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 31 Mar 2008 23:14:14 +0000 Subject: [PATCH] fix examples to use elements/init_overlib.html --- httemplate/elements/popup_link-cust_main.html | 3 +-- httemplate/elements/popup_link-cust_pkg.html | 3 +-- httemplate/elements/popup_link-cust_svc.html | 3 +-- httemplate/elements/popup_link.html | 3 +-- 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: - - + 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 -- 2.11.0