bug fixes
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-10-11 19:17:40 +00:00
parent 7de326cf3a
commit 464badf778
2 changed files with 4 additions and 2 deletions

View File

@ -68,7 +68,7 @@ echo $this->data['nav']->render(); ?>
<div class="box"> <div class="box">
<a tabindex="0" class="button" href="<?= UriFactory::build('{/base}/messages/mail/create'); ?>"><?= $this->getHtml('Create', '0', '0'); ?></a> <a tabindex="0" class="button" href="<?= UriFactory::build('{/base}/messages/mail/create'); ?>"><?= $this->getHtml('Create', '0', '0'); ?></a>
</div> </div>
<!--
<section class="portlet"> <section class="portlet">
<div class="portlet-head"><?= $this->getHtml('Channels'); ?></div> <div class="portlet-head"><?= $this->getHtml('Channels'); ?></div>
<div class="portlet-body"> <div class="portlet-body">
@ -80,5 +80,6 @@ echo $this->data['nav']->render(); ?>
<div class="portlet-body"> <div class="portlet-body">
</div> </div>
</section> </section>
-->
</div> </div>
</div> </div>

View File

@ -15,7 +15,7 @@ declare(strict_types=1);
$boxes = []; $boxes = [];
echo $this->data['nav']->render(); ?> echo $this->data['nav']->render(); ?>
<!--
<section class="box w-33"> <section class="box w-33">
<header><h1><?= $this->getHtml('Mailboxes'); ?></h1></header> <header><h1><?= $this->getHtml('Mailboxes'); ?></h1></header>
<div class="inner"> <div class="inner">
@ -61,3 +61,4 @@ echo $this->data['nav']->render(); ?>
</form> </form>
</div> </div>
</section> </section>
-->