ソースを参照

Bouton "Ajouter" dans la page "Mes commandes"

refactoring
コミット
3aa9a660cf
2個のファイルの変更2行の追加1行の削除
  1. +1
    -0
      producer/views/order/history.php
  2. +1
    -1
      producer/views/subscription/index.php

+ 1
- 0
producer/views/order/history.php ファイルの表示

@@ -40,6 +40,7 @@ use yii\bootstrap\ActiveForm;
use common\models\Order ;

$this->setTitle('Mes commandes') ;
$this->addButton(['label' => '<span class="glyphicon glyphicon-plus"></span> Ajouter', 'url' => 'order/order', 'class' => 'btn btn-primary']) ;

?>


+ 1
- 1
producer/views/subscription/index.php ファイルの表示

@@ -40,7 +40,7 @@ use yii\helpers\Html;
use yii\grid\GridView;

$this->setTitle('Abonnements') ;
$this->addButton(['label' => '+ Ajouter', 'url' => 'subscription/form', 'class' => 'btn btn-primary']) ;
$this->addButton(['label' => '<span class="glyphicon glyphicon-plus"></span> Ajouter', 'url' => 'subscription/form', 'class' => 'btn btn-primary']) ;

$columns = [
[

読み込み中…
キャンセル
保存