mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-17 17:28:41 +00:00
Started grid implementation
This commit is contained in:
parent
94a2656268
commit
1991d9a2d8
|
|
@ -35,7 +35,9 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
<input type="radio" id="c-tab-1" name="tabular-2" checked>
|
<input type="radio" id="c-tab-1" name="tabular-2" checked>
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
<section class="box w-33 floatLeft">
|
<div class="row">
|
||||||
|
<div class="col-xs-12 col-md-6 col-lg-4">
|
||||||
|
<section class="box wf-100">
|
||||||
<header><h1><?= $this->getText('Client') ?></h1></header>
|
<header><h1><?= $this->getText('Client') ?></h1></header>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<form>
|
<form>
|
||||||
|
|
@ -54,9 +56,13 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<input type="radio" id="c-tab-2" name="tabular-2">
|
<input type="radio" id="c-tab-2" name="tabular-2">
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
<section class="box w-33 floatLeft">
|
<div class="row">
|
||||||
|
<div class="col-xs-12 col-md-6 col-lg-4">
|
||||||
|
<section class="box wf-100">
|
||||||
<header><h1><?= $this->getText('Contact') ?></h1></header>
|
<header><h1><?= $this->getText('Contact') ?></h1></header>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<form>
|
<form>
|
||||||
|
|
@ -85,6 +91,8 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<input type="radio" id="c-tab-3" name="tabular-2">
|
<input type="radio" id="c-tab-3" name="tabular-2">
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
<section class="box w-33 floatLeft">
|
<section class="box w-33 floatLeft">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user