cvs: smarty /docs/fr/designers/language-builtin-functions language-function-section.xml

"gerald croes" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsgerald1086716337@cvsserver>
gerald		Tue Jun  8 13:38:57 2004 EDT

  Modified files:              
    /smarty/docs/fr/designers/language-builtin-functions	
                                                        	language-function-section.xml 
  Log:
  corrected a variable name (custId => idClient)
  
http://cvs.php.net/diff.php/smarty/docs/fr/designers/language-builtin-functions/language-function-section.xml?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/fr/designers/language-builtin-functions/language-function-section.xml
diff -u smarty/docs/fr/designers/language-builtin-functions/language-function-section.xml:1.2 smarty/docs/fr/designers/language-builtin-functions/language-function-section.xml:1.3
--- smarty/docs/fr/designers/language-builtin-functions/language-function-section.xml:1.2	Sun May 23 11:44:59 2004
+++ smarty/docs/fr/designers/language-builtin-functions/language-function-section.xml	Tue Jun  8 13:38:57 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- EN-Revision: 1.1 Maintainer: nobody Status: partial -->
 <sect1 id="language.function.section">
  <title>section,sectionelse</title>
@@ -98,9 +98,9 @@
   <title>section</title>
 <programlisting>
 
-{* Cet exemple va afficher toutes les valeurs du tableau $custid *}
-{section name=client loop=$custid}
-	id: {$custid[client]}&lt;br&gt;
+{* Cet exemple va afficher toutes les valeurs du tableau $idClient *}
+{section name=client loop=$idClient}
+	id: {$idClient[client]}&lt;br&gt;
 {/section}
 
 SORTIE:
@@ -118,7 +118,7 @@
    lorsque vous êtes dans une section. Cet exemple part du principe que
    $idClient, $noms et $adresses sont tous des tableaux qui contiennent
    autant de valeurs les uns que les autres.*}
-{section name=client loop=$custid}
+{section name=client loop=$idClient}
 	id: {$idClient[client]}&lt;br&gt;
 	nom: {$noms[client]}&lt;br&gt;
 	addresse: {$addresses[client]}&lt;br&gt;
@@ -163,7 +163,7 @@
    complexes, comme des tableaux multi-dimentionnels. Dans cet exemple,
    $type_contact[client] est un tableau de type de contact pour le client
    courant. *}
-{section name=client loop=$custid}
+{section name=client loop=$idClient}
 	id: {$idClient[client]}&lt;br&gt;
 	nom: {$nom[client]}&lt;br&gt;
 	addresse: {$addresse[client]}&lt;br&gt;
@@ -290,7 +290,7 @@
   <example>
    <title>propriété de section index_prev</title>
 <programlisting>
-	{section name=client loop=$custid}
+	{section name=client loop=$idClient}
 	{$smarty.section.client.index} id: {$idClient[client]}&lt;br&gt;
 	{* Pour votre information, $idClient[client.index] and $idClient[client] sont identiques *}
 	{if $idClient[client.index_prev] ne $idClient[client.index]}

-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.