fix "multiple states" links, RT#13922
[freeside.git] / httemplate / elements / popup_link_onclick.html
index f539f4b..961f623 100644 (file)
@@ -28,13 +28,13 @@ Example:
 
 </%doc>
 % if ($action) { 
-<% $onclick %>\
+<% $onclick |n %>\
 % }
 <%init>
 
 my( $action, $actionlabel, $frame ) = ( '', '', '' );
 my( $width, $height ) = ( 540, 336 );
-my $closetext = 'Close';
+my $closetext = emt('Close');
 my $color = '#333399';
 my $scrolling = 'auto';