Deux points après le lecteur réseau

This commit is contained in:
Daniel Berteaud 2012-06-26 19:26:18 +02:00
parent 8a7f3b3cba
commit 6d8aee4eaa

View File

@ -42,13 +42,13 @@ __DATA__
<description>FIRSTPAGE_DESC</description>
<field type="select"
id="homedrive"
options="'a' => 'A:', 'b' => 'B:', 'c' => 'C:', 'd' => 'D:',
'e' => 'E:', 'f' => 'F:', 'g' => 'G:', 'h' => 'H:',
'i' => 'I:', 'j' => 'J:', 'k' => 'K:', 'l' => 'L:',
'm' => 'M:', 'n' => 'N:', 'o' => 'O:', 'p' => 'P:',
'q' => 'Q:', 'r' => 'R:', 's' => 'S:', 't' => 'T:',
'u' => 'U:', 'v' => 'V:', 'w' => 'W:', 'x' => 'X:',
'y' => 'Y:', 'z' => 'Z:'"
options="'a:' => 'A:', 'b:' => 'B:', 'c:' => 'C:', 'd:' => 'D:',
'e:' => 'E:', 'f:' => 'F:', 'g:' => 'G:', 'h:' => 'H:',
'i:' => 'I:', 'j:' => 'J:', 'k:' => 'K:', 'l:' => 'L:',
'm:' => 'M:', 'n:' => 'N:', 'o:' => 'O:', 'p:' => 'P:',
'q:' => 'Q:', 'r:' => 'R:', 's:' => 'S:', 't:' => 'T:',
'u:' => 'U:', 'v:' => 'V:', 'w:' => 'W:', 'x:' => 'X:',
'y:' => 'Y:', 'z:' => 'Z:'"
value="get_prop('smb', 'HomeDrive')">
<label>LABEL_HOME_DRIVE</label>
<description>DESC_HOME_DRIVE</description>