summaryrefslogtreecommitdiff
path: root/httemplate
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
parent04656428015eb43d8441ec35cb0646b05d5743f4 (diff)
svc_group, RT#81628
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/docs/part_svc-table.html22
-rwxr-xr-xhttemplate/edit/part_svc.cgi8
2 files changed, 21 insertions, 9 deletions
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 @@
<TH ALIGN="left">Generic</TH>
<TH ALIGN="left">Access</TH>
<TH ALIGN="left">Telephony</TH>
+ <TH ALIGN="left">Video</TH>
<!-- <TH>Hosting</TH>
<TH>Colocation</TH>
-->
@@ -15,23 +16,31 @@
<LI><B>svc_acct</B>: Accounts - anything with a username (mailbox, shell, RADIUS, etc.)
<LI><B>svc_hardware</B>: Equipment supplied to customers
<LI><B>svc_external</B>: Externally-tracked service
+ <LI><B>svc_group</B>: Generic group service
</UL>
</TD>
<TD VALIGN="top">
<UL STYLE="margin:0">
<LI><B>svc_dsl</B>: DSL
- <LI><B>svc_broadband</B>: Wireless broadband
+ <LI><B>svc_broadband</B>: Fixed wireless broadband
<LI><B>svc_cable</B>: Cable
- <LI><B>svc_dish</B>: DISH Network
+ <LI><B>svc_fiber</B>: Fiber-to-the-premise service
</UL>
</TD>
<TD VALIGN="top">
<UL STYLE="margin:0">
<LI><B>svc_phone</B>: Customer phone number
<LI><B>svc_pbx</B>: Customer PBX
+ <LI><B>svc_conferencing</B>: Conferencing service
<LI><B>svc_circuit</B>: Phone circuits other than DSL
</UL>
</TD>
+ <TD VALIGN="top">
+ <UL STYLE="margin:0">
+ <LI><B>svc_video</B>: IPTV or video-on-demand service
+ <LI><B>svc_dish</B>: DISH Network
+ </UL>
+ </TD>
</TR>
</TABLE>
<BR>
@@ -39,6 +48,7 @@
<TR>
<TH ALIGN="left">Hosting</TH>
<TH ALIGN="left">Colocation</TH>
+ <TH ALIGN="left">Alarm</TH>
</TR>
<TD VALIGN="top">
<UL STYLE="margin:0">
@@ -54,11 +64,13 @@
<LI><B>svc_port</B>: Customer router/switch port
</UL>
</TD>
+ <TD VALIGN="top">
+ <UL STYLE="margin:0">
+ <LI><B>svc_alarm</B>: Alarm service
+ </UL>
+ </TD>
</TR>
<TABLE>
-<!-- <LI>svc_charge - One-time charges (Partially unimplemented)
- <LI>svc_wo - Work orders (Partially unimplemented)
--->
</BODY>
</HTML>
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,
);
}