소스 검색

Correctif

refactoring
Guillaume Bourgeois 1 년 전
부모
커밋
8f2809506e
1개의 변경된 파일2개의 추가작업 그리고 8개의 파일을 삭제
  1. +2
    -8
      backend/views/point-sale/index.php

+ 2
- 8
backend/views/point-sale/index.php 파일 보기

@@ -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…
취소
저장