cvs: smarty /docs/en/designers/language-basic-syntax language-syntax-attributes.xml

"Peter 'Mash' Morgan" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvspete_morgan1130179068@cvsserver>
pete_morgan		Mon Oct 24 14:37:48 2005 EDT

  Modified files:              
    /smarty/docs/en/designers/language-basic-syntax	
                                                   	language-syntax-attributes.xml 
  Log:
  tweek
  
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-basic-syntax/language-syntax-attributes.xml?r1=1.3&r2=1.4&ty=u
Index: smarty/docs/en/designers/language-basic-syntax/language-syntax-attributes.xml
diff -u smarty/docs/en/designers/language-basic-syntax/language-syntax-attributes.xml:1.3 smarty/docs/en/designers/language-basic-syntax/language-syntax-attributes.xml:1.4
--- smarty/docs/en/designers/language-basic-syntax/language-syntax-attributes.xml:1.3	Fri May 27 12:25:01 2005
+++ smarty/docs/en/designers/language-basic-syntax/language-syntax-attributes.xml	Mon Oct 24 14:37:46 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <sect1 id="language.syntax.attributes">
  <title>Attributes</title>
  <para>
@@ -21,18 +21,20 @@
   <title>function attribute syntax</title>
   <programlisting>
 <![CDATA[
-{include file="header.tpl"}
+{include file='header.tpl'}
 
-{include file="header.tpl" attrib_name="attrib value"}
+{include file='header.tpl' attrib_name='attrib value'}
 
 {include file=$includeFile}
 
-{include file=#includeFile# title="Smarty is cool"}
+{include file=#includeFile# title='Smarty is cool'}
 
 {html_select_date display_days=yes}
 
-<select name="company">
-  {html_options options=$choices selected=$selected}
+{mailto address='[email protected]'}
+
+<select name='company_id'>
+  {html_options options=$companies selected=$company_id}
 </select>
 ]]>
   </programlisting>

-- 
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.