| 1234567891011121314151617181920212223242526 |
- <?php
- use backend\widgets\TabWidget;
- echo TabWidget::widget(['list' => $this->context->tabList, 'currentAction' => $this->context->id . '/' . $this->context->action->id]);
- ?>
- <div class="row">
- <div class="col-sm-12">
-
- <div class="panel panel-default">
-
-
-
-
-
-
- </div>
-
- </div>
- </div>
- <!-- footer -->
- <?php
- use backend\widgets\FooterWidget;
- ?>
- <?= FooterWidget::widget() ?>
- <!-- footer -->
|