Preparing lookup button

This commit is contained in:
Dennis Eichhorn 2015-12-19 10:06:15 +01:00
parent 9b0d1252c6
commit 4089198aed

View File

@ -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="&#xf040;" 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>