Browse Source

Correctif

refactoring
Guillaume Bourgeois 1 year ago
parent
commit
8f2809506e
1 changed files with 2 additions and 8 deletions
  1. +2
    -8
      backend/views/point-sale/index.php

+ 2
- 8
backend/views/point-sale/index.php View File

@@ -149,10 +149,7 @@ $this->addButton(
'<span class="glyphicon glyphicon-star"></span>',
['point-sale/default', 'id' => $model->id],
[
'title' => Yii::t(
'app',
'Point de vente par défaut'
),
'title' => 'Point de vente par défaut',
'class' => 'btn btn-default'
]
);
@@ -161,10 +158,7 @@ $this->addButton(
'<span class="glyphicon glyphicon-star-empty"></span>',
['point-sale/default', 'id' => $model->id],
[
'title' => Yii::t(
'app',
'Point de vente par défaut'
),
'title' => 'Point de vente par défaut',
'class' => 'btn btn-default'
]
);

Loading…
Cancel
Save