Preparing lookup button

This commit is contained in:
Dennis Eichhorn 2015-12-19 10:06:15 +01:00
parent e04f34ce49
commit 54388da51f

View File

@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
<tr><td><select id="iStatus" name="status">
<option value="">
</select>
<td><span class="input"><button><i class="fa fa-book"></i></button><input type="text" id="iUser" name="user" placeholder=""></span><td><button><?= $this->l11n->lang[0]['Add']; ?></button>
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="text" id="iUser" name="user" placeholder=""></span><td><button><?= $this->l11n->lang[0]['Add']; ?></button>
<tr><td colspan="3"><input type="submit" value="<?= $this->l11n->lang[0]['Create']; ?>">
</table>
</form>