/var/www/vhosts/ihelp.ro/httpdocs/templates/Admin/ProposedCauses
NameSizeModeActions
index.php41240644editdlrm
view.php32240644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/Admin/ProposedCauses/index.php (4124B)

Paginator->sort('id'); ?> Paginator->sort('cause_name'); ?> Paginator->sort('full_name'); ?> Paginator->sort('email'); ?> Paginator->sort('phone'); ?> Paginator->sort('is_contacted'); ?> Paginator->sort('created'); ?>
Number->format($proposedCause->id); ?> cause_name); ?> full_name); ?> email) ?> FormatNumber->formatPhone($proposedCause->phone); ?> created); ?> Html->link(__('View'), ['action' => 'view', $proposedCause->id], ['class' => 'btn btn-info btn-xs']); ?> Form->postLink(__('Delete'), ['action' => 'delete', $proposedCause->id], ['class' => 'btn btn-danger btn-xs'], ['confirm' => __('Are you sure you want to delete # {0}?', $proposedCause->cause_name)]); ?> is_contacted == false) : ?> Form->postLink(__('Change status'), ['action' => 'edit', $proposedCause->id], ['class' => 'btn btn-warning btn-xs'], ['confirm' => __('You are sure you have contacted the cause {0} ?', $proposedCause->cause_name)]); ?>
element('paginator'); ?>