You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
501B

  1. <div id="nav-params">
  2. <?= $this->render('_nav_item', [
  3. 'title' => 'Général',
  4. 'action' => 'update',
  5. 'currentAction' => $action,
  6. 'model' => $model,
  7. ]); ?>
  8. <?= $this->render('_nav_item', [
  9. 'title' => 'Prix spécifiques ('.count($model->productPrice).')',
  10. 'action' => 'prices-list',
  11. 'currentAction' => $action,
  12. 'model' => $model,
  13. ]); ?>
  14. </div>