| Name | Size | Mode | Actions |
|---|---|---|---|
| add.php | 950 | 0644 | editdlrm |
| edit.php | 769 | 0644 | editdlrm |
| list_users.php | 3264 | 0644 | editdlrm |
| login.php | 345 | 0644 | editdlrm |
| view.php | 20941 | 0644 | editdlrm |
/var/www/vhosts/ihelp.ro/_OLD/templates/Users/view.php (20941B)
| = __('Uuid') ?> | = h($user->uuid) ?> |
|---|---|
| = __('Role') ?> | = $user->has('role') ? $this->Html->link($user->role->name, ['controller' => 'Roles', 'action' => 'view', $user->role->id]) : '' ?> |
| = __('Email') ?> | = h($user->email) ?> |
| = __('Id') ?> | = $this->Number->format($user->id) ?> |
| = __('Created') ?> | = h($user->created) ?> |
| = __('Modified') ?> | = h($user->modified) ?> |
| = __('Is Active') ?> | = $user->is_active ? __('Yes') : __('No'); ?> |
| = __('Id') ?> | = __('Uuid') ?> | = __('User Id') ?> | = __('Cause Image Id') ?> | = __('Name') ?> | = __('Description') ?> | = __('Donation Amount') ?> | = __('Date Start') ?> | = __('Date End') ?> | = __('Is Active') ?> | = __('Created') ?> | = __('Modified') ?> | = __('Actions') ?> |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| = h($causes->id) ?> | = h($causes->uuid) ?> | = h($causes->user_id) ?> | = h($causes->cause_image_id) ?> | = h($causes->name) ?> | = h($causes->description) ?> | = h($causes->donation_amount) ?> | = h($causes->date_start) ?> | = h($causes->date_end) ?> | = h($causes->is_active) ?> | = h($causes->created) ?> | = h($causes->modified) ?> | = $this->Html->link(__('View'), ['controller' => 'Causes', 'action' => 'view', $causes->id]) ?> = $this->Html->link(__('Edit'), ['controller' => 'Causes', 'action' => 'edit', $causes->id]) ?> = $this->Form->postLink(__('Delete'), ['controller' => 'Causes', 'action' => 'delete', $causes->id], ['confirm' => __('Are you sure you want to delete # {0}?', $causes->id)]) ?> |
| = __('Id') ?> | = __('User Id') ?> | = __('Subject') ?> | = __('Description') ?> | = __('To') ?> | = __('From') ?> | = __('Is Active') ?> | = __('Created') ?> | = __('Actions') ?> |
|---|---|---|---|---|---|---|---|---|
| = h($messages->id) ?> | = h($messages->user_id) ?> | = h($messages->subject) ?> | = h($messages->description) ?> | = h($messages->to) ?> | = h($messages->from) ?> | = h($messages->is_active) ?> | = h($messages->created) ?> | = $this->Html->link(__('View'), ['controller' => 'Messages', 'action' => 'view', $messages->id]) ?> = $this->Html->link(__('Edit'), ['controller' => 'Messages', 'action' => 'edit', $messages->id]) ?> = $this->Form->postLink(__('Delete'), ['controller' => 'Messages', 'action' => 'delete', $messages->id], ['confirm' => __('Are you sure you want to delete # {0}?', $messages->id)]) ?> |
| = __('Id') ?> | = __('Uuid') ?> | = __('User Id') ?> | = __('Order Status Id') ?> | = __('Order Status Date') ?> | = __('Order Status Comment') ?> | = __('Email') ?> | = __('Value') ?> | = __('Supplier Total') ?> | = __('Ip') ?> | = __('GatewayId') ?> | = __('PrcId') ?> | = __('Email Sent') ?> | = __('Email Reminder') ?> | = __('Env Key') ?> | = __('Data') ?> | = __('Created') ?> | = __('Modified') ?> | = __('Actions') ?> |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| = h($orders->id) ?> | = h($orders->uuid) ?> | = h($orders->user_id) ?> | = h($orders->order_status_id) ?> | = h($orders->order_status_date) ?> | = h($orders->order_status_comment) ?> | = h($orders->email) ?> | = h($orders->value) ?> | = h($orders->supplier_total) ?> | = h($orders->ip) ?> | = h($orders->gatewayId) ?> | = h($orders->prcId) ?> | = h($orders->email_sent) ?> | = h($orders->email_reminder) ?> | = h($orders->env_key) ?> | = h($orders->data) ?> | = h($orders->created) ?> | = h($orders->modified) ?> | = $this->Html->link(__('View'), ['controller' => 'Orders', 'action' => 'view', $orders->id]) ?> = $this->Html->link(__('Edit'), ['controller' => 'Orders', 'action' => 'edit', $orders->id]) ?> = $this->Form->postLink(__('Delete'), ['controller' => 'Orders', 'action' => 'delete', $orders->id], ['confirm' => __('Are you sure you want to delete # {0}?', $orders->id)]) ?> |
| = __('Id') ?> | = __('User Id') ?> | = __('Data') ?> | = __('Env Key') ?> | = __('Created') ?> | = __('Modified') ?> | = __('Actions') ?> |
|---|---|---|---|---|---|---|
| = h($paymentLogs->id) ?> | = h($paymentLogs->user_id) ?> | = h($paymentLogs->data) ?> | = h($paymentLogs->env_key) ?> | = h($paymentLogs->created) ?> | = h($paymentLogs->modified) ?> | = $this->Html->link(__('View'), ['controller' => 'PaymentLogs', 'action' => 'view', $paymentLogs->id]) ?> = $this->Html->link(__('Edit'), ['controller' => 'PaymentLogs', 'action' => 'edit', $paymentLogs->id]) ?> = $this->Form->postLink(__('Delete'), ['controller' => 'PaymentLogs', 'action' => 'delete', $paymentLogs->id], ['confirm' => __('Are you sure you want to delete # {0}?', $paymentLogs->id)]) ?> |
| = __('Id') ?> | = __('User Id') ?> | = __('Product Id') ?> | = __('Created') ?> | = __('Modified') ?> | = __('Actions') ?> |
|---|---|---|---|---|---|
| = h($productFavorites->id) ?> | = h($productFavorites->user_id) ?> | = h($productFavorites->product_id) ?> | = h($productFavorites->created) ?> | = h($productFavorites->modified) ?> | = $this->Html->link(__('View'), ['controller' => 'ProductFavorites', 'action' => 'view', $productFavorites->id]) ?> = $this->Html->link(__('Edit'), ['controller' => 'ProductFavorites', 'action' => 'edit', $productFavorites->id]) ?> = $this->Form->postLink(__('Delete'), ['controller' => 'ProductFavorites', 'action' => 'delete', $productFavorites->id], ['confirm' => __('Are you sure you want to delete # {0}?', $productFavorites->id)]) ?> |
| = __('Id') ?> | = __('Uuid') ?> | = __('User Id') ?> | = __('Category Id') ?> | = __('Product Tag Id') ?> | = __('Product Image Id') ?> | = __('Name') ?> | = __('Description') ?> | = __('Price Min') ?> | = __('Price Fixed') ?> | = __('Is Price Fixed') ?> | = __('Is Active') ?> | = __('Created') ?> | = __('Modified') ?> | = __('Actions') ?> |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| = h($products->id) ?> | = h($products->uuid) ?> | = h($products->user_id) ?> | = h($products->category_id) ?> | = h($products->product_tag_id) ?> | = h($products->product_image_id) ?> | = h($products->name) ?> | = h($products->description) ?> | = h($products->price_min) ?> | = h($products->price_fixed) ?> | = h($products->is_price_fixed) ?> | = h($products->is_active) ?> | = h($products->created) ?> | = h($products->modified) ?> | = $this->Html->link(__('View'), ['controller' => 'Products', 'action' => 'view', $products->id]) ?> = $this->Html->link(__('Edit'), ['controller' => 'Products', 'action' => 'edit', $products->id]) ?> = $this->Form->postLink(__('Delete'), ['controller' => 'Products', 'action' => 'delete', $products->id], ['confirm' => __('Are you sure you want to delete # {0}?', $products->id)]) ?> |
| = __('Id') ?> | = __('User Id') ?> | = __('User Accept Contact Method Id') ?> | = __('First Name') ?> | = __('Last Name') ?> | = __('Image') ?> | = __('Address') ?> | = __('Phone') ?> | = __('Accept Terms') ?> | = __('Created') ?> | = __('Modified') ?> | = __('Actions') ?> |
|---|---|---|---|---|---|---|---|---|---|---|---|
| = h($profiles->id) ?> | = h($profiles->user_id) ?> | = h($profiles->user_accept_contact_method_id) ?> | = h($profiles->first_name) ?> | = h($profiles->last_name) ?> | = h($profiles->image) ?> | = h($profiles->address) ?> | = h($profiles->phone) ?> | = h($profiles->accept_terms) ?> | = h($profiles->created) ?> | = h($profiles->modified) ?> | = $this->Html->link(__('View'), ['controller' => 'Profiles', 'action' => 'view', $profiles->id]) ?> = $this->Html->link(__('Edit'), ['controller' => 'Profiles', 'action' => 'edit', $profiles->id]) ?> = $this->Form->postLink(__('Delete'), ['controller' => 'Profiles', 'action' => 'delete', $profiles->id], ['confirm' => __('Are you sure you want to delete # {0}?', $profiles->id)]) ?> |