sync with EN

This commit is contained in:
yannick
2006-04-19 21:01:32 +00:00
parent febbfbf7a4
commit b83cedd4aa
2 changed files with 13 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ --> <!-- $Revision$ -->
<!-- EN-Revision: 1.13 Maintainer: yannick Status: ready --> <!-- EN-Revision: 1.14 Maintainer: yannick Status: ready -->
<sect1 id="language.function.html.options"> <sect1 id="language.function.html.options">
<title>{html_options}</title> <title>{html_options}</title>
@@ -180,7 +180,7 @@ $smarty->assign('contact',$db->getRow($sql));
<![CDATA[ <![CDATA[
<select name="type_id"> <select name="type_id">
<option value='null'>-- none --</option> <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> </select>
]]> ]]>
</programlisting> </programlisting>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ --> <!-- $Revision$ -->
<!-- EN-Revision: 1.14 Maintainer: yannick Status: ready --> <!-- EN-Revision: 1.15 Maintainer: yannick Status: ready -->
<sect1 id="language.variables.smarty"> <sect1 id="language.variables.smarty">
<title>Variable r<>serv<72>e {$smarty}</title> <title>Variable r<>serv<72>e {$smarty}</title>
@@ -151,7 +151,9 @@ define('_MY_CONST_VAL','CHERRIES');
{include file='banner.tpl} {include file='banner.tpl}
]]> ]]>
</programlisting> </programlisting>
<para>
Affichera : Affichera :
</para>
<programlisting> <programlisting>
<![CDATA[ <![CDATA[
<b>Le conteneur principal est container.tpl</b> <b>Le conteneur principal est container.tpl</b>