projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76d7b15
)
SM in new window
author
jeff
<jeff>
Tue, 19 Jan 2010 23:12:19 +0000
(23:12 +0000)
committer
jeff
<jeff>
Tue, 19 Jan 2010 23:12:19 +0000
(23:12 +0000)
FS/FS/part_export/prizm.pm
patch
|
blob
|
history
diff --git
a/FS/FS/part_export/prizm.pm
b/FS/FS/part_export/prizm.pm
index
b697992
..
6a0554b
100644
(file)
--- 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>';
'';
}