diff options
author | Ivan Kohler <ivan@freeside.biz> | 2018-11-29 09:53:30 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2018-11-29 09:53:30 -0800 |
commit | aad287228dfbe5ef01be73ebaaa9a06dfbe11226 (patch) | |
tree | 5f82bf40662e19330da7d4ec02cbc042ef72bf62 /httemplate/edit/part_svc.cgi | |
parent | 697a8343f7ef80f69c1b974515550afc6b794010 (diff) |
svc_group, RT#81628
Diffstat (limited to 'httemplate/edit/part_svc.cgi')
-rwxr-xr-x | httemplate/edit/part_svc.cgi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi index 49c1c03d8..b80118f89 100755 --- a/httemplate/edit/part_svc.cgi +++ b/httemplate/edit/part_svc.cgi @@ -251,11 +251,11 @@ my $help = ''; unless ( $hashref->{svcpart} ) { $help = ' '. include('/elements/popup_link.html', - 'action' => $p.'docs/part_svc-table.html', - 'label' => 'help', + 'action' => $p.'docs/part_svc-table.html', + 'label' => 'help', 'actionlabel' => 'Service table help', - 'width' => 763, - #'height' => 400, + 'width' => 960, + 'height' => 400, ); } |