[freeside-commits] freeside/httemplate/elements popup_link-cust_svc.html, 1.4, 1.5

Ivan,,, ivan at wavetail.420.am
Sat Nov 6 17:56:37 PDT 2010


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

Modified Files:
	popup_link-cust_svc.html 
Log Message:
certificates ala communigate, RT#7515

Index: popup_link-cust_svc.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/popup_link-cust_svc.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- popup_link-cust_svc.html	31 Mar 2008 23:14:14 -0000	1.4
+++ popup_link-cust_svc.html	7 Nov 2010 00:56:35 -0000	1.5
@@ -4,16 +4,16 @@
 
   include('/elements/init_overlib.html')
 
-  include( '/elements/svc_popup_link.html', { #hashref or a list, either way
+  include('/elements/popup_link-cust_svc.html', { #hashref or a list, either way
 
     #required
     'action'         => 'content.html', # uri for content of popup which should
                                         # be suitable for appending '?svcnum='
     'label'          => 'click me',     # text of <A> tag
-    'cust_svc'       => $cust_svc       # a FS::cust_svc object
+    'cust_svc'       => $cust_svc       # a FS::cust_svc object or FS::svc_* object
    
     #strongly recommended (you want a title, right?)
-    'actionlabel     => 'You clicked',  # popup title
+    'actionlabel'    => 'You clicked',  # popup title
    
     #opt
     'width'          => '540',



More information about the freeside-commits mailing list