Skip to content

Commit

Permalink
AutocompleteEasy V 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltonbruce committed Jun 3, 2019
1 parent 050c0dc commit d12ea0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions forms/tes/EasyAutocRec.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@

<form method="get" name="autocompletar" action="">
<div class="row">
<div class="col-xs-12"><label>Nome:</label>
<input type="text" id="inputThree" class="form-control input-sm"
name="nome" placeholder="Partes dos nomesde membros para procurarmos">
</div>
<div class="col-xs-3"><label>Rol:</label>
<input type="text" id="inputFour" class="form-control input-sm"
name="recebeu" placeholder="N&ordm; do Rol" required="required" >
Expand All @@ -18,6 +14,10 @@
<label>&nbsp;</label>
<input type="submit" class="btn btn-primary btn-sm" name="listar" value="Listar dados...">
</div>
<div class="col-xs-12"><label>Nome:</label>
<input type="text" id="inputThree" class="form-control input-sm"
name="nome" placeholder="Partes dos nomesde membros para procurarmos">
</div>
</div>
</form>
<script>
Expand Down

0 comments on commit d12ea0c

Please sign in to comment.