From 2d77bbdb0f3deff86a4b721e7b4f8be7ff5996d4 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 7 Nov 2010 00:57:16 +0000 Subject: certificates ala communigate, RT#7515 --- httemplate/edit/svc_cert.cgi | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 httemplate/edit/svc_cert.cgi (limited to 'httemplate/edit/svc_cert.cgi') diff --git a/httemplate/edit/svc_cert.cgi b/httemplate/edit/svc_cert.cgi new file mode 100644 index 000000000..fa14f0ba3 --- /dev/null +++ b/httemplate/edit/svc_cert.cgi @@ -0,0 +1,30 @@ +<% include('/elements/header.html', "$action $svc", '') %> + +<% include('/elements/error.html') %> + +
+ + + + +<% ntable("#cccccc",2) %> + + +
+ + + +
+ +<% include('/elements/footer.html') %> + +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Provision customer service'); #something else more specific? + +#my $conf = new FS::Conf; + + + + -- cgit v1.2.1