mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-11 15:18:42 +00:00
Directory rename
This commit is contained in:
parent
479be76a2b
commit
ddd7ba9b75
|
|
@ -20,17 +20,17 @@
|
|||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<div class="tabular-2">
|
||||
<section class="box">
|
||||
<div class="box">
|
||||
<ul class="tab-links">
|
||||
<li><label for="c-tab-1"><?= $this->l11n->lang['Billing']['Invoice'] ?></label></li>
|
||||
<li><label for="c-tab-2"><?= $this->l11n->lang['Billing']['Items'] ?></label></li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
<div class="tab-content">
|
||||
<input type="radio" id="c-tab-1" name="tabular-2" checked>
|
||||
<div class="tab">
|
||||
<section class="box w-50 floatLeft">
|
||||
<h1><?= $this->l11n->lang['Billing']['Invoice'] ?></h1>
|
||||
<header><h1><?= $this->l11n->lang['Billing']['Invoice'] ?></h1></header>
|
||||
<div class="inner">
|
||||
<form>
|
||||
<table class="layout wf-100">
|
||||
|
|
@ -63,7 +63,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</section>
|
||||
|
||||
<section class="box w-50 floatLeft">
|
||||
<h1><?= $this->l11n->lang['Billing']['Invoice'] ?></h1>
|
||||
<header><h1><?= $this->l11n->lang['Billing']['Invoice'] ?></h1></header>
|
||||
<div class="inner">
|
||||
<form>
|
||||
<table class="layout wf-100">
|
||||
|
|
@ -87,7 +87,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</section>
|
||||
|
||||
<section class="box w-50 floatLeft">
|
||||
<h1><?= $this->l11n->lang['Billing']['Delivery'] ?></h1>
|
||||
<header><h1><?= $this->l11n->lang['Billing']['Delivery'] ?></h1></header>
|
||||
<div class="inner">
|
||||
<form>
|
||||
<table class="layout wf-100">
|
||||
|
|
@ -112,7 +112,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</div>
|
||||
<input type="radio" id="c-tab-2" name="tabular-2">
|
||||
<div class="tab">
|
||||
<section class="box w-100">
|
||||
<div class="box w-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->lang['Billing']['Invoice'] ?></caption>
|
||||
<thead>
|
||||
|
|
@ -147,7 +147,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td>
|
||||
<td>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ $footerView->setPage(1);
|
|||
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-100">
|
||||
<div class="box w-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->lang['Billing']['Invoices'] ?></caption>
|
||||
<thead>
|
||||
|
|
@ -44,4 +44,4 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td colspan="8" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ $footerView->setPage(1);
|
|||
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-100">
|
||||
<div class="box w-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->lang['Billing']['Invoices'] ?></caption>
|
||||
<thead>
|
||||
|
|
@ -44,4 +44,4 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td colspan="8" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user