From 022bfd91eca7ae26f8f6ee125179f5c0ff4cbb72 Mon Sep 17 00:00:00 2001
From: Mark Wells
Date: Thu, 7 Aug 2014 13:50:51 -0700
Subject: merge new form 477 stuff, #24047
---
httemplate/misc/part_pkg_fcc_options.html | 221 ++++++++++++++++++++++++++++++
1 file changed, 221 insertions(+)
create mode 100644 httemplate/misc/part_pkg_fcc_options.html
(limited to 'httemplate/misc')
diff --git a/httemplate/misc/part_pkg_fcc_options.html b/httemplate/misc/part_pkg_fcc_options.html
new file mode 100644
index 000000000..27b45e003
--- /dev/null
+++ b/httemplate/misc/part_pkg_fcc_options.html
@@ -0,0 +1,221 @@
+<& /elements/header-popup.html &>
+
+
+
+<%def .checkbox>
+% my $field = shift;
+% my $extra = shift || '';
+>
+%def>
+
+
+
+ <& .checkbox, 'is_phone' &>
+
+
+
+
+ <& .checkbox, 'is_voip' &>
+
+
+
+
+
+ <& .checkbox, 'voip_lastmile' &>
+
+
+
+
+ <& .checkbox, 'is_mobile' &>
+
+
+
+ <& .checkbox, 'mobile_direct' &>
+
+
+
+
+
+
+
+
+<& /elements/footer.html &>
+<%init>
+my $media_types = FS::part_pkg_fcc_option->media_types;
+my $technology_labels = FS::part_pkg_fcc_option->technology_labels;
+
+my $parent_id = $cgi->param('id');
+%init>
--
cgit v1.2.1