list/table: re-add for config/activitylog

This commit is contained in:
Thomas Gelf 2015-06-30 11:20:27 +02:00
parent 8f841d28ae
commit e41369bf80
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<div class="controls">
<?= $this->tabs ?>
<h1><?= $this->escape($this->title) ?></h1>
<span data-base-target="_next">
<?= $this->addLink ?>
</span>
</div>
<div class="content" data-base-target="_next">
<?= $this->table->render() ?>
</div>