mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-02-08 05:08:41 +00:00
Preparing lookup button
This commit is contained in:
parent
9b0d1252c6
commit
4089198aed
|
|
@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<form>
|
||||
<table class="layout w-100">
|
||||
<tr><td><label for="iId"><?= $this->l11n->lang[0]['ID']; ?></label>
|
||||
<tr><td><span class="input"><button><i class="fa fa-book"></i></button><input type="number" id="iId" min="1" name="id" required></span>
|
||||
<tr><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="number" id="iId" min="1" name="id" required></span>
|
||||
<tr><td><label for="iName1"><?= $this->l11n->lang['SupplierManagement']['Name1']; ?></label>
|
||||
<tr><td><input type="text" id="iName1" name="name1" placeholder="" required>
|
||||
<tr><td><label for="iName2"><?= $this->l11n->lang['SupplierManagement']['Name2']; ?></label>
|
||||
|
|
@ -118,7 +118,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<form>
|
||||
<table class="layout w-100">
|
||||
<tr><td><label for="iSource"><?= $this->l11n->lang[0]['ID'] ?></label>
|
||||
<tr><td><span class="input"><button><i class="fa fa-book"></i></button><input id="iSource" name="source" type="text" placeholder=""></span>
|
||||
<tr><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input id="iSource" name="source" type="text" placeholder=""></span>
|
||||
<tr><td><label for="iSegment"><?= $this->l11n->lang['SupplierManagement']['Segment'] ?></label>
|
||||
<tr><td><input id="iSegment" name="segment" type="text" placeholder="">
|
||||
<tr><td><label for="iProductgroup"><?= $this->l11n->lang['SupplierManagement']['Productgroup'] ?></label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user