mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-16 12:28:41 +00:00
Simplyfing layout
This commit is contained in:
parent
91f4987323
commit
0532a29ec4
|
|
@ -1,5 +1,5 @@
|
||||||
<template id="entry-list-tpl">
|
<template id="entry-list-tpl">
|
||||||
<section id="entry-list" class="box" style="z-index: 99; position: relative; top: 20px; display: block; margin: 0 auto; width: 20%;">
|
<div id="entry-list" class="box" style="z-index: 99; position: relative; top: 20px; display: block; margin: 0 auto; width: 20%;">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption><?= $this->l11n->lang['Accounting']['Accounts']; ?></caption>
|
<caption><?= $this->l11n->lang['Accounting']['Accounts']; ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -8,5 +8,5 @@
|
||||||
<td class="wf-100"><?= $this->l11n->lang['Accounting']['Account']; ?>
|
<td class="wf-100"><?= $this->l11n->lang['Accounting']['Account']; ?>
|
||||||
<tbody>
|
<tbody>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
@ -60,7 +60,7 @@ $footerView->setResults(1);
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="box w-100">
|
<div class="box w-100">
|
||||||
<div class="tabular-2">
|
<div class="tabular-2">
|
||||||
<ul class="tab-links">
|
<ul class="tab-links">
|
||||||
<li><label for="c-tab2-1"><?= $this->l11n->lang['Accounting']['List']; ?></label></li>
|
<li><label for="c-tab2-1"><?= $this->l11n->lang['Accounting']['List']; ?></label></li>
|
||||||
|
|
@ -176,6 +176,6 @@ $footerView->setResults(1);
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</div>
|
||||||
|
|
||||||
<?php include 'account-list.tpl.php'; ?>
|
<?php include 'account-list.tpl.php'; ?>
|
||||||
|
|
@ -16,7 +16,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['Accounting']['GL']; ?></h1>
|
<header><h1><?= $this->l11n->lang['Accounting']['GL']; ?></h1></header>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<form>
|
<form>
|
||||||
<table class="layout wf-100">
|
<table class="layout wf-100">
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ $footerView->setResults(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['Accounting']['Journal']; ?></caption>
|
<caption><?= $this->l11n->lang['Accounting']['Journal']; ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -49,4 +49,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>
|
||||||
|
|
|
||||||
|
|
@ -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['Accounting']['Stack']; ?></h1>
|
<header><h1><?= $this->l11n->lang['Accounting']['Stack']; ?></h1></header>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<form>
|
<form>
|
||||||
<table class="layout wf-100">
|
<table class="layout wf-100">
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ $footerView->setResults(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['Accounting']['BatchPostings']; ?></caption>
|
<caption><?= $this->l11n->lang['Accounting']['BatchPostings']; ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -51,4 +51,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>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ $footerView->setResults(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['Accounting']['BatchPostings']; ?></caption>
|
<caption><?= $this->l11n->lang['Accounting']['BatchPostings']; ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -52,4 +52,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>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ $footerView->setResults(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['Accounting']['GL']; ?></caption>
|
<caption><?= $this->l11n->lang['Accounting']['GL']; ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -49,4 +49,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>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ $footerView->setResults(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['Accounting']['BatchPostings']; ?></caption>
|
<caption><?= $this->l11n->lang['Accounting']['BatchPostings']; ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -51,4 +51,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>
|
||||||
|
|
|
||||||
|
|
@ -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['Accounting']['Stack']; ?></h1>
|
<header><h1><?= $this->l11n->lang['Accounting']['Stack']; ?></h1></header>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<form>
|
<form>
|
||||||
<table class="layout wf-100">
|
<table class="layout wf-100">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user