Dropdown tipos de juntas e facing types
This commit is contained in:
parent
3686579996
commit
0386c81503
|
|
@ -53,10 +53,10 @@
|
||||||
<select id="existing-joint" name="existing_joint-select"
|
<select id="existing-joint" name="existing_joint-select"
|
||||||
class="form-control select2" style="width: 100%;" required>
|
class="form-control select2" style="width: 100%;" required>
|
||||||
<option selected="selected" disabled hidden value=""></option>
|
<option selected="selected" disabled hidden value=""></option>
|
||||||
<option value="Tipo 1">Tipo 1</option>
|
<option value="316L OR">316L OR</option>
|
||||||
<option value="Tipo 2">Tipo 2</option>
|
<option value="316L IR/OR">316L IR/OR</option>
|
||||||
<option value="Tipo 3">Tipo 3</option>
|
<option value="Monel IR/OR">Monel IR/OR</option>
|
||||||
<option value="Tipo 4">Tipo 4</option>
|
<option value="Monel OR C/Gorotex">Monel OR C/Gorotex</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -71,10 +71,8 @@ class="form-control select2" style="width: 100%;" required>
|
||||||
<select id="facing-type" name="facing_type-select" class="form-control select2"
|
<select id="facing-type" name="facing_type-select" class="form-control select2"
|
||||||
style="width: 100%;" required>
|
style="width: 100%;" required>
|
||||||
<option selected="selected" disabled hidden value=""></option>
|
<option selected="selected" disabled hidden value=""></option>
|
||||||
<option value="Opção 1">Opção 1</option>
|
<option value="RF">RF</option>
|
||||||
<option value="Opção 2">Opção 2</option>
|
<option value="RTJ">RTJ</option>
|
||||||
<option value="Opção 3">Opção 3</option>
|
|
||||||
<option value="Opção 4">Opção 4</option>
|
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user