summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-11-29 09:53:30 -0800
committerIvan Kohler <ivan@freeside.biz>2018-11-29 09:58:45 -0800
commitbc7104ea4d6c2e9efe7a1fb4460e2ed71b5e911a (patch)
tree0d74a4adc04ec48aca672525e10f155e11b16ed6 /httemplate/edit
parent04656428015eb43d8441ec35cb0646b05d5743f4 (diff)
svc_group, RT#81628
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-xhttemplate/edit/part_svc.cgi8
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 = '&nbsp;'.
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,
);
}