Blame | Last modification | View Log | RSS feed
<select class="form-control input-sm" id ="serviceBrandName" placeholder="serviceBrandName" onchange="partnerBrandServiceDeatilsforPartner(this)"><option value="" selected disabled>serviceBrandName</option>#foreach($serviceBrandsConfig in $serviceBrandsConfigs)<option value="$serviceBrandsConfig.getId()">$serviceBrandsConfig.getBrand()</option>#end</select>