mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
fixed examples of html_radios and html_checkboxes in german and french docs
This commit is contained in:
@@ -3355,7 +3355,7 @@ index.php:
|
||||
|
||||
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)
|
||||
@@ -3708,7 +3708,7 @@ AUSGABE (beide Beispiele):
|
||||
|
||||
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)
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user