From bc7104ea4d6c2e9efe7a1fb4460e2ed71b5e911a Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 29 Nov 2018 09:53:30 -0800 Subject: svc_group, RT#81628 --- httemplate/docs/part_svc-table.html | 22 +++++++++++++++++----- httemplate/edit/part_svc.cgi | 8 ++++---- 2 files changed, 21 insertions(+), 9 deletions(-) (limited to 'httemplate') diff --git a/httemplate/docs/part_svc-table.html b/httemplate/docs/part_svc-table.html index 820d0b9cc..6dc2ca8da 100644 --- a/httemplate/docs/part_svc-table.html +++ b/httemplate/docs/part_svc-table.html @@ -5,6 +5,7 @@ Generic Access Telephony + Video @@ -15,23 +16,31 @@
  • svc_acct: Accounts - anything with a username (mailbox, shell, RADIUS, etc.)
  • svc_hardware: Equipment supplied to customers
  • svc_external: Externally-tracked service +
  • svc_group: Generic group service + + +
    @@ -39,6 +48,7 @@ Hosting Colocation + Alarm + + + - 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, ); } -- cgit v1.2.1