Fix "Undefined variable: form in eventhistory.phtml"
Please test a changed view at least once :( fixes #7682
This commit is contained in:
parent
6ba4e55277
commit
9c077a5eef
|
@ -4,8 +4,6 @@
|
|||
<div style="margin: 1em" class="dontprint">
|
||||
<?= $this->translate('Sort by'); ?> <?= $this->sortControl->render($this); ?>
|
||||
</div>
|
||||
<?= $form ?>
|
||||
<br />
|
||||
<?= $this->widget('limiter', array('url' => $this->url, 'max' => $this->history->count())); ?>
|
||||
<?= $this->paginationControl($history, null, null, array('preserve' => $this->preserve)); ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue