Commit 72741b26 authored by Shakarim Sapa's avatar Shakarim Sapa

- Hide the control buttons

parent 69377138
...@@ -36,10 +36,10 @@ use yii\grid\GridView; ...@@ -36,10 +36,10 @@ use yii\grid\GridView;
return ($date>$dateNow) ? 'Планируемая дата отправки: '.$date->format('d.m.Y') : $date->format('d.m.Y'); return ($date>$dateNow) ? 'Планируемая дата отправки: '.$date->format('d.m.Y') : $date->format('d.m.Y');
} }
], ],
[ // [
'class' => 'yii\grid\ActionColumn', // 'class' => 'yii\grid\ActionColumn',
'template' => '{update}{delete}', // 'template' => '{update}{delete}',
], // ],
], ],
]); ?> ]); ?>
</div> </div>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment