mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 03:14:27 +02:00
Sync with en.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="windows-1251"?>
|
<?xml version="1.0" encoding="windows-1251"?>
|
||||||
<!-- $Revision$ -->
|
<!-- $Revision$ -->
|
||||||
<!-- EN-Revision: 1.4 Maintainer: freespace Status: ready -->
|
<!-- EN-Revision: 1.5 Maintainer: freespace Status: ready -->
|
||||||
<sect1 id="language.function.html.options">
|
<sect1 id="language.function.html.options">
|
||||||
<title>html_options</title>
|
<title>html_options</title>
|
||||||
<informaltable frame="all">
|
<informaltable frame="all">
|
||||||
@@ -129,10 +129,10 @@ index.tpl:
|
|||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
<select name=customer_id>
|
<select name=customer_id>
|
||||||
<option value="1000">Joe Schmoe</option>
|
<option label="Joe Schmoe" value="1000">Joe Schmoe</option>
|
||||||
<option value="1001" selected="selected">Jack Smith</option>
|
<option label="Jack Smith" value="1001" selected="selected">Jack Smith</option>
|
||||||
<option value="1002">Jane Johnson</option>
|
<option label="Jane Johnson" value="1002">Jane Johnson</option>
|
||||||
<option value="1003">Charlie Brown</option>
|
<option label="Charlie Brown" value="1003">Charlie Brown</option>
|
||||||
</select>
|
</select>
|
||||||
]]>
|
]]>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
Reference in New Issue
Block a user