選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

14 行
467B

  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',
  10. 'action' => 'prices-list',
  11. 'currentAction' => $action,
  12. 'model' => $model,
  13. ]); ?>
  14. </div>