X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fpart_pkg_fcc_options.html;h=0db4e25039b68db899c4602ca286aad5fa132205;hp=a5ecb12bcd2c612a95d40c0f0c59ebfee0269335;hb=7d80f005462758e0271215240cdf99a9336f03dd;hpb=0f359d5480aa1621d73ee802f420e8951abc620d diff --git a/httemplate/misc/part_pkg_fcc_options.html b/httemplate/misc/part_pkg_fcc_options.html index a5ecb12bc..0db4e2503 100644 --- a/httemplate/misc/part_pkg_fcc_options.html +++ b/httemplate/misc/part_pkg_fcc_options.html @@ -92,10 +92,19 @@
+
<& .checkbox, 'voip_lastmile' &>

+

+ <& .checkbox, 'is_mobile' &> + +

+ + <& .checkbox, 'mobile_direct' &> +
+

@@ -147,8 +156,7 @@ function save_changes() { } parent_input.value = JSON.stringify(data); // update the display - parent.show_fcc_options(parent_input.id); - parent.cClick(); //overlib + parent.finish_edit_fcc(parent_input.id); } function enable_fieldset(fieldset_id) { @@ -168,7 +176,7 @@ function enable_fieldset(fieldset_id) { // set up all event handlers addEventListener(form, 'submit', save_changes); - var sections = [ 'broadband', 'phone', 'voip' ]; + var sections = [ 'broadband', 'phone', 'voip', 'mobile' ]; for(var i = 0; i < sections.length; i++) { var toggle = form.elements['is_'+sections[i]]; addEventListener(toggle, 'change', enable_fieldset(sections[i]));