@@ -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 | /* @var $this \yii\web\View */ |
| 10 | 10 | /* @var $form \yii\bootstrap\ActiveForm */ |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | * @param $config array |
| 19 | 19 | * @param $oldKey null|array |
| 20 | 20 | */ |
| 21 | -$renderConfig = function ($form, $model, $config, $oldKey = null) use (&$renderConfig) { |
|
| 21 | +$renderConfig = function($form, $model, $config, $oldKey = null) use (&$renderConfig) { |
|
| 22 | 22 | echo '<ul>'; |
| 23 | 23 | |
| 24 | 24 | foreach ($config as $key => $value) { |
@@ -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 | 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 backend\assets\WidgetAsset; |
| 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 | namespace backend\widgets; |
| 10 | 10 | |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link http://www.writesdown.com/ |
|
| 4 | - * @copyright Copyright (c) 2015 WritesDown |
|
| 5 | - * @license http://www.writesdown.com/license/ |
|
| 6 | - */ |
|
| 3 | + * @link http://www.writesdown.com/ |
|
| 4 | + * @copyright Copyright (c) 2015 WritesDown |
|
| 5 | + * @license http://www.writesdown.com/license/ |
|
| 6 | + */ |
|
| 7 | 7 | |
| 8 | 8 | namespace common\components; |
| 9 | 9 | |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link http://www.writesdown.com/ |
|
| 4 | - * @copyright Copyright (c) 2015 WritesDown |
|
| 5 | - * @license http://www.writesdown.com/license/ |
|
| 6 | - */ |
|
| 3 | + * @link http://www.writesdown.com/ |
|
| 4 | + * @copyright Copyright (c) 2015 WritesDown |
|
| 5 | + * @license http://www.writesdown.com/license/ |
|
| 6 | + */ |
|
| 7 | 7 | |
| 8 | 8 | namespace common\components; |
| 9 | 9 | |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link http://www.writesdown.com/ |
|
| 4 | - * @copyright Copyright (c) 2015 WritesDown |
|
| 5 | - * @license http://www.writesdown.com/license/ |
|
| 6 | - */ |
|
| 3 | + * @link http://www.writesdown.com/ |
|
| 4 | + * @copyright Copyright (c) 2015 WritesDown |
|
| 5 | + * @license http://www.writesdown.com/license/ |
|
| 6 | + */ |
|
| 7 | 7 | |
| 8 | 8 | namespace common\components; |
| 9 | 9 | |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link http://www.writesdown.com/ |
|
| 4 | - * @copyright Copyright (c) 2015 WritesDown |
|
| 5 | - * @license http://www.writesdown.com/license/ |
|
| 6 | - */ |
|
| 3 | + * @link http://www.writesdown.com/ |
|
| 4 | + * @copyright Copyright (c) 2015 WritesDown |
|
| 5 | + * @license http://www.writesdown.com/license/ |
|
| 6 | + */ |
|
| 7 | 7 | |
| 8 | 8 | namespace common\components; |
| 9 | 9 | |