梵音定版初始化
This commit is contained in:
6
application/admin/command/Crud/stubs/html/checkbox.stub
Normal file
6
application/admin/command/Crud/stubs/html/checkbox.stub
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
<div class="checkbox">
|
||||
{foreach name="{%fieldList%}" item="vo"}
|
||||
<label for="{%fieldName%}-{$key}"><input id="{%fieldName%}-{$key}" name="{%fieldName%}" type="checkbox" value="{$key}" {in name="key" value="{%selectedValue%}"}checked{/in} /> {$vo}</label>
|
||||
{/foreach}
|
||||
</div>
|
||||
Reference in New Issue
Block a user