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