diff --git a/docs/en/designers/language-custom-functions/language-function-html-radios.xml b/docs/en/designers/language-custom-functions/language-function-html-radios.xml index 6f223145..c72e01c2 100644 --- a/docs/en/designers/language-custom-functions/language-function-html-radios.xml +++ b/docs/en/designers/language-custom-functions/language-function-html-radios.xml @@ -137,21 +137,16 @@ $smarty->assign('customer_id', 1001); -Joe -Schmoe
-
-
-
+Joe Schmoe
+
+
+
]]>
- + {html_radios}- Database example (eg PEAR or ADODB): - + assign('contact',$db->getRow($sql)); ?> ]]> - - -and the template: - - + + + and the template: + + "} ]]> - + - - See also - {html_checkboxes} - and - {html_options} + + See also {html_checkboxes} + and {html_options} -