summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorivan <ivan>2010-11-07 00:56:35 +0000
committerivan <ivan>2010-11-07 00:56:35 +0000
commit2d73473ce78c22160b618e93802a9551c9c77d69 (patch)
tree8d994b6c1ee7deccdd38140f49feb1ecafbc3986 /httemplate/elements
parent36c606eedba19978d1b5e0e1bf30d3069f28be64 (diff)
certificates ala communigate, RT#7515
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/popup_link-cust_svc.html6
1 files changed, 3 insertions, 3 deletions
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 <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',