diff --git a/application/admin/command/Crud/stubs/html/checkbox.stub b/application/admin/command/Crud/stubs/html/checkbox.stub index cdfeb813..9aa587e7 100644 --- a/application/admin/command/Crud/stubs/html/checkbox.stub +++ b/application/admin/command/Crud/stubs/html/checkbox.stub @@ -1,4 +1,6 @@ - + +
{foreach name="{%fieldList%}" item="vo"} {/foreach} +
diff --git a/application/admin/command/Crud/stubs/html/radio.stub b/application/admin/command/Crud/stubs/html/radio.stub index 292ca4c3..a3c7b2ec 100644 --- a/application/admin/command/Crud/stubs/html/radio.stub +++ b/application/admin/command/Crud/stubs/html/radio.stub @@ -1,4 +1,6 @@ - + +
{foreach name="{%fieldList%}" item="vo"} {/foreach} +