X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fpopup_link.html;h=72073e34873eed60f40c041ad925da898b62fdb8;hb=145e7ee0b767e95c229657680ae477bb693ac7fc;hp=0915bfa6887d43698d263ec0eeb5b3473a82fa4a;hpb=41ab1bbaf58292688e1e84ab153059896f17a5d4;p=freeside.git diff --git a/httemplate/elements/popup_link.html b/httemplate/elements/popup_link.html index 0915bfa68..72073e348 100644 --- a/httemplate/elements/popup_link.html +++ b/httemplate/elements/popup_link.html @@ -2,8 +2,7 @@ Example: - - + include('/elements/init_overlib.html') include( '/elements/popup_link.html', { #hashref or a list, either way is fine @@ -15,14 +14,19 @@ Example: 'actionlabel => 'You clicked', # popup title #opt - 'width' => '540', + 'width' => 540, + 'height' => 336, 'color' => '#ff0000', 'closetext' => 'Go Away', # the value '' removes the link + 'aname' => "target", # link NAME= value, useful for #targets } ) % if ($params->{'action'} && $label) { -<% $label %>\ +{'aname'} ? 'NAME="'. $params->{'aname'}. '"' : '' %> +><% $label %>\ % } <%init>