X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fpopup_link-cust_main.html;h=14137859f9cb11383f6f852a087ba3d5d7be02bd;hb=3d2e1d9b5d1883f768f5a90e0dfaae7cc9a41367;hp=db53ad480e11c0a3ddd699f5bc9a6fccc94bf670;hpb=e0a26680d75fc2000bde195eba7946805a3aaa28;p=freeside.git diff --git a/httemplate/elements/popup_link-cust_main.html b/httemplate/elements/popup_link-cust_main.html index db53ad480..14137859f 100644 --- a/httemplate/elements/popup_link-cust_main.html +++ b/httemplate/elements/popup_link-cust_main.html @@ -27,7 +27,7 @@ Example: % } <%init> -my $params = { 'closetext' => 'Close' }; +my $params = { 'closetext' => emt('Close') }; if (ref($_[0]) eq 'HASH') { $params = { %$params, %{ $_[0] } };