diff options
author | Mark Wells <mark@freeside.biz> | 2014-11-21 16:32:37 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-11-21 16:33:40 -0800 |
commit | a3b7282fda1955c41e97b619ba4e27af39e8afaf (patch) | |
tree | aa32560393e1776d38ffb4e898d69992b2646a72 /httemplate/elements/input-fcc_options.html | |
parent | 173ef24d37ae35594f2cafdca50673657ce1c455 (diff) |
fix several UI nits in FCC 477 report configuration, #24047
Diffstat (limited to 'httemplate/elements/input-fcc_options.html')
-rw-r--r-- | httemplate/elements/input-fcc_options.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/elements/input-fcc_options.html b/httemplate/elements/input-fcc_options.html index fb2500fa5..064c647fc 100644 --- a/httemplate/elements/input-fcc_options.html +++ b/httemplate/elements/input-fcc_options.html @@ -80,7 +80,8 @@ function show_fcc_options(id) { } } // is_phone if ( curr_values['is_voip'] ) { - out += '<li><strong>VoIP</strong> telephone service</li>'; + out += '<li><strong>VoIP</strong> telephone service over <strong>' + + media + '</strong></li>'; out += '<li><strong>' + curr_values['voip_sessions'] + '</strong> sessions allowed</li>'; if ( curr_values['voip_lastmile'] ) { |