diff options
author | ivan <ivan> | 2010-03-23 03:48:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-23 03:48:31 +0000 |
commit | 7167be4668e6187ac55126791ca9b74cd5fb27e8 (patch) | |
tree | 54914bf888f1b9fdd046c5008ebfffc8b641c695 /httemplate/edit/part_svc.cgi | |
parent | 8317e8d1763c5e13f5fe30f4da91e4f0fac584c6 (diff) |
adding svc_mailinglist for communigate "groups" (mailing lists), RT#7514
Diffstat (limited to 'httemplate/edit/part_svc.cgi')
-rwxr-xr-x | httemplate/edit/part_svc.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi index 51925c0c5..98ed9fec1 100755 --- a/httemplate/edit/part_svc.cgi +++ b/httemplate/edit/part_svc.cgi @@ -15,7 +15,8 @@ Disable new orders <INPUT TYPE="checkbox" NAME="disabled" VALUE="Y"<% $hashref-> Service definitions are the templates for items you offer to your customers. <UL><LI>svc_acct - Accounts - anything with a username (Mailboxes, PPP accounts, shell accounts, RADIUS entries for broadband, etc.) <LI>svc_domain - Domains - <LI>svc_forward - mail forwarding + <LI>svc_forward - Mail forwarding + <LI>svc_mailinglist - Mailing list <LI>svc_www - Virtual domain website <LI>svc_broadband - Broadband/High-speed Internet service (always-on) <LI>svc_phone - Customer phone numbers |