v7‰PNG
IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ±üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0AºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT
cc/info-tab.phtml 0000644 00000000546 15210163672 0007706 0 ustar 00 setLayout('admin/user-layout.phtml');
echo "
$title
";
if (empty($cc) && empty($form)) __e("No Credit Cards stored for this customer. %sAdd Credit Card%s",
'', '');
if (!empty($form)) echo $form;
include $this->_script('js.country_state.js'); echeck/info-tab.phtml 0000644 00000000532 15210163672 0010536 0 ustar 00 setLayout('admin/user-layout.phtml');
echo "$title
";
if (empty($echeck) && empty($form)) __e("No Echecks stored for this customer. %sAdd Echeck%s",
'', '');
if (!empty($form)) echo $form;
include $this->_script('js.country_state.js'); aff/info-tab-detail.phtml 0000644 00000003751 15210163712 0011311 0 ustar 00
|
|
|
|
|
|
getPayment();
if ($p) $invoice = $p->getInvoice();
if ($p) $user = $di->userTable->load($p->user_id);
printf("| %s | %s | %s | %s/%s |
%s | #%d - %s |
\n",
$i++%2 ? ' class="odd grid-row"' : ' class="grid-row"',
Am_Currency::render($c->amount),
$c->tier ? ($c->tier+1) . '-Tier' : '–' ,
$c->record_type,
$c->invoice_payment_id,
$c->receipt_id,
$user ? sprintf('%s : "%s" <%s>',
$this->escape($user->login),
$this->escape($user->name_f . " " . $user->name_l),
$this->escape($user->email)): "-",
$c->product_id,
$this->url('admin-products', array('_product_a'=>'edit','_product_id'=>$c->product_id)),
$this->escape($c->product_title)
);
endforeach;
?>
|
|
|
%s | %s |
%s |
\n",
amDateTime($c->time),
$this->escape($c->remote_addr),
$this->escape($c->referer), $this->escape($c->referer)
);
endforeach;
?>