From f8066fa6a33f4ac33beec675b17de96c8c0a274b Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 6 Aug 2014 18:36:52 -0700 Subject: 477 report tweaks --- httemplate/elements/input-fcc_options.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'httemplate/elements/input-fcc_options.html') 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 += '
  • Using a separate last-mile connection
  • '; } } // is_voip + if ( curr_values['is_mobile'] ) { + out += '
  • Mobile telephone service
  • '; + if ( curr_values['mobile_direct'] ) { + out += '
  • Billed directly to the user
  • '; + } + } // is_mobile var out_ul = document.getElementById(id + '_display_fcc_options'); out_ul.innerHTML = out; -- cgit v1.2.1