summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_cert.cgi
diff options
context:
space:
mode:
authorivan <ivan>2010-11-07 00:57:16 +0000
committerivan <ivan>2010-11-07 00:57:16 +0000
commit2d77bbdb0f3deff86a4b721e7b4f8be7ff5996d4 (patch)
treee6e297369e93092440710eecb5ebb1ebd5d26a28 /httemplate/view/svc_cert.cgi
parent9c2d7c2a11002c9dc6774106e26953f6590ddf00 (diff)
certificates ala communigate, RT#7515
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>