cvs: smarty /docs/fr/designers/language-custom-functions language-function-html-options.xml /docs/fr/designers/language-variables language-variables-smarty.xml
[email protected] ("Yannick Torres") Wed, 19 Apr 2006 21:01:32 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvsyannick1145480492@cvsserver> |
yannick Wed Apr 19 21:01:32 2006 UTC
Modified files:
/smarty/docs/fr/designers/language-custom-functions
language-function-html-options.xml
/smarty/docs/fr/designers/language-variables
language-variables-smarty.xml
Log:
sync with EN
http://cvs.php.net/viewcvs.cgi/smarty/docs/fr/designers/language-custom-functions/language-function-html-options.xml?r1=1.9&r2=1.10&diff_format=u
Index: smarty/docs/fr/designers/language-custom-functions/language-function-html-options.xml
diff -u smarty/docs/fr/designers/language-custom-functions/language-function-html-options.xml:1.9 smarty/docs/fr/designers/language-custom-functions/language-function-html-options.xml:1.10
--- smarty/docs/fr/designers/language-custom-functions/language-function-html-options.xml:1.9 Wed Mar 22 17:30:04 2006
+++ smarty/docs/fr/designers/language-custom-functions/language-function-html-options.xml Wed Apr 19 21:01:32 2006
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
-<!-- EN-Revision: 1.13 Maintainer: yannick Status: ready -->
+<!-- $Revision: 1.10 $ -->
+<!-- EN-Revision: 1.14 Maintainer: yannick Status: ready -->
<sect1 id="language.function.html.options">
<title>{html_options}</title>
@@ -180,7 +180,7 @@
<![CDATA[
<select name="type_id">
<option value='null'>-- none --</option>
- {html_options name='contact_type' options=$contact_types selected=$contact.type_id}
+ {html_options options=$contact_types selected=$contact.type_id}
</select>
]]>
</programlisting>
http://cvs.php.net/viewcvs.cgi/smarty/docs/fr/designers/language-variables/language-variables-smarty.xml?r1=1.11&r2=1.12&diff_format=u
Index: smarty/docs/fr/designers/language-variables/language-variables-smarty.xml
diff -u smarty/docs/fr/designers/language-variables/language-variables-smarty.xml:1.11 smarty/docs/fr/designers/language-variables/language-variables-smarty.xml:1.12
--- smarty/docs/fr/designers/language-variables/language-variables-smarty.xml:1.11 Sun Apr 9 21:59:55 2006
+++ smarty/docs/fr/designers/language-variables/language-variables-smarty.xml Wed Apr 19 21:01:32 2006
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
-<!-- EN-Revision: 1.14 Maintainer: yannick Status: ready -->
+<!-- $Revision: 1.12 $ -->
+<!-- EN-Revision: 1.15 Maintainer: yannick Status: ready -->
<sect1 id="language.variables.smarty">
<title>Variable réservée {$smarty}</title>
@@ -149,14 +149,16 @@
<![CDATA[
<b>Le conteneur principal est {$smarty.template}</b>
{include file='banner.tpl}
- ]]>
-</programlisting>
-Affichera :
-<programlisting>
- <![CDATA[
+]]>
+ </programlisting>
+ <para>
+ Affichera :
+ </para>
+ <programlisting>
+<![CDATA[
<b>Le conteneur principal est container.tpl</b>
- banner.tpl
- ]]>
+banner.tpl
+]]>
</programlisting>
</sect2>
@@ -169,7 +171,7 @@
<![CDATA[
<div id="footer">Généré par Smarty {$smarty.version}</div>
]]>
-</programlisting>
+ </programlisting>
</sect2>
<sect2 id="language.variables.smarty.ldelim">