X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fpopup_link_onclick.html;h=961f6233681e20ca0d9ebd13305329114607b495;hb=b431ece7b4a71aa5771f44393da582692f668817;hp=f539f4bbdee4cd5be2f1767e1ea4110bb54b9b33;hpb=40a7b3dc653e099f7bd0bd762b649b04c4432db2;p=freeside.git diff --git a/httemplate/elements/popup_link_onclick.html b/httemplate/elements/popup_link_onclick.html index f539f4bbd..961f62336 100644 --- a/httemplate/elements/popup_link_onclick.html +++ b/httemplate/elements/popup_link_onclick.html @@ -28,13 +28,13 @@ Example: % 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';