diff options
| author | ivan <ivan> | 2011-11-11 23:38:48 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-11-11 23:38:48 +0000 |
| commit | 55b923c7e138919c6a22503ad3441cec0279163a (patch) | |
| tree | 2d4388a6428694fad6eea2c862da6e9f54fe0a43 /httemplate | |
| parent | 3462bce6b1627e626cdcece26d504f7c4796cc66 (diff) | |
DSL status pulling, RT#13656
Diffstat (limited to 'httemplate')
| -rw-r--r-- | httemplate/view/svc_dsl.cgi | 11 |
1 files changed, 6 insertions, 5 deletions
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 .= '<BR><BR>'. 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, }); } |
