Remove the Please fill up two fields text from the warranty search template. #253
This commit is contained in:
parent
24961b836f
commit
1fdc574a9e
1 changed files with 0 additions and 5 deletions
|
|
@ -35,11 +35,6 @@
|
||||||
</div>
|
</div>
|
||||||
<form id="warranty-search-form" autocomplete="off" class="m-form m-form--fit m-form--label-align-right m-form--group-seperator-dashed" method="get" action="{{ url('search_warranty') }}">
|
<form id="warranty-search-form" autocomplete="off" class="m-form m-form--fit m-form--label-align-right m-form--group-seperator-dashed" method="get" action="{{ url('search_warranty') }}">
|
||||||
<div class="m-portlet__body">
|
<div class="m-portlet__body">
|
||||||
<!-- <div class="form-group m-form__group row">
|
|
||||||
<label>
|
|
||||||
Please fill up at least two (2) of the fields below to view battery's warranty status.
|
|
||||||
</label>
|
|
||||||
</div> -->
|
|
||||||
<div class="form-group m-form__group row">
|
<div class="form-group m-form__group row">
|
||||||
<label data-field="battery_serial">Battery Serial Number</label>
|
<label data-field="battery_serial">Battery Serial Number</label>
|
||||||
<input name="battery_serial" type="search"class="form-control" placeholder="xxxxxxxxxxxx" value="{{ battery_serial|default("") }}">
|
<input name="battery_serial" type="search"class="form-control" placeholder="xxxxxxxxxxxx" value="{{ battery_serial|default("") }}">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue