From: levinse Date: Tue, 7 Dec 2010 20:42:24 +0000 (+0000) Subject: oops...s/cust_main/prospect_main/ X-Git-Tag: TORRUS_1_0_9~32 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=2556ec8ff5d7e03f5db0b04bf5b5738f02aa9f9c oops...s/cust_main/prospect_main/ --- 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