X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_dsl.cgi;h=e6a3c5381e69f276e52601265a5349c845909e52;hp=477da268bf5b82b17d71087fe09e2386d80124d1;hb=c3da5cf1caa244937d280e0f406927103beef148;hpb=14c5096e04f0d1ac2a19a3c6c41e537a9aa0f78c 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,