X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_dsl.cgi;h=e6a3c5381e69f276e52601265a5349c845909e52;hp=959b260a6c92300df033409449b0d60b25b6b3f9;hb=75e11f1d1a5ced24496b5732e290f7762403feb8;hpb=928a126034e99d99420a1cf1a7eb551e1e1d320d diff --git a/httemplate/view/svc_dsl.cgi b/httemplate/view/svc_dsl.cgi index 959b260a6..e6a3c5381 100644 --- a/httemplate/view/svc_dsl.cgi +++ b/httemplate/view/svc_dsl.cgi @@ -69,11 +69,12 @@ my $svc_cb = sub { $footer .= '

'. include('/elements/popup_link.html', { - 'action' => $p.'view/svc_Status.html'. - '?svcnum='. $svc_dsl->svcnum, - 'label' => 'View line status', - 'width' => 763, - 'height' => 256, + '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, }); }