diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2018-11-29 14:50:50 -0500 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-11-29 14:50:50 -0500 |
| commit | 901c65cbf43e17a59a80d52ca01d1ac1628a856a (patch) | |
| tree | db4e780ec770b34773658342b0d13a5f1cfa2ffa /httemplate/edit | |
| parent | 289c2643882c611a068fffd06e42e258264844e8 (diff) | |
| parent | aad287228dfbe5ef01be73ebaaa9a06dfbe11226 (diff) | |
Merge branch 'master' of ssh://git.freeside.biz/home/git/freeside
Diffstat (limited to 'httemplate/edit')
| -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, ); } |
