16 lines
681 B
Smarty
16 lines
681 B
Smarty
<div class="panel-wrapper">
|
|
<div class="form-group">
|
|
|
|
<div class="col-md-12">
|
|
<label for="attribute_separator" class="control-label col-md-4">
|
|
<span title="" data-toggle="tooltip" class="label-tooltip" data-original-title="">
|
|
{l s='Attributes separator' mod='pshowimporter'}:
|
|
</span>
|
|
</label>
|
|
<div class="col-md-4">
|
|
<input id="attribute_separator" maxlength="1" type="text" value="{if isset($primary_config['attribute_separator'])}{$primary_config['attribute_separator']}{else},{/if}" name="attribute_separator">
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div> |