mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-16 12:28:41 +00:00
UI fixes
This commit is contained in:
parent
24f8da4290
commit
15d4e7280d
|
|
@ -23,7 +23,9 @@ $footerView->setPage(1);
|
||||||
$footerView->setResults(1);
|
$footerView->setResults(1);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<section class="box w-100">
|
<div class="row">
|
||||||
|
<div class="col-xs-12">
|
||||||
|
<section class="box wf-100">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<form>
|
<form>
|
||||||
<table class="layout wf-100">
|
<table class="layout wf-100">
|
||||||
|
|
@ -59,6 +61,8 @@ $footerView->setResults(1);
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="box w-100">
|
<div class="box w-100">
|
||||||
<div class="tabular-2">
|
<div class="tabular-2">
|
||||||
|
|
@ -70,6 +74,8 @@ $footerView->setResults(1);
|
||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
<input type="radio" id="c-tab2-1" name="tabular-2" checked>
|
<input type="radio" id="c-tab2-1" name="tabular-2" checked>
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-xs-12">
|
||||||
<section class="wf-100">
|
<section class="wf-100">
|
||||||
<table class="table red">
|
<table class="table red">
|
||||||
<caption><?= $this->getText('Entries') ?></caption>
|
<caption><?= $this->getText('Entries') ?></caption>
|
||||||
|
|
@ -102,9 +108,13 @@ $footerView->setResults(1);
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<input type="radio" id="c-tab2-2" name="tabular-2">
|
<input type="radio" id="c-tab2-2" name="tabular-2">
|
||||||
<div class="tab tab-2">
|
<div class="tab tab-2">
|
||||||
<section class="box w-33 floatLeft">
|
<div class="row">
|
||||||
|
<div class="col-xs-4">
|
||||||
|
<section class="wf-100">
|
||||||
<table class="table red">
|
<table class="table red">
|
||||||
<caption><?= $this->getText('Accounts') ?></caption>
|
<caption><?= $this->getText('Accounts') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -122,8 +132,10 @@ $footerView->setResults(1);
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</section>
|
||||||
<section class="box w-33 floatLeft">
|
</div>
|
||||||
<table class="table floatLeft">
|
<div class="col-xs-4">
|
||||||
|
<section class="wf-100">
|
||||||
|
<table class="table green">
|
||||||
<caption><?= $this->getText('CostCenter') ?></caption>
|
<caption><?= $this->getText('CostCenter') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -140,8 +152,10 @@ $footerView->setResults(1);
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</section>
|
||||||
<section class="box w-33 floatLeft">
|
</div>
|
||||||
<table class="table red">
|
<div class="col-xs-4">
|
||||||
|
<section class="wf-100">
|
||||||
|
<table class="table blue">
|
||||||
<caption><?= $this->getText('CostObject') ?></caption>
|
<caption><?= $this->getText('CostObject') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -159,17 +173,25 @@ $footerView->setResults(1);
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<input type="radio" id="c-tab2-3" name="tabular-2">
|
<input type="radio" id="c-tab2-3" name="tabular-2">
|
||||||
<div class="tab tab-3">
|
<div class="tab tab-3">
|
||||||
<section class="box w-50 floatLeft">
|
<div class="row">
|
||||||
|
<div class="col-xs-6">
|
||||||
|
<section class="wf-100">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="box w-50 floatLeft">
|
</div>
|
||||||
|
<div class="col-xs-6">
|
||||||
|
<section class="wf-100">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="box w-50 floatLeft">
|
</div>
|
||||||
|
<div class="col-xs-6">
|
||||||
|
<section class="wf-100">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
@ -177,5 +199,7 @@ $footerView->setResults(1);
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<?php include 'account-list.tpl.php'; ?>
|
<?php include 'account-list.tpl.php'; ?>
|
||||||
Loading…
Reference in New Issue
Block a user