mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 17:18:40 +00:00
Simplyfing layout
This commit is contained in:
parent
13dec3084b
commit
d21eb702c7
|
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-100">
|
||||
<div class="box w-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->lang['Support']['Tickets']; ?></caption>
|
||||
<thead>
|
||||
|
|
@ -31,4 +31,4 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tbody>
|
||||
<tr><td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-50">
|
||||
<h1><?= $this->l11n->lang['Support']['Ticket'] ?></h1>
|
||||
<header><h1><?= $this->l11n->lang['Support']['Ticket'] ?></h1></header>
|
||||
<div class="inner">
|
||||
<form action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/reporter/template'); ?>" method="post">
|
||||
<table class="layout wf-100">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user