10 lines
435 B
Smarty
10 lines
435 B
Smarty
<div class="form-group form-group-flex delivery-select">
|
|
<label>Prodejna</label>
|
|
<div class="col-md-12">
|
|
<select class="selecter selecter-categories pull-right" name="data[delivery_data][seller_id]" data-autocomplete="sellers">
|
|
<option value="0">-- Nevybráno --</option>
|
|
<option value="{$info['id']}" selected>{$info['city']}, {$info['street']}, {$info['name']}</option>
|
|
</select>
|
|
</div>
|
|
</div>
|