浏览代码

Points de vente : "Horaires" devient "Informations"

dev
keun 6 年前
父节点
当前提交
3d9851ae8c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      backend/views/point-vente/_form.php

+ 1
- 1
backend/views/point-vente/_form.php 查看文件

@@ -49,7 +49,7 @@ use common\models\Etablissement ;
</div>
<div class="clr"></div>
<h2>Horaires</h2>
<h2>Informations</h2>
<?= $form->field($model, 'horaires_lundi')->textarea(['rows' => 3]) ?>
<?= $form->field($model, 'horaires_mardi')->textarea(['rows' => 3]) ?>
<?= $form->field($model, 'horaires_mercredi')->textarea(['rows' => 3]) ?>

正在加载...
取消
保存