From 1318909d7eb16d736cbfb9f641eecccb00d4636c Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 10 Dec 2010 22:08:36 +0000 Subject: cardfortress backend support --- httemplate/view/svc_acct.cgi | 6 ++++++ httemplate/view/svc_acct/cardfortress.html | 27 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 httemplate/view/svc_acct/cardfortress.html (limited to 'httemplate/view') diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 9135e67e9..4e82569fc 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -56,6 +56,12 @@ Service #<% $svcnum %>
+<% include( 'svc_acct/cardfortress.html', + 'svc_acct' => $svc_acct, + %gopt, + ) +%> + <% include( 'svc_acct/hosting.html', %gopt, ) diff --git a/httemplate/view/svc_acct/cardfortress.html b/httemplate/view/svc_acct/cardfortress.html new file mode 100644 index 000000000..d010fcdad --- /dev/null +++ b/httemplate/view/svc_acct/cardfortress.html @@ -0,0 +1,27 @@ +% if ( $svc_acct->cf_privatekey ) { + +
+
+
+ Card Fortress +
+ +
<% $svc_acct->cf_privatekey %>
+ + <% $conf->config('svc_acct-cf_privatekey-message') %> + +%#XXX and then there should be a remove link to get rid of it + +% } + +
+
+<%init> + +my %opt = @_; + +my $svc_acct = $opt{'svc_acct'}; + +my $conf = new FS::Conf; + + -- cgit v1.2.1