svc_hardware and svc_dish, #11454
[freeside.git] / httemplate / elements / select-hardware_class.html
diff --git a/httemplate/elements/select-hardware_class.html b/httemplate/elements/select-hardware_class.html
new file mode 100644 (file)
index 0000000..692b3c9
--- /dev/null
@@ -0,0 +1,10 @@
+<% include( '/elements/select-table.html',
+                 'table'         => 'hardware_class',
+                 'name_col'      => 'classname',
+                 'hashref'       => { 'disabled' => '' },
+                 %opt,
+             )
+%>
+<%init>
+my %opt = @_;
+</%init>