SM in new window
authorjeff <jeff>
Tue, 19 Jan 2010 23:12:19 +0000 (23:12 +0000)
committerjeff <jeff>
Tue, 19 Jan 2010 23:12:19 +0000 (23:12 +0000)
FS/FS/part_export/prizm.pm

index b697992..6a0554b 100644 (file)
@@ -493,7 +493,8 @@ sub _export_unsuspend {
 sub export_links {
   my( $self, $svc, $arrayref ) = ( shift, shift, shift );
 
-  push @$arrayref, '<A HREF="http://'. $svc->ip_addr. '">SM</A>';
+  push @$arrayref,
+    '<A HREF="http://'. $svc->ip_addr. '" target="_blank">SM</A>';
 
   '';
 }