summaryrefslogtreecommitdiff
path: root/httemplate/elements/input-fcc_options.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-08-06 18:36:52 -0700
committerMark Wells <mark@freeside.biz>2014-08-06 18:36:58 -0700
commitf8066fa6a33f4ac33beec675b17de96c8c0a274b (patch)
tree4671858a8d28478fc255db156d62fa52628fcfcb /httemplate/elements/input-fcc_options.html
parent8cfa2aa87c0c9f44da6b5b9e065868524ca014b3 (diff)
477 report tweaks
Diffstat (limited to 'httemplate/elements/input-fcc_options.html')
-rw-r--r--httemplate/elements/input-fcc_options.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/elements/input-fcc_options.html b/httemplate/elements/input-fcc_options.html
index 1d56cf274..85a647043 100644
--- a/httemplate/elements/input-fcc_options.html
+++ b/httemplate/elements/input-fcc_options.html
@@ -88,6 +88,12 @@ function show_fcc_options(id) {
out += '<li>Using a <strong>separate</strong> last-mile connection</li>';
}
} // is_voip
+ if ( curr_values['is_mobile'] ) {
+ out += '<li><strong>Mobile</strong> telephone service</li>';
+ if ( curr_values['mobile_direct'] ) {
+ out += '<li>Billed <strong>directly to the user</strong></li>';
+ }
+ } // is_mobile
var out_ul = document.getElementById(id + '_display_fcc_options');
out_ul.innerHTML = out;