summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2010-01-19 23:11:55 +0000
committerjeff <jeff>2010-01-19 23:11:55 +0000
commit58fde7907563f3093035eb779311e1daf569d6a2 (patch)
tree8d6bd6e62b419029f0b8c027b4a62cefa9ea5ceb
parent675d29058075ac08bb0ada8a70c6986fee1e5a7c (diff)
SM in new window
-rw-r--r--FS/FS/part_export/prizm.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/part_export/prizm.pm b/FS/FS/part_export/prizm.pm
index b697992c6..6a0554b6c 100644
--- a/FS/FS/part_export/prizm.pm
+++ b/FS/FS/part_export/prizm.pm
@@ -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>';
'';
}