mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-01-11 16:48:40 +00:00
bug fixes
This commit is contained in:
parent
7de326cf3a
commit
464badf778
|
|
@ -68,7 +68,7 @@ echo $this->data['nav']->render(); ?>
|
|||
<div class="box">
|
||||
<a tabindex="0" class="button" href="<?= UriFactory::build('{/base}/messages/mail/create'); ?>"><?= $this->getHtml('Create', '0', '0'); ?></a>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<section class="portlet">
|
||||
<div class="portlet-head"><?= $this->getHtml('Channels'); ?></div>
|
||||
<div class="portlet-body">
|
||||
|
|
@ -80,5 +80,6 @@ echo $this->data['nav']->render(); ?>
|
|||
<div class="portlet-body">
|
||||
</div>
|
||||
</section>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ declare(strict_types=1);
|
|||
$boxes = [];
|
||||
|
||||
echo $this->data['nav']->render(); ?>
|
||||
|
||||
<!--
|
||||
<section class="box w-33">
|
||||
<header><h1><?= $this->getHtml('Mailboxes'); ?></h1></header>
|
||||
<div class="inner">
|
||||
|
|
@ -61,3 +61,4 @@ echo $this->data['nav']->render(); ?>
|
|||
</form>
|
||||
</div>
|
||||
</section>
|
||||
-->
|
||||
Loading…
Reference in New Issue
Block a user