mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-18 09:48:40 +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">
|
||||
<input type="radio" id="c-tab-1" name="tabular-2" checked>
|
||||
<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>
|
||||
<div class="inner">
|
||||
<form>
|
||||
|
|
@ -54,9 +56,13 @@ echo $this->getData('nav')->render(); ?>
|
|||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<input type="radio" id="c-tab-2" name="tabular-2">
|
||||
<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>
|
||||
<div class="inner">
|
||||
<form>
|
||||
|
|
@ -85,6 +91,8 @@ echo $this->getData('nav')->render(); ?>
|
|||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<input type="radio" id="c-tab-3" name="tabular-2">
|
||||
<div class="tab">
|
||||
<section class="box w-33 floatLeft">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user