|
|
@@ -18,7 +18,11 @@ use yii\helpers\Html ; |
|
|
|
|
|
|
|
<ol> |
|
|
|
<li>Inscrivez-vous sur <strong>www.laboiteapain.net</strong></li> |
|
|
|
<li>Ajoutez la boulangerie grâce au code :<br /> <div class="code"><strong><?= Html::encode($etablissement->code) ?></strong> <?php if(!isset($pdf)): echo Html::a('<span class="glyphicon glyphicon-pencil"></span>', ['etablissement/update'], ['class'=> 'btn btn-default btn-xs']); endif; ?></div></li> |
|
|
|
<?php if(strlen($etablissement->code)): ?> |
|
|
|
<li>Ajoutez la boulangerie <strong><?= Html::encode($etablissement->nom); ?></strong><br />grâce au code : <span class="code"><strong><?= Html::encode($etablissement->code) ?></strong> <?php if(!isset($pdf)): echo Html::a('<span class="glyphicon glyphicon-pencil"></span>', ['etablissement/update'], ['class'=> 'btn btn-default btn-xs']); endif; ?></span></li> |
|
|
|
<?php else: ?> |
|
|
|
<li>Ajoutez la boulangerie <strong><?= Html::encode($etablissement->nom); ?></strong></li> |
|
|
|
<?php endif; ?> |
|
|
|
<li>Passez votre commande</li> |
|
|
|
</ol> |
|
|
|
</div> |