cvs: smarty /docs/en/designers/language-custom-functions language-function-html-checkboxes.xml
"Monte Ohrt" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmohrt1095704225@cvsserver> |
mohrt Mon Sep 20 14:17:05 2004 EDT
Modified files:
/smarty/docs/en/designers/language-custom-functions
language-function-html-checkboxes.xml
Log:
fix typo
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-custom-functions/language-function-html-checkboxes.xml?r1=1.3&r2=1.4&ty=u
Index: smarty/docs/en/designers/language-custom-functions/language-function-html-checkboxes.xml
diff -u smarty/docs/en/designers/language-custom-functions/language-function-html-checkboxes.xml:1.3 smarty/docs/en/designers/language-custom-functions/language-function-html-checkboxes.xml:1.4
--- smarty/docs/en/designers/language-custom-functions/language-function-html-checkboxes.xml:1.3 Tue Aug 31 11:49:13 2004
+++ smarty/docs/en/designers/language-custom-functions/language-function-html-checkboxes.xml Mon Sep 20 14:17:05 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<sect1 id="language.function.html.checkboxes">
<title>html_checkboxes</title>
<informaltable frame="all">
@@ -96,7 +96,7 @@
$smarty->display('index.tpl');
?>
-]]
+]]>
</programlisting>
<para>
where index.tpl is:
@@ -104,7 +104,7 @@
<programlisting>
<![CDATA[
{html_checkboxes name="id" values=$cust_ids selected=$customer_id output=$cust_names separator="<br />"}
-]]
+]]>
</programlisting>
<programlisting role="php">
<![CDATA[
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php