Berkarar/modules/backend/controllers/media/index.htm

6 lines
193 B
HTML
Raw Normal View History

2022-08-28 19:50:26 +00:00
<?= Block::put('body') ?>
<?= Form::open(['class'=>'layout', 'onsubmit'=>'return false']) ?>
<?= $this->widget->manager->render() ?>
<?= Form::close() ?>
<?= Block::endPut() ?>