fix templates

This commit is contained in:
Dennis Eichhorn 2020-12-06 16:14:42 +01:00
parent 5c3e2f9fb7
commit bf2abd8b8d

View File

@ -133,7 +133,7 @@ echo $this->getData('nav')->render();
</table>
</div>
<?php if ($this->request->header->account === $account->getId()) : ?>
<div class="portlet-foot"><button class="update"><?= $this->getHtml('Edit', '0', '0'); ?></button></div>
<div class="portlet-foot"><button class="update"><?= $this->getHtml('Edit', '0', '0'); ?></button></div>
<?php endif; ?>
</div>
</div>