更新
This commit is contained in:
5
app/http/form/template/select.html
Normal file
5
app/http/form/template/select.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<select class="form-control" name="{$name}" id="{$name}" style="width:auto;">
|
||||
{volist name="option" id="item"}
|
||||
<option value="{$item['key']}" {if $item['key'] == $value}selected{/if}>{$item['label']}</option>
|
||||
{/volist}
|
||||
</select>
|
||||
Reference in New Issue
Block a user