X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_dsl.cgi;h=e6a3c5381e69f276e52601265a5349c845909e52;hb=368ed08e24400e9d1faf401a1e4e23ea54d2c969;hp=477da268bf5b82b17d71087fe09e2386d80124d1;hpb=c9678906cb89a0c05a67d8118898202b64f84fd6;p=freeside.git diff --git a/httemplate/view/svc_dsl.cgi b/httemplate/view/svc_dsl.cgi index 477da268b..e6a3c5381 100644 --- a/httemplate/view/svc_dsl.cgi +++ b/httemplate/view/svc_dsl.cgi @@ -65,6 +65,20 @@ my $svc_cb = sub { } + if ( grep $_->can('export_getstatus'), $part_svc->part_export ) { + + $footer .= '

'. + include('/elements/popup_link.html', { + 'action' => $p.'view/svc_Status.html'. + '?svcnum='. $svc_dsl->svcnum, + 'label' => 'View line status', #link + 'actionlabel' => 'View line status', #popup border + 'width' => 763, + 'height' => 300, + }); + + } + $footer .= '

'. include( '/view/elements/svc_devices.html', 'svc_x' => $svc_dsl,