mirror of
				https://github.com/smarty-php/smarty.git
				synced 2025-10-31 12:21:36 +01:00 
			
		
		
		
	sync with EN
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| <?xml version="1.0" encoding="iso-8859-1"?> | ||||
| <!-- $Revision$ --> | ||||
| <!-- EN-Revision: 1.6 Maintainer: gerald Status: ready --> | ||||
| <!-- EN-Revision: 1.7 Maintainer: gerald Status: ready --> | ||||
| <sect1 id="language.function.html.checkboxes"> | ||||
|  <title>html_checkboxes</title> | ||||
|  <informaltable frame="all"> | ||||
| @@ -91,6 +91,9 @@ | ||||
|  </para> | ||||
|  <example> | ||||
|   <title>html_checkboxes</title> | ||||
|   <para> | ||||
|    O<> le code PHP est : | ||||
|   </para> | ||||
|   <programlisting role="php"> | ||||
| <![CDATA[ | ||||
| <?php | ||||
| @@ -102,16 +105,19 @@ $smarty->assign('customer_id', 1001); | ||||
| $smarty->display('index.tpl'); | ||||
|  | ||||
| ?> | ||||
| ]] | ||||
| ]]> | ||||
| </programlisting> | ||||
|   <para> | ||||
|    ou index.tpl est: | ||||
|    et index.tpl est: | ||||
|   </para> | ||||
|   <programlisting> | ||||
| <![CDATA[ | ||||
| {html_checkboxes name="id" values=$cust_ids selected=$customer_id output=$cust_names separator="<br />"} | ||||
| ]] | ||||
| ]]> | ||||
|   </programlisting> | ||||
|   <para> | ||||
|    ou bien, le code PHP est : | ||||
|   </para> | ||||
|   <programlisting role="php"> | ||||
| <![CDATA[ | ||||
| <?php | ||||
| @@ -129,7 +135,7 @@ $smarty->display('index.tpl'); | ||||
| ]]> | ||||
|   </programlisting> | ||||
|   <para> | ||||
|    ou index.tpl est: | ||||
|    et index.tpl est: | ||||
|   </para> | ||||
|   <programlisting> | ||||
| <![CDATA[ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user