Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 24317 |
govind |
1 |
<select class="form-control input-sm" id ="serviceBrandName" placeholder="serviceBrandName" onchange="partnerBrandServiceDeatilsforPartner(this)">
|
|
|
2 |
<option value="" selected disabled>serviceBrandName</option>
|
|
|
3 |
#foreach($serviceBrandsConfig in $serviceBrandsConfigs)
|
|
|
4 |
<option value="$serviceBrandsConfig.getId()">$serviceBrandsConfig.getBrand()</option>
|
|
|
5 |
#end
|
|
|
6 |
</select>
|