cell('Admin/InfoUserBlock', [$userId]); ?>
element('tabs/users', ["activeTab" => "products"]); ?>
element('paginator'); ?>
| Paginator->sort('uuid', ['label' => _('Product #')]) ?> | Paginator->sort('name', ['label' => _('Product')]) ?> | Paginator->sort('cause_id', ['label' => _('Cause')]) ?> | Paginator->sort('price_min', ['label' => _('Pret minim')]) ?> | Paginator->sort('price', ['label' => _('Pret')]) ?> | Paginator->sort('stock', ['label' => _('Stoc')]) ?> | Paginator->sort('is_price_fixed', ['label' => _('Pret fix')]) ?> | Paginator->sort('is_active', ['label' => _('Activ')]) ?> | Paginator->sort('created', ['label' => _('Creat')]) ?> | |
|---|---|---|---|---|---|---|---|---|---|
| uuid ?> | name) ?> | cause->name) ?> | Number->format($product->price_min, ['precision' => 0, 'after' => ' Lei']) ?> | Number->format($product->price, ['precision' => 0, 'after' => ' Lei']) ?> | Number->format($product->stock) ?> | created) ?> | is_active) ? __('Disable') : __('Activate') ?> |