object/form: move action links to controls

This commit is contained in:
Thomas Gelf 2016-02-18 14:45:21 +01:00
parent 3296b4c88f
commit e73503dda6
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
<div class="controls">
<?= $this->tabs ?>
<h1><?= $this->escape($this->title) ?></h1>
<span>
<?= $this->actionLinks ?>
</span>
</div>
<div class="content">
<?= $this->actionLinks ?>
<?= $this->form ?>
</div>