cvs: smarty /docs/en/designers/language-custom-functions language-function-html-select-date.xml
[email protected] ("Messju Mohr") Tue, 13 Dec 2005 21:31:39 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvsmessju1134509499@cvsserver> |
messju Tue Dec 13 21:31:39 2005 EDT
Modified files:
/smarty/docs/en/designers/language-custom-functions
language-function-html-select-date.xml
Log:
added explanation of passthru feature
http://cvs.php.net/viewcvs.cgi/smarty/docs/en/designers/language-custom-functions/language-function-html-select-date.xml?r1=1.9&r2=1.10&diff_format=u
Index: smarty/docs/en/designers/language-custom-functions/language-function-html-select-date.xml
diff -u smarty/docs/en/designers/language-custom-functions/language-function-html-select-date.xml:1.9 smarty/docs/en/designers/language-custom-functions/language-function-html-select-date.xml:1.10
--- smarty/docs/en/designers/language-custom-functions/language-function-html-select-date.xml:1.9 Tue Sep 13 19:03:11 2005
+++ smarty/docs/en/designers/language-custom-functions/language-function-html-select-date.xml Tue Dec 13 21:31:39 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<sect1 id="language.function.html.select.date">
<title>{html_select_date}</title>
<para>
@@ -228,7 +228,11 @@
</tbody>
</tgroup>
</informaltable>
-
+ <para>
+ All parameters that are not in the list above are printed as
+ name/value-pairs inside the <select> tags of day, month and
+ year.
+ </para>
<example>
<title>{html_select_date}</title>
<para>Template code</para>