fixed examples of html_radios and html_checkboxes in german and french docs

This commit is contained in:
messju
2003-06-29 09:19:21 +00:00
parent 67488ee517
commit eabd6dfebb
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3626,7 +3626,7 @@ $smarty->display('index.tpl');
index.tpl:
{html_checkboxes name="id" checkboxes=$cust_checkboxes checked=$client_id separator="<br />"}
{html_checkboxes name="id" options=$cust_checkboxes checked=$client_id separator="<br />"}
SORTIE: (pour les deux exemples)
@@ -3997,7 +3997,7 @@ $smarty->display('index.tpl');
index.tpl:
{html_radios name="id" radios=$cust_radios checked=$client_id separator="<br />"}
{html_radios name="id" options=$cust_radios checked=$client_id separator="<br />"}
SORTIE: (both examples)