diff options
author | ivan <ivan> | 2010-11-07 00:57:16 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-11-07 00:57:16 +0000 |
commit | 2d77bbdb0f3deff86a4b721e7b4f8be7ff5996d4 (patch) | |
tree | e6e297369e93092440710eecb5ebb1ebd5d26a28 /httemplate/elements | |
parent | 9c2d7c2a11002c9dc6774106e26953f6590ddf00 (diff) |
certificates ala communigate, RT#7515
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/popup_link-cust_svc.html | 6 |
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', |