From 2556ec8ff5d7e03f5db0b04bf5b5738f02aa9f9c Mon Sep 17 00:00:00 2001 From: levinse Date: Tue, 7 Dec 2010 20:42:24 +0000 Subject: [PATCH] oops...s/cust_main/prospect_main/ --- httemplate/elements/popup_link-prospect_main.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/elements/popup_link-prospect_main.html b/httemplate/elements/popup_link-prospect_main.html index cc22e3e12..5e9898dc4 100644 --- a/httemplate/elements/popup_link-prospect_main.html +++ b/httemplate/elements/popup_link-prospect_main.html @@ -4,13 +4,13 @@ Example: include('/elements/init_overlib.html') - include( '/elements/popup_link-cust_main.html', { #hashref or a list, either way + include( '/elements/popup_link-prospect_main.html', { #hashref or a list, either way #required 'action' => 'content.html', # uri for content of popup which should # be suitable for appending keywords 'label' => 'click me', # text of tag - 'cust_main' => $cust_main # a FS::cust_main object + 'prospect_main' => $prospect_main # a FS::prospect_main object #strongly recommended (you want a title, right?) 'actionlabel => 'You clicked', # popup title -- 2.11.0