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