Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 14517 |
anikendra |
1 |
<div class="searchbar">
|
|
|
2 |
<form class="navbar-form" role="search" method="GET" name="search" action="<?php echo $this->here;?>/search">
|
|
|
3 |
<div class="input-group col-xs-6 text-left">
|
|
|
4 |
Search By:
|
|
|
5 |
<input type="radio" name="type" value="sku" selected="selected"/>Sku
|
|
|
6 |
<input type="radio" name="type" value="skuBundleId"/>Sku Bundle Id
|
|
|
7 |
</div>
|
|
|
8 |
<div class="input-group col-xs-6 text-right" id="remote">
|
|
|
9 |
<input autocomplete="off" type="text" class="form-control" placeholder="Search for items" name="search" id="srch-term">
|
|
|
10 |
<div class="input-group-btn w25px">
|
|
|
11 |
<button class="btn btn-default" type="submit"><i class="glyphicon glyphicon-search"></i></button>
|
|
|
12 |
</div>
|
|
|
13 |
</div>
|
|
|
14 |
</form>
|
|
|
15 |
</div>
|