diff options
| author | Mark Wells <mark@freeside.biz> | 2014-12-23 20:59:00 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2014-12-24 10:58:27 -0800 |
| commit | 9ad0574bb99869836af00800423af7249721c1d1 (patch) | |
| tree | 2162e5647bce10480574346e42bdadea2fe51775 /httemplate/elements | |
| parent | 9bcd5cae8523d499373832e51967419e79ea4da8 (diff) | |
Thinktel VoIP provisioning, #32084
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/select-phonenum.html | 31 | ||||
| -rw-r--r-- | httemplate/elements/tr-pkg_svc.html | 2 |
2 files changed, 32 insertions, 1 deletions
diff --git a/httemplate/elements/select-phonenum.html b/httemplate/elements/select-phonenum.html index a8d9a7c3e..118fe4901 100644 --- a/httemplate/elements/select-phonenum.html +++ b/httemplate/elements/select-phonenum.html @@ -1,3 +1,34 @@ +<%doc> +Selector for DID phone number. + +Options: + +- prefix: prefix for all the object IDs, field names, javascript functions, +etc. for including multiple DID selectors on a single page. + +- empty: text to display when no number is selected ("empty_label") + +- bulknum: allow bulk selection of up to this many numbers (self-service +only? wtf?) + +- svcpart: svcpart (required) + +- tollfree: pass "tollfree" to misc/phonenums.cgi, instead of passing an +exchange/region/anything else. + +- region: corresponds to the inverse of "get_dids_npa_select". The selector +creates an on-change handler telling the previous selector in the hierarchy +to update the list of phone numbers. If 'region' is true, it will look for +a previous selector named "region", and prefix the query it sends to +phonenums.cgi with '_REGION', which results in get_dids() being called +with a 'region' parameter instead of 'ratecenter' and 'state'. + + +Internally, this will set up an exchange_changed or region_changed function +to refresh the phone number list. The function will fetch misc/phonenums.cgi, +passing the exchange (or region) and +</%doc> + <% include('/elements/xmlhttp.html', 'url' => $p.'misc/phonenums.cgi', 'subs' => [ $opt{'prefix'}. 'get_phonenums' ], diff --git a/httemplate/elements/tr-pkg_svc.html b/httemplate/elements/tr-pkg_svc.html index 6d17a376d..8acbca118 100644 --- a/httemplate/elements/tr-pkg_svc.html +++ b/httemplate/elements/tr-pkg_svc.html @@ -47,7 +47,7 @@ </TD> <TD> - <A HREF="part_svc.cgi?<% $part_svc->svcpart %>"><% $part_svc->svc %></A> <% $part_svc->disabled =~ /^Y/i ? ' (DISABLED' : '' %> + <A HREF="part_svc.cgi?<% $part_svc->svcpart %>"><% $part_svc->svc %></A> <% $part_svc->disabled =~ /^Y/i ? ' (DISABLED)' : '' %> </TD> <TD> |
