sync with EN

This commit is contained in:
yannick
2005-05-09 16:45:23 +00:00
parent 03aec072f1
commit 0354314d82
28 changed files with 323 additions and 198 deletions

View File

@@ -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[