...
|
...
|
@@ -12,7 +12,7 @@ |
|
|
|
|
|
<select id="c-flag" data-rule="required" class="form-control selectpicker" name="row[flag]">
|
|
|
{foreach name="flagList" item="vo"}
|
|
|
<option value="{$key}" {in name="key" value="index"}selected{/in}>{$vo}</option>
|
|
|
<option value="{$key}" {in name="key" value="recommend"}selected{/in}>{$vo}</option>
|
|
|
{/foreach}
|
|
|
</select>
|
|
|
|
...
|
...
|
|