cvs: smarty /docs/ru/designers/language-custom-functions language-function-html-options.xml
"George Miroshnikov" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsfreespace1111698870@cvsserver> |
freespace Thu Mar 24 16:14:30 2005 EDT
Modified files:
/smarty/docs/ru/designers/language-custom-functions
language-function-html-options.xml
Log:
Sync with en.
http://cvs.php.net/diff.php/smarty/docs/ru/designers/language-custom-functions/language-function-html-options.xml?r1=1.8&r2=1.9&ty=u
Index: smarty/docs/ru/designers/language-custom-functions/language-function-html-options.xml
diff -u smarty/docs/ru/designers/language-custom-functions/language-function-html-options.xml:1.8 smarty/docs/ru/designers/language-custom-functions/language-function-html-options.xml:1.9
--- smarty/docs/ru/designers/language-custom-functions/language-function-html-options.xml:1.8 Fri Jan 7 12:56:21 2005
+++ smarty/docs/ru/designers/language-custom-functions/language-function-html-options.xml Thu Mar 24 16:14:30 2005
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="windows-1251"?>
-<!-- $Revision: 1.8 $ -->
-<!-- EN-Revision: 1.4 Maintainer: freespace Status: ready -->
+<!-- $Revision: 1.9 $ -->
+<!-- EN-Revision: 1.5 Maintainer: freespace Status: ready -->
<sect1 id="language.function.html.options">
<title>html_options</title>
<informaltable frame="all">
@@ -129,10 +129,10 @@
------------------------
<select name=customer_id>
- <option value="1000">Joe Schmoe</option>
- <option value="1001" selected="selected">Jack Smith</option>
- <option value="1002">Jane Johnson</option>
- <option value="1003">Charlie Brown</option>
+ <option label="Joe Schmoe" value="1000">Joe Schmoe</option>
+ <option label="Jack Smith" value="1001" selected="selected">Jack Smith</option>
+ <option label="Jane Johnson" value="1002">Jane Johnson</option>
+ <option label="Charlie Brown" value="1003">Charlie Brown</option>
</select>
]]>
</programlisting>
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php