X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_dsl.cgi;h=e6a3c5381e69f276e52601265a5349c845909e52;hb=d9f0a98539cd8dd957ea9a4b5d77fbb739d43d2e;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,