[freeside-commits] freeside/httemplate/elements popup_link-prospect_main.html, 1.1, 1.2

Erik Levinson levinse at wavetail.420.am
Tue Dec 7 12:42:26 PST 2010


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv32412/httemplate/elements

Modified Files:
	popup_link-prospect_main.html 
Log Message:
oops...s/cust_main/prospect_main/


Index: popup_link-prospect_main.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/popup_link-prospect_main.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- popup_link-prospect_main.html	7 Dec 2010 20:38:51 -0000	1.1
+++ popup_link-prospect_main.html	7 Dec 2010 20:42:24 -0000	1.2
@@ -4,13 +4,13 @@
 
   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



More information about the freeside-commits mailing list