Procházet zdrojové kódy

Points de vente : "Horaires" devient "Informations"

refactoring
keun před 6 roky
rodič
revize
3d9851ae8c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      backend/views/point-vente/_form.php

+ 1
- 1
backend/views/point-vente/_form.php Zobrazit soubor

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

Načítá se…
Zrušit
Uložit