...
|
...
|
@@ -4,7 +4,7 @@ |
|
|
<label class="control-label col-xs-12 col-sm-2">{:__('Type')}:</label>
|
|
|
<div class="col-xs-12 col-sm-8">
|
|
|
|
|
|
<input id="c-type" data-rule="" data-source="sort/index" data-field="name" data-multiple="true" class="form-control selectpage" name="row[type]" type="text" value="{$row.type|htmlentities}">
|
|
|
<input id="c-type" data-rule="" data-source="sort/index" data-field="name" class="form-control selectpage" name="row[type]" type="text" value="{$row.type|htmlentities}">
|
|
|
|
|
|
</div>
|
|
|
</div>
|
...
|
...
|
|