diff options
Diffstat (limited to 'httemplate/view/svc_acct/cardfortress.html')
-rw-r--r-- | httemplate/view/svc_acct/cardfortress.html | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/httemplate/view/svc_acct/cardfortress.html b/httemplate/view/svc_acct/cardfortress.html deleted file mode 100644 index d010fcdad..000000000 --- a/httemplate/view/svc_acct/cardfortress.html +++ /dev/null @@ -1,27 +0,0 @@ -% if ( $svc_acct->cf_privatekey ) { - -<div class="fscontainer"> -<div class="fsbox"> -<div class="fsbox-title"> - <span class="left">Card Fortress</span> -</div> - - <PRE><FONT STYLE="font-family:monospace"><% $svc_acct->cf_privatekey %></FONT></PRE> - - <% $conf->config('svc_acct-cf_privatekey-message') %> - -%#XXX and then there should be a remove link to get rid of it - -% } - -</div> -</div> -<%init> - -my %opt = @_; - -my $svc_acct = $opt{'svc_acct'}; - -my $conf = new FS::Conf; - -</%init> |