|
|
@@ -70,9 +70,9 @@ class AdIndexList extends \common\libs\dataList\DataList implements DataListInte
|
|
|
'header' => Yii::t('ctx', 'status'),
|
|
|
'headerOther' => ['width' => '100'],
|
|
|
],
|
|
|
- 'CONTENT' => [
|
|
|
- 'header' => Yii::t('ctx', 'content'),
|
|
|
- ],
|
|
|
+ // 'CONTENT' => [
|
|
|
+ // 'header' => Yii::t('ctx', 'content'),
|
|
|
+ // ],
|
|
|
'TYPE' => null,
|
|
|
'SORT' => null,
|
|
|
'CREATED_AT' => [
|
|
|
@@ -99,7 +99,7 @@ class AdIndexList extends \common\libs\dataList\DataList implements DataListInte
|
|
|
if (!$this->filterTypes) {
|
|
|
$this->filterTypes = [
|
|
|
'TITLE'=> ['name'=> Yii::t('ctx', 'title')],
|
|
|
- 'CONTENT' => ['name'=> Yii::t('ctx', 'content')],
|
|
|
+ // 'CONTENT' => ['name'=> Yii::t('ctx', 'content')],
|
|
|
'COUNTRY_ID'=> [
|
|
|
'name'=> \Yii::t('ctx', 'country'),
|
|
|
'other'=> 'select',
|