/var/www/vhosts/ihelp.ro/httpdocs/templates/Admin/BankAccounts
NameSizeModeActions
add.php15470644editdlrm
edit.php15590644editdlrm
index.php32970644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/Admin/BankAccounts/index.php (3297B)

Html->link(__('New'), ['action' => 'add'], ['class' => 'btn btn-success btn-xs']); ?>

Paginator->sort('id'); ?> Paginator->sort('cause_id'); ?> Paginator->sort('account_type_id'); ?> Paginator->sort('bank_contact_name'); ?> Paginator->sort('bank_name'); ?> Paginator->sort('bank_iban'); ?> Paginator->sort('is_active'); ?>
Number->format($account->id); ?> Html->link($account->cause->name, ['prefix' => 'Admin', 'controller' => 'Causes', 'action' => 'view', 'id' => $account->cause_id]); ?> account_type_id]); ?> bank_contact_name); ?> bank_name); ?> bank_iban); ?> is_active) ? '' : ''; ?> Html->link(__('Edit'), ['action' => 'edit', $account->id], ['class' => 'btn btn-warning btn-xs']); ?> Form->postLink(__('Change Status'), ['action' => 'changeStatus', $account->id], ['confirm' => __('Are you sure you want to change status # {0}?', $account->bank_contact_name), 'class' => 'btn btn-danger btn-xs']); ?>
element('paginator'); ?>