fixed example of html_checkboxes

This commit is contained in:
messju
2003-05-08 14:07:21 +00:00
parent 60a1b8cdc5
commit afc42e2a3f

View File

@@ -3640,7 +3640,7 @@ $smarty->display('index.tpl');
index.tpl:
{html_checkboxes name="id" checkboxes=$cust_checkboxes checked=$customer_id separator="<br />"}
{html_checkboxes name="id" options=$cust_checkboxes checked=$customer_id separator="<br />"}
OUTPUT: (both examples)