more.php 407 B

1234567891011121314151617181920212223242526
  1. <?php
  2. use backend\widgets\TabWidget;
  3. echo TabWidget::widget(['list' => $this->context->tabList, 'currentAction' => $this->context->id . '/' . $this->context->action->id]);
  4. ?>
  5. <div class="row">
  6. <div class="col-sm-12">
  7. <div class="panel panel-default">
  8. </div>
  9. </div>
  10. </div>
  11. <!-- footer -->
  12. <?php
  13. use backend\widgets\FooterWidget;
  14. ?>
  15. <?= FooterWidget::widget() ?>
  16. <!-- footer -->