add latitude/longitude to prospects, customers and package locations, RT#15539
[freeside.git] / httemplate / elements / popup_link.html
index 49b624c..e5f8c61 100644 (file)
@@ -11,7 +11,7 @@ Example:
     'label'          => 'click me',     # text of <A> tag
    
     #strongly recommended
-    'actionlabel     => 'You clicked',  # popup title
+    'actionlabel'    => 'You clicked',  # popup title
    
     #opt
     'width'          => 540,
@@ -46,6 +46,7 @@ if (ref($_[0]) eq 'HASH') {
 }
 
 my $label = $params->{'label'};
+$label =~ s/ /&nbsp;/g;
 my $onclick = include('/elements/popup_link_onclick.html', $params);
 
 </%init>