@@ -17,16 +17,12 @@ |
||
| 17 | 17 | use hipanel\actions\PrepareAjaxViewAction; |
| 18 | 18 | use hipanel\actions\PrepareBulkAction; |
| 19 | 19 | use hipanel\actions\ProxyAction; |
| 20 | -use hipanel\actions\SearchAction; |
|
| 21 | 20 | use hipanel\actions\SmartCreateAction; |
| 22 | 21 | use hipanel\actions\SmartPerformAction; |
| 23 | 22 | use hipanel\actions\SmartUpdateAction; |
| 24 | 23 | use hipanel\actions\ValidateFormAction; |
| 25 | 24 | use hipanel\actions\ViewAction; |
| 26 | 25 | use hipanel\models\File; |
| 27 | -use hipanel\models\Ref; |
|
| 28 | -use hipanel\modules\client\models\Article; |
|
| 29 | -use hipanel\modules\client\models\ArticleSearch; |
|
| 30 | 26 | use hipanel\modules\client\models\Client; |
| 31 | 27 | use hipanel\modules\ticket\models\Thread; |
| 32 | 28 | use hipanel\modules\ticket\models\ThreadSearch; |
@@ -21,7 +21,6 @@ |
||
| 21 | 21 | use hipanel\grid\SwitchColumn; |
| 22 | 22 | use hipanel\modules\client\grid\ClientColumn; |
| 23 | 23 | use Yii; |
| 24 | -use yii\helpers\Html; |
|
| 25 | 24 | |
| 26 | 25 | class TemplateGridView extends \hipanel\grid\BoxedGridView |
| 27 | 26 | { |