@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link http://www.writesdown.com/ |
|
| 4 | - * @author Agiel K. Saputra <[email protected]> |
|
| 5 | - * @copyright Copyright (c) 2015 WritesDown |
|
| 6 | - * @license http://www.writesdown.com/license/ |
|
| 7 | - */ |
|
| 3 | + * @link http://www.writesdown.com/ |
|
| 4 | + * @author Agiel K. Saputra <[email protected]> |
|
| 5 | + * @copyright Copyright (c) 2015 WritesDown |
|
| 6 | + * @license http://www.writesdown.com/license/ |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | use yii\helpers\ArrayHelper; |
| 10 | 10 | use yii\helpers\Html; |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link http://www.writesdown.com/ |
|
| 4 | - * @author Agiel K. Saputra <[email protected]> |
|
| 5 | - * @copyright Copyright (c) 2015 WritesDown |
|
| 6 | - * @license http://www.writesdown.com/license/ |
|
| 7 | - */ |
|
| 3 | + * @link http://www.writesdown.com/ |
|
| 4 | + * @author Agiel K. Saputra <[email protected]> |
|
| 5 | + * @copyright Copyright (c) 2015 WritesDown |
|
| 6 | + * @license http://www.writesdown.com/license/ |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | use yii\helpers\Html; |
| 10 | 10 | use yii\widgets\ActiveForm; |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link http://www.writesdown.com/ |
|
| 4 | - * @author Agiel K. Saputra <[email protected]> |
|
| 5 | - * @copyright Copyright (c) 2015 WritesDown |
|
| 6 | - * @license http://www.writesdown.com/license/ |
|
| 7 | - */ |
|
| 3 | + * @link http://www.writesdown.com/ |
|
| 4 | + * @author Agiel K. Saputra <[email protected]> |
|
| 5 | + * @copyright Copyright (c) 2015 WritesDown |
|
| 6 | + * @license http://www.writesdown.com/license/ |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | use yii\grid\GridView; |
| 10 | 10 | use yii\helpers\Html; |
@@ -33,7 +33,7 @@ discard block |
||
| 33 | 33 | 'class' => 'yii\grid\ActionColumn', |
| 34 | 34 | 'template' => '{update} {delete}', |
| 35 | 35 | 'buttons' => [ |
| 36 | - 'update' => function ($url, $model) { |
|
| 36 | + 'update' => function($url, $model) { |
|
| 37 | 37 | return Html::a('<span class="glyphicon glyphicon-pencil"></span>', [ |
| 38 | 38 | '/taxonomy/update-term', |
| 39 | 39 | 'id' => $model->taxonomy->id, |
@@ -43,7 +43,7 @@ discard block |
||
| 43 | 43 | 'data-pjax' => '0', |
| 44 | 44 | ]); |
| 45 | 45 | }, |
| 46 | - 'delete' => function ($url, $model) { |
|
| 46 | + 'delete' => function($url, $model) { |
|
| 47 | 47 | return Html::a('<span class="glyphicon glyphicon-trash"></span>', [ |
| 48 | 48 | '/taxonomy/delete-term', |
| 49 | 49 | 'id' => $model->taxonomy->id, |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link http://www.writesdown.com/ |
|
| 4 | - * @author Agiel K. Saputra <[email protected]> |
|
| 5 | - * @copyright Copyright (c) 2015 WritesDown |
|
| 6 | - * @license http://www.writesdown.com/license/ |
|
| 7 | - */ |
|
| 3 | + * @link http://www.writesdown.com/ |
|
| 4 | + * @author Agiel K. Saputra <[email protected]> |
|
| 5 | + * @copyright Copyright (c) 2015 WritesDown |
|
| 6 | + * @license http://www.writesdown.com/license/ |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | use yii\bootstrap\Nav; |
| 10 | 10 | |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link http://www.writesdown.com/ |
|
| 4 | - * @author Agiel K. Saputra <[email protected]> |
|
| 5 | - * @copyright Copyright (c) 2015 WritesDown |
|
| 6 | - * @license http://www.writesdown.com/license/ |
|
| 7 | - */ |
|
| 3 | + * @link http://www.writesdown.com/ |
|
| 4 | + * @author Agiel K. Saputra <[email protected]> |
|
| 5 | + * @copyright Copyright (c) 2015 WritesDown |
|
| 6 | + * @license http://www.writesdown.com/license/ |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | use yii\helpers\Html; |
| 10 | 10 | |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link http://www.writesdown.com/ |
|
| 4 | - * @author Agiel K. Saputra <[email protected]> |
|
| 5 | - * @copyright Copyright (c) 2015 WritesDown |
|
| 6 | - * @license http://www.writesdown.com/license/ |
|
| 7 | - */ |
|
| 3 | + * @link http://www.writesdown.com/ |
|
| 4 | + * @author Agiel K. Saputra <[email protected]> |
|
| 5 | + * @copyright Copyright (c) 2015 WritesDown |
|
| 6 | + * @license http://www.writesdown.com/license/ |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | use yii\helpers\Html; |
| 10 | 10 | use yii\helpers\Url; |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link http://www.writesdown.com/ |
|
| 4 | - * @author Agiel K. Saputra <[email protected]> |
|
| 5 | - * @copyright Copyright (c) 2015 WritesDown |
|
| 6 | - * @license http://www.writesdown.com/license/ |
|
| 7 | - */ |
|
| 3 | + * @link http://www.writesdown.com/ |
|
| 4 | + * @author Agiel K. Saputra <[email protected]> |
|
| 5 | + * @copyright Copyright (c) 2015 WritesDown |
|
| 6 | + * @license http://www.writesdown.com/license/ |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | /* @var $this yii\web\View */ |
| 10 | 10 | /* @var $theme [] */ |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link http://www.writesdown.com/ |
|
| 4 | - * @author Agiel K. Saputra <[email protected]> |
|
| 5 | - * @copyright Copyright (c) 2015 WritesDown |
|
| 6 | - * @license http://www.writesdown.com/license/ |
|
| 7 | - */ |
|
| 3 | + * @link http://www.writesdown.com/ |
|
| 4 | + * @author Agiel K. Saputra <[email protected]> |
|
| 5 | + * @copyright Copyright (c) 2015 WritesDown |
|
| 6 | + * @license http://www.writesdown.com/license/ |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | use yii\bootstrap\Modal; |
| 10 | 10 | |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link http://www.writesdown.com/ |
|
| 4 | - * @author Agiel K. Saputra <[email protected]> |
|
| 5 | - * @copyright Copyright (c) 2015 WritesDown |
|
| 6 | - * @license http://www.writesdown.com/license/ |
|
| 7 | - */ |
|
| 3 | + * @link http://www.writesdown.com/ |
|
| 4 | + * @author Agiel K. Saputra <[email protected]> |
|
| 5 | + * @copyright Copyright (c) 2015 WritesDown |
|
| 6 | + * @license http://www.writesdown.com/license/ |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | use yii\helpers\Html; |
| 10 | 10 | use yii\widgets\ActiveForm; |