From 4026c3c89e0c73b261e071508b863479aaf12628 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 31 Mar 2008 21:45:00 +0000 Subject: move config edit popup to elements/popup_link.html --- httemplate/elements/popup_link.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'httemplate/elements') diff --git a/httemplate/elements/popup_link.html b/httemplate/elements/popup_link.html index 0915bfa68..a444ad125 100644 --- a/httemplate/elements/popup_link.html +++ b/httemplate/elements/popup_link.html @@ -18,11 +18,15 @@ Example: 'width' => '540', '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> -- cgit v1.2.1