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

View File

@@ -3355,7 +3355,7 @@ index.php:
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 />"}
AUSGABE: (Beide Beispiele) AUSGABE: (Beide Beispiele)
@@ -3708,7 +3708,7 @@ AUSGABE (beide Beispiele):
index.tpl: index.tpl:
{html_radios name="id" radios=$cust_radios checked=$customer_id separator="<br />"} {html_radios name="id" options=$cust_radios checked=$customer_id separator="<br />"}
AUSGABE: (beide Beispiele) AUSGABE: (beide Beispiele)

View File

@@ -3626,7 +3626,7 @@ $smarty->display('index.tpl');
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) SORTIE: (pour les deux exemples)
@@ -3997,7 +3997,7 @@ $smarty->display('index.tpl');
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) SORTIE: (both examples)