RT# 82949 - changes section name from fees to pricing, better opiton
[freeside.git] / httemplate / view / svc_acct / cardfortress.html
1 % if ( $svc_acct->cf_privatekey ) {
2
3 <div class="fscontainer">
4 <div class="fsbox">
5 <div class="fsbox-title">
6   <span class="left">Card Fortress</span>
7 </div>
8
9   <PRE><FONT STYLE="font-family:monospace"><% $svc_acct->cf_privatekey %></FONT></PRE>
10
11   <% $conf->config('svc_acct-cf_privatekey-message') %>
12
13 %#XXX and then there should be a remove link to get rid of it
14
15 % }
16
17 </div>
18 </div>
19 <%init>
20
21 my %opt = @_;
22
23 my $svc_acct = $opt{'svc_acct'};
24
25 my $conf = new FS::Conf;
26
27 </%init>