Browse Source

Points de vente : "Horaires" devient "Informations"

refactoring
keun 6 years ago
parent
commit
3d9851ae8c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/views/point-vente/_form.php

+ 1
- 1
backend/views/point-vente/_form.php View File

@@ -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]) ?>

Loading…
Cancel
Save