mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-02-16 01:08:40 +00:00
Simplyfing layout
This commit is contained in:
parent
dd8133fe1a
commit
a3c8350cb3
|
|
@ -28,7 +28,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="box w-100">
|
<div class="box w-100">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption><?= $this->l11n->lang['Messages']['Messages']; ?></caption>
|
<caption><?= $this->l11n->lang['Messages']['Messages']; ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -65,4 +65,4 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
<td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="box w-100">
|
<div class="box w-100">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption><?= $this->l11n->lang['Messages']['Messages']; ?></caption>
|
<caption><?= $this->l11n->lang['Messages']['Messages']; ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -54,4 +54,4 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
<td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="box w-100">
|
<div class="box w-100">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption><?= $this->l11n->lang['Messages']['Messages']; ?></caption>
|
<caption><?= $this->l11n->lang['Messages']['Messages']; ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -54,4 +54,4 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
<td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ $mails = $mail->getEmail($this->getData('id'));
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<section class="box w-100">
|
<section class="box w-100">
|
||||||
<h1><?= str_replace('_',' ', mb_decode_mimeheader($mails['overview'][0]->subject)); ?></h1>
|
<header><h1><?= str_replace('_',' ', mb_decode_mimeheader($mails['overview'][0]->subject)); ?></h1></header>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<?= $mail::decode($mails['body'], $mails['encoding']->encoding); ?>
|
<?= $mail::decode($mails['body'], $mails['encoding']->encoding); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ $boxes = $mail->getBoxes();
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<section class="box w-33">
|
<section class="box w-33">
|
||||||
<h1><?= $this->l11n->lang['Messages']['Mailboxes']; ?></h1>
|
<header><h1><?= $this->l11n->lang['Messages']['Mailboxes']; ?></h1></header>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<form>
|
<form>
|
||||||
<table class="layout">
|
<table class="layout">
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="box w-100">
|
<div class="box w-100">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption><?= $this->l11n->lang['Messages']['Messages']; ?></caption>
|
<caption><?= $this->l11n->lang['Messages']['Messages']; ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -54,4 +54,4 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
<td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ $mails = $mail->getEmail($this->getData('id'));
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<section class="box w-100">
|
<section class="box w-100">
|
||||||
<h1><?= str_replace('_',' ', mb_decode_mimeheader($mails['overview'][0]->subject)); ?></h1>
|
<header><h1><?= str_replace('_',' ', mb_decode_mimeheader($mails['overview'][0]->subject)); ?></h1></header>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<?= $mail::decode($mails['body'], $mails['encoding']->encoding); ?>
|
<?= $mail::decode($mails['body'], $mails['encoding']->encoding); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user