Affichage d'un message moins restrictif pour signaler que le compte crédit pain de l'utilisateur est vide.prodstable
@@ -20,7 +20,6 @@ $this->params['breadcrumbs'][] = $this->title; | |||
'attribute' => 'id_user', | |||
'format' => 'raw', | |||
'value' => function($model) { | |||
//print_r($model) ; | |||
if(strlen($model->username)) | |||
{ | |||
return Html::encode($model->username) ; |
@@ -219,9 +219,7 @@ use common\models\Etablissement; | |||
<?= Html::hiddenInput('str_montant_credit_pain', number_format($credit,2).' €', ['id' => 'str-montant-credit-pain']) ?> | |||
<?php else: ?> | |||
<div id="info-credit-vide"> | |||
Votre compte Crédit Pain est vide.<br /> | |||
Rendez-vous dans votre boulangerie<br/> | |||
pour le recharger. <a class="info-credit-pain" href="<?= Yii::$app->urlManager->createUrl(['site/creditpain']); ?>" data-toggle="tooltip" data-placement="bottom" title="En savoir plus sur le Crédit Pain"><span class="glyphicon glyphicon-info-sign"></span></a> | |||
Votre compte Crédit Pain est vide <a class="info-credit-pain" href="<?= Yii::$app->urlManager->createUrl(['site/creditpain']); ?>" data-toggle="tooltip" data-placement="bottom" title="En savoir plus sur le Crédit Pain"><span class="glyphicon glyphicon-info-sign"></span></a> | |||
</div> | |||
<?php endif; ?> | |||
</div> |
@@ -1099,13 +1099,13 @@ h2 { | |||
} | |||
/* line 574, ../sass/_systeme_commandes.scss */ | |||
.commande-form #bar-fixed #bloc-valider-commande button { | |||
width: 300px; | |||
width: 340px; | |||
margin-right: 10px; | |||
} | |||
/* line 580, ../sass/_systeme_commandes.scss */ | |||
.commande-form #bar-fixed #checkbox-credit-pain { | |||
float: right; | |||
width: 300px; | |||
width: 340px; | |||
padding: 3px 11px; | |||
background-color: white; | |||
border: solid 1px #ccc; |
@@ -572,14 +572,14 @@ h2 { | |||
margin-top: 20px ; | |||
button { | |||
width: 300px ; | |||
width: 340px ; | |||
margin-right: 10px ; | |||
} | |||
} | |||
#checkbox-credit-pain { | |||
float: right ; | |||
width: 300px ; | |||
width: 340px ; | |||
padding: 3px 11px ; | |||
background-color: white ; | |||
border: solid 1px #ccc ; |