summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_cert.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/svc_cert.cgi')
-rw-r--r--httemplate/view/svc_cert.cgi19
1 files changed, 19 insertions, 0 deletions
diff --git a/httemplate/view/svc_cert.cgi b/httemplate/view/svc_cert.cgi
new file mode 100644
index 000000000..eeda9a1dd
--- /dev/null
+++ b/httemplate/view/svc_cert.cgi
@@ -0,0 +1,19 @@
+<% include('elements/svc_Common.html',
+ 'table' => 'svc_pbx',
+ 'edit_url' => $p."edit/svc_Common.html?svcdb=svc_pbx;svcnum=",
+ #'labels' => \%labels,
+ #'html_foot' => $html_foot,
+ 'fields' => []
+ )
+%>
+<%init>
+
+#my $fields = FS::svc_pbx->table_info->{'fields'};
+#my %labels = map { $_ => ( ref($fields->{$_})
+# ? $fields->{$_}{'label'}
+# : $fields->{$_}
+# );
+# }
+# keys %$fields;
+
+</%init>