[freeside-commits] freeside/httemplate/view/svc_acct cardfortress.html, NONE, 1.1.2.2

Ivan,,, ivan at wavetail.420.am
Fri Dec 10 14:09:08 PST 2010


Update of /home/cvs/cvsroot/freeside/httemplate/view/svc_acct
In directory wavetail.420.am:/tmp/cvs-serv9273/httemplate/view/svc_acct

Added Files:
      Tag: FREESIDE_2_1_BRANCH
	cardfortress.html 
Log Message:
cardfortress backend support

--- NEW FILE: cardfortress.html ---
% 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>



More information about the freeside-commits mailing list