X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fpopup_link.html;fp=httemplate%2Felements%2Fpopup_link.html;h=20193873f141d4b6cda1d056f8f6e80dcf4d1ae0;hp=72073e34873eed60f40c041ad925da898b62fdb8;hb=79301d5f8db771871df2c679ff8da0e8ed4a5252;hpb=3f9734601a69a1e868d9b02598eb22c8b10929fa diff --git a/httemplate/elements/popup_link.html b/httemplate/elements/popup_link.html index 72073e348..20193873f 100644 --- a/httemplate/elements/popup_link.html +++ b/httemplate/elements/popup_link.html @@ -18,14 +18,18 @@ Example: 'height' => 336, 'color' => '#ff0000', 'closetext' => 'Go Away', # the value '' removes the link + + #uncommon opt 'aname' => "target", # link NAME= value, useful for #targets + 'target' => '_parent', } ) % if ($params->{'action'} && $label) { {'aname'} ? 'NAME="'. $params->{'aname'}. '"' : '' %> + <% $params->{'aname'} ? 'NAME="'. $params->{'aname'}. '"' : '' %> + <% $params->{'target'} ? 'TARGET="'. $params->{'target'}. '"' : '' %> ><% $label %>\ % } <%init>