X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_acct%2Fcardfortress.html;fp=httemplate%2Fview%2Fsvc_acct%2Fcardfortress.html;h=d010fcdad59dab100e7ae875252710fab8e6f81e;hb=1318909d7eb16d736cbfb9f641eecccb00d4636c;hp=0000000000000000000000000000000000000000;hpb=457da870c23db87fbbc29d7c667a73f41422dd71;p=freeside.git 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; + +