X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fpopup_link-cust_svc.html;h=39c0d3181fda3177b174c0650e1a771129b711b2;hp=8255ffc04cc196e05cce401bf20173cb80bb3da8;hb=2d73473ce78c22160b618e93802a9551c9c77d69;hpb=36c606eedba19978d1b5e0e1bf30d3069f28be64 diff --git a/httemplate/elements/popup_link-cust_svc.html b/httemplate/elements/popup_link-cust_svc.html index 8255ffc04..39c0d3181 100644 --- a/httemplate/elements/popup_link-cust_svc.html +++ b/httemplate/elements/popup_link-cust_svc.html @@ -4,16 +4,16 @@ Example: 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 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',