mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-02-08 22:18:40 +00:00
Directory rename
This commit is contained in:
parent
e1a3047b6c
commit
a1be586def
|
|
@ -17,7 +17,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['EventManagement']['Event']; ?></h1>
|
<header><h1><?= $this->l11n->lang['EventManagement']['Event']; ?></h1></header>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<form>
|
<form>
|
||||||
<table class="layout wf-100">
|
<table class="layout wf-100">
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ $footerView->setPage(1);
|
||||||
|
|
||||||
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['EventManagement']['Events'] ?></caption>
|
<caption><?= $this->l11n->lang['EventManagement']['Events'] ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -40,4 +40,4 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
<tr><td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user