diff --git a/application/admin/command/Crud/stubs/html/checkbox.stub b/application/admin/command/Crud/stubs/html/checkbox.stub index cdfeb8136388b075487af0f9b3d0a42165f826f8..9aa587e72ebe79e05a684e9683825c03563dfa17 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 292ca4c3267e67d7b2eaf8e507b792430b2b51df..a3c7b2ec00d6885934e6122ac55216967839fe3d 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} +