diff options
| author | levinse <levinse> | 2010-12-07 20:42:24 +0000 | 
|---|---|---|
| committer | levinse <levinse> | 2010-12-07 20:42:24 +0000 | 
| commit | 2556ec8ff5d7e03f5db0b04bf5b5738f02aa9f9c (patch) | |
| tree | 01eed0394c6f408faa3e5a0b5cbf6d2de5625407 /httemplate | |
| parent | 8468ce6abd28b145bfde14a210a166cca46115dc (diff) | |
oops...s/cust_main/prospect_main/
Diffstat (limited to 'httemplate')
| -rw-r--r-- | httemplate/elements/popup_link-prospect_main.html | 4 | 
1 files 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 <A> 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 | 
