|
|
@@ -66,19 +66,17 @@ foreach ($produits as $p) { |
|
|
|
</div> |
|
|
|
<?php endif; ?> |
|
|
|
|
|
|
|
<?php if ($production->actif): ?> |
|
|
|
<?php if($production->livraison && count($arr_productions_point_vente)): ?> |
|
|
|
<div id="productions-point-vente"> |
|
|
|
<strong>Points de vente : </strong> |
|
|
|
<div class="checkbox-list"> |
|
|
|
<?= Html::activeCheckboxList( |
|
|
|
$production_point_vente, |
|
|
|
'productions_point_vente', |
|
|
|
$arr_productions_point_vente , |
|
|
|
['encode' => false, 'class' => '']) ?> |
|
|
|
</div> |
|
|
|
<?php if($production->livraison && count($arr_productions_point_vente)): ?> |
|
|
|
<div id="productions-point-vente"> |
|
|
|
<strong>Points de vente : </strong> |
|
|
|
<div class="checkbox-list"> |
|
|
|
<?= Html::activeCheckboxList( |
|
|
|
$production_point_vente, |
|
|
|
'productions_point_vente', |
|
|
|
$arr_productions_point_vente , |
|
|
|
['encode' => false, 'class' => '']) ?> |
|
|
|
</div> |
|
|
|
<?php endif; ?> |
|
|
|
</div> |
|
|
|
<?php endif; ?> |
|
|
|
</div> |
|
|
|
</div> |